説明/参照:
Explanation:
UserPrincipalName - このユーザーのUserPrincipalName(UPN)を含みます。 UPNは、ユーザーがAzure ADにサインインするときに使用するものです。一般的な構造は@なので、Contoso.comのAbby Brownの場合、UPNは
[email protected]になります。例:
ユーザーを作成するには、パラメーター値を指定してNew-AzureADUserコマンドレットを呼び出します。
PowerShell New-AzureADUser -AccountEnabled $ True -DisplayName "Abby Brown" -PasswordProfile
$ PasswordProfile -MailNickName "AbbyB" - UserPrincipalName "
[email protected]"
https://docs.microsoft.com/bs-cyrl-ba/powershell/azure/active-ディレクトリ/ new-user-sample?
view = azureadps-2.0