nerdexam
Microsoft

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…

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…

Submitted by naveen.iyer· Mar 4, 2026Manage Azure identities and governance

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

How the community answered

(28 responses)
  • A
    11% (3)
  • B
    7% (2)
  • C
    79% (22)
  • D
    4% (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.

Full AZ-104 Practice