Archive for the 'Active Directory' Category

How to discover properties for Active Directory user accounts

There are times when a network admin or developer needs to access certain properties of Active Directory user accounts, and some of the properties may not visible in the MMC console. But how do you know which properties and methods are available for the User object in AD? It can be quite difficult to find documentation on this topic, but there is a site on MSDN which lists all methods and properties for the IDSUser object available through ADSI for access through scripts and applications:

http://msdn.microsoft.com/en-us/library/aa746340(VS.85).aspx

What this section does not tell you is what are the types of these fields – string, array, etc. For example, the Description field is not a string, it’s a an array of strings. If you try to access an array field with a script that uses a string variable, it will inevitably fail.

How do you find that out? You can find it out by running WMI CIM Studio on your server. Download it here:

http://www.microsoft.com/downloads/details.aspx?familyid=6430F853-1120-48DB-8CC5-F2ABDC3ED314&displaylang=en

Install WMI CIM studio on your Windows Server machine and connect it to the following namespace on your domain controller:

\\YOUR_DOMAIN_CONTROLLER\root\directory\LDAP

When connected, navigate to this location:

DS_LDAP_Root_Class > ds_top > ads_person > ads_organizationalperson

The user properties and their corresponding types will be listed in the right pane.


RSS SharePoint Team Blog

  • An error has occurred; the feed is probably down. Try again later.

RSS Ben Curry’s Blog

  • I'm at the ATL users group Monday night, Nov 16th November 15, 2009
  • Upgrading to SharePoint Server 2010 November 3, 2009

RSS Bud Ratliff blog

  • An error has occurred; the feed is probably down. Try again later.

RSS SharePoint PS Blog

  • An error has occurred; the feed is probably down. Try again later.

RSS Lori Gowin’s Blog

  • An error has occurred; the feed is probably down. Try again later.

RSS Greg Kamer’s Blog

  • An error has occurred; the feed is probably down. Try again later.

Blog Stats

  • 84,097 hits

Follow

Get every new post delivered to your Inbox.