Microsoft
SC-300 · Question #408
You have a Microsoft Entra tenant named contoso.com that contains an enterprise application named App1. A contractor uses the credentials of [email protected]. You need to ensure that you can…
The correct answer is B. Create a guest user account in contoso.com. Create a guest user account in contoso.com. Run the New-AzureADMSInvitation cmdlet. [For Microsoft Active Directory] Run the New-MgInvitation cmdlet. [For Microsoft Entra] New-AzureADMSInvitation This cmdlet is used to invite a new external user to your directory. *…
Submitted by anjalisingh· Mar 6, 2026Implement and manage user identities
Question
You have a Microsoft Entra tenant named contoso.com that contains an enterprise application named App1. A contractor uses the credentials of [email protected]. You need to ensure that you can provide the contractor with access to App1. The contractor must be able to authenticate as [email protected]. What should you do?
Options
- AImplement Microsoft Entra Connect sync.
- BCreate a guest user account in contoso.com.
- CConfigure the External collaboration settings.
- DRun the cmdlet.
How the community answered
(24 responses)- A4% (1)
- B83% (20)
- C4% (1)
- D8% (2)
Explanation
- Create a guest user account in contoso.com. * Run the New-AzureADMSInvitation cmdlet. [For Microsoft Active Directory] * Run the New-MgInvitation cmdlet. [For Microsoft Entra] * New-AzureADMSInvitation This cmdlet is used to invite a new external user to your directory. * New-MgInvitation Microsoft.Graph.Identity.SignIns Use this API to create a new invitation or reset the redemption status for a guest user who already redeemed their invitation. Invitation adds an external user to the organization https://docs.microsoft.com/en-us/azure/active-directory/external-identities/b2b-quickstart-add- guest-users-portal https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins/new- https://docs.microsoft.com/en-us/powershell/module/azuread/new- azureadmsinvitation?view=azureadps-2.0
Topics
#B2B collaboration#guest user account#external contractor#user creation
Community Discussion
No community discussion yet for this question.