Table of Contents

Introduction
Get-ADGroup Cmdlet Default and Extended Properties
See Also
Other Resources

Introduction

The concept of default and extended properties available with the PowerShell Active Directory cmdlets are defined in the Wiki article "Active Directory: PowerShell AD Module Properties" linked in the "See Also" section below.

^ Return to top

Get-ADGroup Cmdlet Default and Extended Properties

The PowerShell Get-ADGroup cmdlet supports the default and extended Propertiesproperties in the following table. Many can be assigned values with the Set-ADGroup cmdlet. In the table, default properties are shown with the property name highlighted in red. Extended properties are highlighted in blue.

Property Syntax R/RW lDAPDisplayName
CanonicalName String R canonicalName
CN String R cn
Created DateTime R whenCreated
Deleted Boolean R isDeleted
Description String RW description
DisplayName String RW displayName
DistinguishedName String (DN) RW distinguishedName
GroupCategory String RW groupType (bit mask 2147483648)
GroupScope String RW groupType (bit mask 1, 2, 4, or 8)
HomePage String RW wWWHomePage
LastKnownParent String (DN) R lastKnownParent
ManagedBy String (DN) RW managedBy
MemberOf ADCollection R memberOf
Members ADCollection R member
Modified DateTime R whenChanged
Name String R cn (Relative Distinguished Name)
ObjectCategory String R objectCategory
ObjectClass String RW objectClass, most specific value
ObjectGUID Guid RW objectGUID converted to string
ProtectedFromAccidentalDeletion Boolean RW nTSecurityDescriptor
SamAccountName String RW sAMAccountName
SID Sid RW objectSID converted to string
SIDHistory ADCollection R sidHistory

^ Return to top

See Also

Active Directory: PowerShell AD Module Properties

Active Directory PowerShell Cmdlet Properties

Active Directory: Get-ADUser Default and Extended Properties

Active Directory: Get-ADComputer Default and Extended Properties

Active Directory: Get-ADObject Default and Extended Properties

Active Directory: Get-ADOrganizationalUnit Default and Extended Properties

Active Directory: Glossary

^ Return to top

Other Resources

Get-ADGroup

Set-ADGroup

New-ADGroup

Remove-ADGroup

^ Return to top