active directory user attributes listing

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
 
V

vhg119

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top