Adventure Works is onboarding 300 hires from a CSV (UPN, displayName, department, jobTitle). Which approach best creates accounts at scale?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Three hundred clicks is a career-limiting move. Graph PowerShell + CSV is how grown-up tenants onboard.
Full explanation below image
Full Explanation
Correct Answer — B
Bulk identity ops use Microsoft Graph/Graph PowerShell from CSV, then licenses (group-based or direct). Manual doesn't scale. Invoices don't create users. Contacts aren't interactive users.
Exam tip: Bulk user create → Graph PowerShell + CSV.