Access your domain contoller and type the following format to check if the user is active :
NET USER jbloggs /DOMAIN | FIND /I "Account active"
Showing posts with label find. Show all posts
Showing posts with label find. Show all posts
Sunday, 27 September 2009
Find the name of members within a group using command line
Access your domain contoller and type the following format to find the members of a group :
dsget group "cn=IT guys, ou=IT admins, dc= Your Domain name , dc=com" -members
dsget group "cn=IT guys, ou=IT admins, dc= Your Domain name , dc=com" -members
Subscribe to:
Posts (Atom)