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
 
Back
Top