Active Directory Objects Attributes
Listing all attributes of a computer object: C:>AdFind.exe -default -f name=”Test-PC1″ | cut -f2 -d”>” | cut -f1 -d”:” | uniq | sort AdFind V01.42.00cpp Joe Richards ([email protected]) April 2010 1 Objects returned accountExpires badPasswordTime badPwdCount cn codePage countryCode dNSHostName dSCorePropagationData distinguishedName dn instanceType isCriticalSystemObject lastLogoff lastLogon lastLogonTimestamp localPolicyFlags logonCount msDS-SupportedEncryptionTypes name objectCategory objectClass objectGUID objectSid operatingSystem operatingSystemVersion primaryGroupID pwdLastSet sAMAccountName sAMAccountType servicePrincipalName uSNChanged uSNCreated userAccountControl whenChanged whenCreated C:> Listing all attributes of a user object: C:>adfind -default -f “(&(objectcategory=user)(name=*test-user1))” | cut -f2 -d”>” | cut -f1 -d”:” | uniq | sort AdFind V01.42.00cpp Joe Richards ([email protected]) April 2010 1 […]
Read more