User Account Expiration

  • Thread starter Thread starter Megan Kielman
  • Start date Start date
M

Megan Kielman

I set a user account to automatically expire. This was to occur several days
ago but when I look at the account in Active Directory Users Computers it
doesn't show the account as disabled or anything. How do I tell (without of
course trying to log in as that account) if the expiration was successful?
 
Check out the following tools

If on the DC

net user username



If on a member of the domain the user is in

net user username /domain



If anywhere

getuserinfo domain\username


or

accexp username /s domaincontroller


NET USER is on the machines by default. GetUserInfo and AccExp can be found on
the free c++ win32 tools page of www.joeware.net.

joe
 
You may also want to try installing acctinfo.dll. It adds more information
about the user account properties in AD Users and Computers. For more info
visit
http://www.microsoft.com/downloads/...9c-91f3-4e63-8629-b999adde0b9e&displaylang=en

--
--
Tim Hines, MCSE, MCSA
Windows 2000 Directory Services

=====================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Account info is a great add on but it won't help with this problem,
but I agree you should install it.
 
Back
Top