AZ-104 · Question #391
You have an Azure Active Directory (Azure AD) tenant named contoso.onmicrosoft.com. You hire a temporary vendor. The vendor uses a Microsoft account that has a sign-in of [email protected]. You need t
The correct answer is C. From the Azure portal, add a new guest user, and then specify [email protected] as the email. We should use Azure portal, add a new guest user, and then specify [email protected] as the The New-AzureADUser cmdlet creates a new user not a new guest user. The New- AzureADMSInvitation cmdlet is used to invite a new external user to your directory, but the cmdlet uses the -In
Question
Options
- AFrom the Azure portal, add a custom domain name, create a new Azure AD user, and then
- BFrom Azure Cloud Shell, run the cmdlet and specify the
- CFrom the Azure portal, add a new guest user, and then specify [email protected] as the email
- DFrom Windows PowerShell, run the New-AzureADUser cmdlet and specify the
How the community answered
(28 responses)- A11% (3)
- B7% (2)
- C79% (22)
- D4% (1)
Explanation
We should use Azure portal, add a new guest user, and then specify [email protected] as the The New-AzureADUser cmdlet creates a new user not a new guest user. The New- AzureADMSInvitation cmdlet is used to invite a new external user to your directory, but the cmdlet uses the -InvitedUserEmailAddress parameter instead of -UserPrincipalName.
Community Discussion
No community discussion yet for this question.