①Powershellを起動し、Azure ADにログイン
>Connect-AzureAD
②以下コマンドで対象アカウントのパスワードを無期限化します。
Set-AzureADUser -ObjectId “hogehoge@hogehoge.onmicrosoft.com” -PasswordPolicies DisablePasswordExpiration
Go to list of users who liked
More than 3 years have passed since last update.
①Powershellを起動し、Azure ADにログイン
>Connect-AzureAD
②以下コマンドで対象アカウントのパスワードを無期限化します。
Set-AzureADUser -ObjectId “hogehoge@hogehoge.onmicrosoft.com” -PasswordPolicies DisablePasswordExpiration
Register as a new user and use Qiita more conveniently
Go to list of users who liked