こんにちは。 以下の手順で Get-MsolUser が動作するか試してみてください。 1. Microsoft Online Services サインイン アシスタント のインストール 2. Windows PowerShell 用 Azure Active Directory モジュール のインストール 3. PowerShell で以下のコマンドを実行 Import-Module MsOnline $credential = Get-Credential Connect-MsolService -Credential $credential Get-MsolUser
↧