contoso.onmicrosoft.com という名前の Azure Active Directory (Azure AD) テナントがあります。 臨時ベンダーを雇用します。ベンダーは、[email protected] でサインインする Microsoft アカウントを使用します。 ベンダーが [email protected] を使用してテナントに対して認証できることを確認する必要があります。 何をすべきでしょうか?
正解:C
We should use Azure portal, add a new guest user, and then specify [email protected] as the email address. 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.