User Account Expiration

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?
 
J

Joe Richards [MVP]

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
 
T

Tim Hines [MSFT]

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.
 
M

Mike Kline

Account info is a great add on but it won't help with this problem,
but I agree you should install it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top