Datasheet

UNDERSTAND HOW POWERSHELL AND ACTIVE DIRECTORY WORK TOGETHER 41
Administering
Service Delivery
PART I
fact, if you pipe the user object into the
Get-Member
cmdlet, you can retrieve a
listing of the objects properties and methods:
PS C:\> $user | Get-Member
TypeName: System.DirectoryServices.DirectoryEntry
Name MemberType Definition
---- ---------- ----------
ConvertDNWithBinaryToString CodeMethod static string ConvertDNWithBinaryToSt...
ConvertLargeIntegerToInt64 CodeMethod static long ConvertLargeIntegerToInt6...
accountExpires Property System.DirectoryServices.PropertyValu...
badPasswordTime Property System.DirectoryServices.PropertyValu...
badPwdCount Property System.DirectoryServices.PropertyValu...
cn Property System.DirectoryServices.PropertyValu...
codePage Property System.DirectoryServices.PropertyValu...
countryCode Property System.DirectoryServices.PropertyValu...
description Property System.DirectoryServices.PropertyValu...
distinguishedName Property System.DirectoryServices.PropertyValu...
dSCorePropagationData Property System.DirectoryServices.PropertyValu...
instanceType Property System.DirectoryServices.PropertyValu...
isCriticalSystemObject Property System.DirectoryServices.PropertyValu...
lastLogoff Property System.DirectoryServices.PropertyValu...
lastLogon Property System.DirectoryServices.PropertyValu...
lastLogonTimestamp Property System.DirectoryServices.PropertyValu...
logonCount Property System.DirectoryServices.PropertyValu...
logonHours Property System.DirectoryServices.PropertyValu...
memberOf Property System.DirectoryServices.PropertyValu...
name Property System.DirectoryServices.PropertyValu...
nTSecurityDescriptor Property System.DirectoryServices.PropertyValu...
objectCategory Property System.DirectoryServices.PropertyValu...
objectClass Property System.DirectoryServices.PropertyValu...
objectGUID Property System.DirectoryServices.PropertyValu...
objectSid Property System.DirectoryServices.PropertyValu...
primaryGroupID Property System.DirectoryServices.PropertyValu...
pwdLastSet Property System.DirectoryServices.PropertyValu...
sAMAccountName Property System.DirectoryServices.PropertyValu...
sAMAccountType Property System.DirectoryServices.PropertyValu...
c01.indd 41c01.indd 41 5/12/2011 1:07:55 PM5/12/2011 1:07:55 PM