I want practically all of my AD users in my organization to change their password the next time they log in. I have roughly 160 users. I would also like to not include a few select members. Is there a quick way to do this rather than going through AD and checking the box for each user one at a time?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Select all the users you want to change password. Shift or Control click to select more than one. Then right click -> Properties -> Account -> Users must change password at next logon. |
|||
|
|
|
Another option, using PowerShell and the Quest PowerShell Commands for Active Directory. This will:
Contents of PowerShell script:
|
|||
|
|
|
Here is a link to a very good and very useful tool for doing what you want. http://www.wisesoft.co.uk/software/bulkadusers/default.aspx You can do this by OU, by CSV import based on username for a unique identifier, lots of options. |
|||
|
|