Use "Network Password Age" (http://www.optimumx.com/d
Displays the password age for user and machine accounts in the specified domain.
The syntax of this command is:
NetPWAge.exe /USERS /MIN:x /MAX:x
/MIN:x only displays accounts whose password is at least x days old.
/MAX:x only displays accounts whose password is at most x days old.
You could also redirect this to a text file (http://technet.microsoft.
Good luck!
Main Topics
Browse All Topics





by: SteveGTRPosted on 2007-11-07 at 19:07:31ID: 20238900
You can do this:
net user stevegtr | findstr /i /c:"Password expires"