active directory user attributes listing

  • Thread starter Thread starter vhg119
  • Start date Start date
V

vhg119

Can someone please link me to some resource listing all the user
attributes names? I'm writing some C# code using the
System.DirectoryServices assembly. This particular function is suppose
to search for a user by "displayName" and set the users phone numbers.
I have an incomplete list of Properties: displayName, givenName,
sAMAccountName...

I need the property names for:
"Telephone number" in the General tab of Active Directory Users and
Computers user property
"Home: and "Mobile" in the telphones tab.

Thanks for any help

Vince
 
Nevermind.. got by enumerating and printing all propertynames:
homemdb
badpasswordtime
distinguishedname
homemta
l
proxyaddresses
objectclass
c
protocolsettings
accountexpires
lockouttime
name
objectguid
msexchmailboxsecuritydescriptor
logonhours
userprincipalname
givenname
memberof
adspath
displayname
mdbusedefaults
pwdlastset
instancetype
homephone
codepage
whenchanged
co
cn
usncreated
sn
msexchmailboxguid
lastlogoff
badpwdcount
telephonenumber
mobile
usnchanged
useraccountcontrol
primarygroupid
st
legacyexchangedn
msexchuseraccountcontrol
whencreated
objectsid
postalcode
logoncount
textencodedoraddress
mail
samaccountname
msexchpoliciesincluded
countrycode
admincount
msexchalobjectversion
mailnickname
showinaddressbook
objectcategory
lastlogon
msexchhomeservername
samaccounttype
 
Back
Top