How can I see more info about a user in AD?

How can I see more info about a user in AD?

If you open up Active Directory Users and Computer, go to VIEW and check Advanced Features.

Now go view the properties for a user and there will be an additional tab called Attribute Editor. This will let you see a bunch of information about a user that is normally hidden.

Another method if you have Server 2012+ is to run DSAC.exe scroll down to bottom of the page, type in a name of a user to search for. Now in this screen, you can view password restrictions applied to this user and much more. View the properties of the user and then click the MORE INFORMATION at the bottom left of the page to view the password expiration and login count information.

This URL explains it further: http://blogs.technet.com/b/askds/archive/2011/04/12/you-probably-don-t-need-acctinfo2-dll.aspx

If you are looking for what password policy is assigned, please see this article for information on how to obtain that information via command line and other means.

If you are using a domain policy and want to see when the users password expires you can type : net user <username> /domain

If you are using fine grained password policy you can use Power Shell and the following cmds to view it :
(Get-ADUser –Identity juser –Properties "msDS-UserPasswordExpiryTimeComputed")."msDS-UserPasswordExpiryTimeComputed"
130424796486877485

[datetime]::FromFileTime((Get-ADUser –Identity juser –Properties "msDS-UserPasswordExpiryTimeComputed")."msDS-UserPasswordExpiryTimeComputed")
Sunday, April 20, 2014 11:00:48 AM

(([datetime]::FromFileTime((Get-ADUser –Identity juser -Properties "msDS-UserPasswordExpiryTimeComputed")."msDS-UserPasswordExpiryTimeComputed"))-(Get-Date)).Days
86


Another command to show the values from the net user command via powershell is : get-aduser -filter * -properties passwordlastset, passwordneverexpires | sort name | ft Name, passwordlastset, Passwordneverexpires 

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • How to see information about a specific user

        Question How can I see what links and/or file nodes a user has assigned? Solution That information can be found using the Show User feature in the webAdmin Dashboard. Open webAdmin Dashboard Locate the user via Tree Root or User-Group Admin ...
      • How can I see the domain password policy in MS AD ?

        When on a machine that is part of the domain you can type net accounts to display the information. There are other ways explained in the following URLS : Change min/max password age: ...
      • User password expiration / lockouts in Microsoft Active Directory

        How can I show accounts that are locked out in AD ? http://technet.microsoft.com/en-us/library/cc738772(WS.10).aspx Can I dump password expiration for users in AD ? AdFind.exe to dump the password expiration. Stoneware download / Utilities has this ...
      • webNetwork will not start because AD ssl certificate has expired

        Customer restarted webnetwork and now it won’t start. It gives errors like : FATAL (12/23) 11:19:23 [com.stoneware.service.DirectoryManager]: Unable to verify/extend schema. javax.naming.CommunicationException: simple bind failed: 192.168.1.41:636 ...
      • New Directory Services Architecture (AD LDS)

        Unified Workspace has always required an LDAP directory service to serve as the primary datastore for the environment. All configuration objects and user data are stored in this underlying directory service. Until now, LUW required this to be the ...