Active Directory: Get-ADGroup Default and Extended Properties

Active Directory: Get-ADGroup Default and Extended Properties

The PowerShell Get-ADGroup AD Module cmdlet supports the default and extended properties 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 cyan. Extended properties are highlighted in pink. Properties where the name is not highlighted and the initial letter is lower case are regular Active Directory attributes. Of course, when you specify properties and attributes with the -Properties parameter, the names are not case sensitive.


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

↑ Return to Top


See Also

Active Directory: PowerShell AD Module Properties
http://social.technet.microsoft.com/wiki/contents/articles/12031.active-directory-powershell-ad-module-properties.aspx

Active Directory: Get-ADUser Default and Extended Properties
http://social.technet.microsoft.com/wiki/contents/articles/12037.active-directory-get-aduser-default-and-extended-properties.aspx

Active Directory: Get-ADComputer Default and Extended Properties
http://social.technet.microsoft.com/wiki/contents/articles/12056.active-directory-get-adcomputer-default-and-extended-properties.aspx

Active Directory: Get-ADObject Default and Extended Properties
http://social.technet.microsoft.com/wiki/contents/articles/12103.active-directory-get-adobject-default-and-extended-properties.aspx

Active Directory: Get-ADOrganizationalUnit Default and Extended Properties
http://social.technet.microsoft.com/wiki/contents/articles/12089.active-directory-get-adorganizationalunit-default-and-extended-properties.aspx

↑ Return to Top


Sort by: Published Date | Most Recent | Most Useful
Comments
  • Excellent info, Thanks Richard

  • Richard Mueller edited Revision 3. Comment: Updated value in table

Page 1 of 1 (2 items)