ドメインユーザーに対して「次回ログオン時にパスワード変更」を設定


Powershellで実行

外すときは$false

Set-ADUser -Identity user1 -ChangePasswordAtLogon $true

ActiveDirectoryユーザーとコンピューター