Skip to main content

Home/ PowerShell/ PS: How to get Active Directory User information
anonymous

PS: How to get Active Directory User information - 0 views

Powershell IT

started by anonymous on 20 Jun 12
  • anonymous
     
    First, load the AD snapin

    import-module ActiveDirectory

    Then:
    get-aduser username | get-member

To Top

Start a New Topic » « Back to the PowerShell group