Domain Forced Password Change

  • Thread starter Thread starter jonathan
  • Start date Start date
J

jonathan

Does anyone know how to force a password change accross
the entire domain without having to go through each
object and ticking the relevant box?

TIA

Jonathan
 
Does anyone know how to force a password change accross
the entire domain without having to go through each
object and ticking the relevant box?

TIA

Jonathan

If you have a Windows XP domain member or Windows Server 2003 member,
open a CMD.EXE prompt and type the following:

dsquery user domainroot -name * -limit 0 | dsmod user -mustchpwd yes

See tips 6820 and 7714 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top