These 23 cmdlets are –
- Search-ADAccount – Gets Active Directory user, computer, and service accounts
- Get-ADAccountAuthorizationGroup – Gets the Active Directory security groups that contain an account
- Get-ADAccountResultantPasswordReplicationPolicy – Gets the resultant password replication policy for an Active Directory account
- Get-ADComputer – Gets one or more Active Directory computers
- Get-ADComputerServiceAccount – Gets the service accounts that are hosted by an Active Directory computer
- Get-ADDefaultDomainPasswordPolicy – Gets the default password policy for an Active Directory domain
- Get-ADDomain – Gets an Active Directory domain
- Get-ADDomainController – Gets one or more Active Directory domain controllers, based on discoverable services criteria, search parameters, or by providing a domain controller identifier, such as the NetBIOS name
- Get-ADDomainControllerPasswordReplicationPolicy – Gets the members of the Allowed List or the Denied List of the RODC PRP
- Get-ADDomainControllerPasswordReplicationPolicyUsage – Gets the resultant password policy of the specified ADAccount on the specified RODC
- Get-ADFineGrainedPasswordPolicy – Gets one or more Active Directory fine-grained password policies
- Get-ADFineGrainedPasswordPolicySubject – Gets the users and groups to which a fine-grained password policy is applied
- Get-ADForest – Gets an Active Directory forest
- Get-ADGroup – Gets one or more Active Directory groups
- Get-ADGroupMember – Gets the members of an Active Directory group
- Get-ADObject – Gets one or more Active Directory objects
- Get-ADOptionalFeature – Gets one or more Active Directory optional features
- Get-ADOrganizationalUnit – Gets one or more Active Directory OUs
- Get-ADPrincipalGroupMembership – Gets the Active Directory groups that have a specified user, computer, or group
- Get-ADRootDSE – Gets the root of a domain controller information tree
- Get-ADServiceAccount – Gets one or more Active Directory service accounts
- Get-ADUser – Gets one or more Active Directory users
- Get-ADUserResultantPasswordPolicy – Gets the resultant password policy for a user
You can always obtain additional information on these cmdlets by typing Get-Help into PowerShell, where is the name of the cmdlet you want more information on. This command will give you the basic help for the cmdlet.
To view examples for a specific cmdlet, simply type Get-Help -examples into PowerShell, where is the name of the cmdlet you to see examples for.
Finally, if you want to see the full help file for the cmdlet, type Get-Help -full into PowerShell, where is the name of the cmdlet you want full help information for.
Additional information on some of these cmdlets will follow in additional blogposts.
To view examples for a specific cmdlet, simply type Get-Help
Finally, if you want to see the full help file for the cmdlet, type Get-Help
Additional information on some of these cmdlets will follow in additional blogposts.

0 comments:
Post a Comment