AZ-104 · Question #644
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is A. Yes. The solution effectively meets the goal by using the New-MgInvitation cmdlet in a PowerShell script to invite 500 external users, thereby creating guest accounts for each in Azure AD.
Question
Options
- AYes
- BNo
How the community answered
(34 responses)- A79% (27)
- B21% (7)
Why each option
The solution effectively meets the goal by using the `New-MgInvitation` cmdlet in a PowerShell script to invite 500 external users, thereby creating guest accounts for each in Azure AD.
The `New-MgInvitation` cmdlet is specifically designed to invite external users to an Azure AD tenant, which provisions a guest user account for each invited user. By scripting this cmdlet to iterate through the 500 external users from the CSV file, it provides an efficient and scalable method for bulk guest user creation.
Concept tested: Bulk invitation of Azure AD guest users
Source: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/new-mginvitation
Community Discussion
No community discussion yet for this question.