ディレクトリ ロールを持つユーザーを「ゲスト」として追加しました。今すぐ削除したい。Azure ポータルのユーザー インターフェイスには [削除] オプションがありますが、説明がなくグレー表示されています。「ユーザーの検索」画面、「クイック概要画面」、「管理 -> ユーザーとグループ -> すべてのユーザー」を試しました。同じこと、「削除」は説明なしで無効になっています。
Powershellも試しました。AzureRM と Azure モジュールを Powershell にインストールしました。Azure アカウントにアクセスし、複数のオンライン ドキュメント (Azure GitHub ドキュメント: https://github.com/Azure/azure-docs-powershell-azuread/blob/master/Azure%20AD%20Cmdlets/MSOnline/index.md ) に従っています。 ) Azure AD にアクセスするため、接続できません。
Powershell に次のように入力します。
$Msolcred = Get-credential
資格情報の入力を求めるプロンプトが表示されたら、次のチュートリアルでコマンドレットを使用してみます。
Connect-MsolService -Credential $MsolCred
しかし、私はエラーを受け取ります:
Connect-MsolService : The term 'Connect-MsolService' is not recognized as the name of a cmdlet, function, script fi
or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
try again.