exam questions

Exam AZ-103 All Questions

View all questions & answers for the AZ-103 exam

Exam AZ-103 topic 5 question 11 discussion

Actual exam question from Microsoft's AZ-103
Question #: 11
Topic #: 5
[All AZ-103 Questions]

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?

  • A. From the Azure portal, add a custom domain name, create a new Azure AD user, and then specify [email protected] as the username.
  • B. From Azure Cloud Shell, run the New-AzureADUser cmdlet and specify the ""UserPrincipalName [email protected] parameter.
  • C. From the Azure portal, add a new guest user, and then specify [email protected] as the email address.
  • D. From Windows PowerShell, run the New-AzureADUser cmdlet and specify the ""UserPrincipalName [email protected] parameter.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
UserPrincipalName - contains the UserPrincipalName (UPN) of this user. The UPN is what the user will use when they sign in into Azure AD. The common structure is @, so for Abby Brown in Contoso.com, the UPN would be [email protected]
Example:
To create the user, call the New-AzureADUser cmdlet with the parameter values: powershell New-AzureADUser -AccountEnabled $True -DisplayName "Abby Brown" -PasswordProfile $PasswordProfile -MailNickName "AbbyB" -
UserPrincipalName "[email protected]"
References:
https://docs.microsoft.com/bs-cyrl-ba/powershell/azure/active-directory/new-user-sample?view=azureadps-2.0

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
michel_dokter
Highly Voted 5 years, 3 months ago
I think it must be awnser C. it is an already existing Microsoft account, not an new account
upvoted 71 times
snoocer
5 years, 3 months ago
seems right, see https://docs.microsoft.com/de-de/azure/role-based-access-control/role-assignments-external-users
upvoted 5 times
...
...
Bro123
Highly Voted 5 years, 3 months ago
C. From the Azure portal, add a new guest user, and then specify [email protected] as the email address.
upvoted 20 times
...
tashakori
Most Recent 1 year, 2 months ago
C is correct
upvoted 1 times
...
Sunnyb
2 years, 7 months ago
C is the answer guys.
upvoted 1 times
...
BabakJaberi
3 years, 3 months ago
C seems correct! BTW. B & D doing the same things, one from cloud shell the other Windows PowerShell.
upvoted 1 times
...
I
4 years, 3 months ago
D is so wrong! No one cares the OS here, so B might be better. However, from the email address we can see it a registered account. Then only can add it as customer account and specify [email protected] as the email address.
upvoted 1 times
...
az104bd
4 years, 3 months ago
https://www.cert2brain.com/Server/Demo.aspx?Exam=AZ-103
upvoted 2 times
...
simanastasiya
4 years, 6 months ago
in exam az-104 29nov 2020
upvoted 5 times
...
aabdous
4 years, 7 months ago
For me you must create a custom domain outlook.com before, after create a user [email protected]. So Answer A. It's my opinion
upvoted 2 times
...
Thi
4 years, 7 months ago
c correct answer Guest users. These users exist outside Azure. Examples are accounts from other cloud providers and Microsoft accounts such as an Xbox LIVE account. Their source is Invited user. This type of account is useful when external vendors or contractors need access to your Azure resources. Once their help is no longer necessary, you can remove the account and all of their access
upvoted 1 times
...
Chris78
4 years, 8 months ago
Guest users can sign in with their own work, school, or social identities..
upvoted 2 times
...
Chris78
4 years, 8 months ago
Answer is C https://docs.microsoft.com/en-us/azure/active-directory/external-identities/b2b-quickstart-add-guest-users-portal
upvoted 1 times
...
jjkidd72
4 years, 9 months ago
Def think this should be C as well.
upvoted 1 times
...
rbnrecio
4 years, 9 months ago
Agree with most of the other users. C is the right answer. Please correct it. Thanks.
upvoted 1 times
...
DA0410
4 years, 10 months ago
c seems correct. Guest user has limited time access like we use to have in cybercafe in old days.
upvoted 1 times
...
walegxy
4 years, 10 months ago
Correct answer is definitely C. Its an existing account for a guest user
upvoted 1 times
...
Shades
4 years, 11 months ago
C Guest User...
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...