Microsoft
SC-300 · Question #406
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 D. Run the cmdlet. 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 eva_at· 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.
- BAdd a custom domain name to contoso.com.
- CImplement Microsoft Entra Application Proxy.
- DRun the cmdlet.
How the community answered
(50 responses)- A6% (3)
- B12% (6)
- C2% (1)
- D80% (40)
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#external user access#Microsoft Graph cmdlets#guest user
Community Discussion
No community discussion yet for this question.