NCOL.NET
410 Dabney Drive
Henderson, NC 27536
252-492-4317
techsupp@ncol.net

Force Active Directory password change for multiple users

To set the exiration date for all users in certain OUs to 5 days ago: “OU=Sales,OU=New York,dc=internal,dc=AcmeCorp,dc=com” | dsmod user -acctexpires -5 Powershell to force password change for all users in a certain OU: $users = Get-ADUser -Filter...