Get-ADUser | Retrieves one or more Active Directory users | -Identity, -Filter, -Properties, -SearchBase |
New-ADUser | Creates a new Active Directory user | -Name, -SamAccountName, -UserPrincipalName, -Path |
Set-ADUser | Modifies properties of an existing Active Directory user | -Identity, -EmailAddress, -Enabled, -PasswordNeverExpires |
Remove-ADUser | Removes an Active Directory user | -Identity, -Confirm |
Get-ADGroup | Retrieves one or more Active Directory groups | -Identity, -Filter, -Properties, -SearchBase |
New-ADGroup | Creates a new Active Directory group | -Name, -GroupScope, -GroupCategory, -Path |
Set-ADGroup | Modifies properties of an existing Active Directory group | -Identity, -Description, -ManagedBy |
Remove-ADGroup | Removes an Active Directory group | -Identity, -Confirm |
Add-ADGroupMember | Adds one or more members to an Active Directory group | -Identity, -Members |
Remove-ADGroupMember | Removes one or more members from an Active Directory group | -Identity, -Members, -Confirm |
Get-ADComputer | Retrieves one or more Active Directory computer objects | -Identity, -Filter, -Properties, -SearchBase |
New-ADComputer | Creates a new Active Directory computer object | -Name, -SAMAccountName, -Path |
Set-ADComputer | Modifies properties of an existing Active Directory computer object | -Identity, -Description, -Enabled |
Remove-ADComputer | Removes an Active Directory computer object | -Identity, -Confirm |
Get-ADOrganizationalUnit | Retrieves one or more Active Directory organizational units | -Identity, -Filter, -Properties, -SearchBase |
New-ADOrganizationalUnit | Creates a new Active Directory organizational unit | -Name, -Path |
Set-ADOrganizationalUnit | Modifies properties of an existing Active Directory organizational unit | -Identity, -Description, -ProtectedFromAccidentalDeletion |
Remove-ADOrganizationalUnit | Removes an Active Directory organizational unit | -Identity, -Confirm |
Get-ADDomain | Retrieves information about the current or specified Active Directory domain | -Identity, -Server |
Get-ADForest | Retrieves information about the current or specified Active Directory forest | -Identity, -Server |
Get-ADDomainController | Retrieves one or more Active Directory domain controllers | -Identity, -Filter, -Server |
Move-ADObject | Moves an Active Directory object from one container to another | -Identity, -TargetPath |
Rename-ADObject | Renames an Active Directory object | -Identity, -NewName |
Set-ADAccountPassword | Sets the password of an Active Directory account | -Identity, -NewPassword, -Reset |
Unlock-ADAccount | Unlocks an Active Directory account | -Identity |
Enable-ADAccount | Enables an Active Directory account | -Identity |
Disable-ADAccount | Disables an Active Directory account | -Identity |
Get-ADGroupMember | Retrieves members of an Active Directory group | -Identity, -Recursive |
Search-ADAccount | Searches for Active Directory accounts based on specific criteria | -AccountDisabled, -AccountExpired, -AccountInactive, -PasswordExpired |
Leave a Reply
Want to join the discussion?Feel free to contribute!