home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2002 December / pca1412.iso / SOFTWARE / SystemTools / Systools.exe / netpwage / ReadMe.txt < prev   
Encoding:
Text File  |  2000-08-16  |  1.5 KB  |  47 lines

  1.  
  2. Network Account Password Age - version 1.30
  3.  
  4. Displays the password age for user and machine accounts in the specified domain.
  5.  
  6.  
  7. The syntax of this command is:
  8.  
  9.  NetPWAge.exe /MACHINES|/USERS [/DOMAIN:name|/COMPUTER:name] [/MIN:x] [/MAX:x]
  10.           [/B] [/TABS] [/V] [/SHOWDC]
  11.  
  12.   You must specify whether to retrieve /MACHINES or /USERS (or both).
  13.  
  14.   /DOMAIN queries an alternate domain, the current domain is the default.
  15.   /COMPUTER queries a specific computer, instead of the PDC (Overrides /DOMAIN)
  16.   /MIN:x only displays accounts whose password is at least x days old.
  17.   /MAX:x only displays accounts whose password is at most x days old.
  18.   /B displays output in bare format (useful when scripting).
  19.   /TABS separates columns with tabs instead of spaces (useful when importing).
  20.   /V displays verbose information, such as user full name and description.
  21.  
  22.   An argument of /ShowDC will include Domain Controllers in the output.
  23.   WARNING: Active PDCs & BDCs don't always update their account passwords.
  24.  
  25.   An argument of /? or -? displays this syntax and returns 1.
  26.   A successful completion will return 0.
  27.  
  28.  
  29.  
  30.  Copyright 1999 Marty List, OptimumX@usa.net
  31.  
  32. ==================================================================
  33.  
  34.  
  35. Revision History:
  36. 1.30     08/16/2000
  37. Added support for /MAX, /TABS and /V
  38.  
  39. 1.20     11/28/1999
  40. Added support for /B and /SHOWDC
  41.  
  42. 1.10     09/06/1999
  43. Added support for /USERS and /COMPUTER
  44.  
  45. 1.00     07/27/1999
  46. Initial release.
  47.