ユーザ用ツール

サイト用ツール


powershell

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
powershell [2015/02/24 08:35] nabezopowershell [2015/02/24 08:37] nabezo
行 40: 行 40:
 Windows PowerShell による Azure AD の管理 Windows PowerShell による Azure AD の管理
 https://msdn.microsoft.com/ja-jp/library/azure/jj151815.aspx#bkmk_installmodule https://msdn.microsoft.com/ja-jp/library/azure/jj151815.aspx#bkmk_installmodule
 +
 +  $msolcred = get-credential
 +  connect-msolservice -credential $msolcred
 +  Set-MsolUserPrincipalName -UserPrincipalName User1@contoso.com -NewUserPrincipalName CCole@contoso.com
 +  set-mailbox xxxx -EmailAddresses @{remove="xxxx@contoso.com"
  
 ユーザID(PrincipalName)の変更 ユーザID(PrincipalName)の変更
powershell.txt · 最終更新: 2019/06/30 12:22 by 127.0.0.1