0
0

More than 3 years have passed since last update.

【Azure】ユーザーアカウントのパスワード有効期限を無期限に変更する

Posted at

①Powershellを起動し、Azure ADにログイン

>Connect-AzureAD

②以下コマンドで対象アカウントのパスワードを無期限化します。

Set-AzureADUser -ObjectId “hogehoge@hogehoge.onmicrosoft.com” -PasswordPolicies DisablePasswordExpiration

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0