AZ-104 · Question #391
AZ-104 Question #391: Real Exam Question with Answer & Explanation
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
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 to ensure that the vendor can authenticate to the tenant by using [email protected]. What should you do?
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
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.