Skip to content

Instantly share code, notes, and snippets.

Created June 23, 2017 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8c9730d6c8efa582b4ec640d228ad3b0 to your computer and use it in GitHub Desktop.
Save anonymous/8c9730d6c8efa582b4ec640d228ad3b0 to your computer and use it in GitHub Desktop.
PS C:\> help Get-ADUser
NAME
Get-ADUser
SYNOPSIS
Gets one or more Active Directory users.
SYNTAX
Get-ADUser -Filter <string> [-ResultPageSize <int>] [-ResultSetSize <System.Nullable[System.Int32]>] [-SearchBase <
string>] [-SearchScope {Base | OneLevel | Subtree}] [-SearchScope {Base | OneLevel | Subtree}] [-AuthType {Negotiat
e | Basic}] [-Credential <PSCredential>] [-Partition <string>] [-Properties <string[]>] [-Server <string>] [<Common
Parameters>]
Get-ADUser [-Identity] <ADUser> [-AuthType {Negotiate | Basic}] [-Credential <PSCredential>] [-Partition <string>]
[-Properties <string[]>] [-Server <string>] [<CommonParameters>]
Get-ADUser -LDAPFilter <string> [-ResultPageSize <int>] [-ResultSetSize <System.Nullable[System.Int32]>] [-SearchBa
se <string>] [-SearchScope {Base | OneLevel | Subtree}] [-AuthType {Negotiate | Basic}] [-Credential <PSCredential>
] [-Partition <string>] [-Properties <string[]>] [-Server <string>] [<CommonParameters>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment