Qurey of users account status in AD

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I would like to enquire are there any methods/program that can be use to
query the users account (esp. password expire date) information in AD?

Thx.
 
You can use the following command:

NET USER <user_id> /DOMAIN

Note that it should be the "DOMAIN" keyword and not the actual domain name.

See if that helps.

Cheers!
 
Hi,

I would like to enquire are there any methods/program that can be use to
query the users account (esp. password expire date) information in AD?

Thx.
In addition to net user (see tip 3410 in the 'Tips & Tricks' at http://www.jsiinc.com)
you can use ADFIND (tip 5898) or DSQUERY (tip 6820, 7714, 8079)


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