AD Object Properties

G

Guest

Can anyone help me find out where a list a active directory object properties can be found? I realise that properties can be added/changed/deleted from objects in active directory, but I would like to find a list of default/common/most used properties (like name, address, GUID, etc)
 
V

Valery Pryamikov

Hi,
you can find Active Directory schema documentation here:
http://msdn.microsoft.com/library/en-us/adschema/adschema/active_directory_schema.asp?frame=true

(watch for line breaks).

Additionally you can see all properties and their names if you use ADSIEdit
(from support tools) or freeware tools like BeaverTail ADSI browser or
LDAPBrowser.

-Valery

See my blog at:
http://www.harper.no/valery


Gary K said:
Can anyone help me find out where a list a active directory object
properties can be found? I realise that properties can be
added/changed/deleted from objects in active directory, but I would like to
find a list of default/common/most used properties (like name, address,
GUID, etc)
 
M

Marc Scheuner [MVP ADSI]

Can anyone help me find out where a list a active directory object properties can be found?
I realise that properties can be added/changed/deleted from objects in active directory,
but I would like to find a list of default/common/most used properties (like name, address, GUID, etc)

You might want to have a look at my Beavertail ADSI Browser - it's
entirely free, written in C#, and open-source, and it will show you
your AD objects in their AD hierachy, and the attributes and their
values for those objects.

http://adsi.mvps.org/adsi/CSharp/beavertail.html

You can download both the .NET executable, as well as the full C#
source code, from that page.

Enjoy!

Marc

================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch
 

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