Re: How to Get Schema Information...

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: David (anonymous_at_discussions.microsoft.com)
Date: 06/06/04


Date: Sat, 5 Jun 2004 17:11:05 -0700


    
     ----- Eric Fleischman [MSFT] wrote: -----
     
     Hum. Well I'm not totally sure what you're looking for.
     The schema itself is documented up on MSDN so you can find a lot of details
     there.
     Short of that, you can use tools like ldp to view specific classes, or
     perhaps ldifde to dump the schema entirely to a text file. For example:
     ldifde -f schema.ldf -d "cn=schema,cn=configuration,dc=domain,dc=com"
     
     Of course you would put your own domain in there. ;)
     
     Is that along the lines of what you're looking for?
     
I am a DBA. If I were to inherit a database, I know exactly how I would go about to figure out what the various objects (tables, views, etc.) in the database are, how they are related, what values are allowed for a column, and so on... In short, I could figure out the data-structure, without needing access to application source code.

I guess what I was asking for is how would I do something like that for the AD.

In our AD, we have lots of classes added by IP telephony, Exchange, and other systems. I have no idea what they are. I can see various attributes, but do not know what values are allowed for each attribute and what the values mean... I can export the entire AD to say Access and try to figure things out. But I was wondering whether there is a different method that Network Engineers would use to figure out / maintain an AD they inherited?



Relevant Pages

  • Re: Ashdown ABM500 bass amp
    ... They are not the worlds quietest amps, ... Does it still hum with a shorted input connected? ... on schema and in reality. ... Just the mains inlet earth bond point to the chassis. ...
    (sci.electronics.repair)
  • Re: How to enable Assistant and Division attributes?
    ... The mAPIID value for both of these attributes is <Not ... >> to edit it that are described in MSDN. ... >> that's not currently used by a schema property should be relatively safe. ...
    (microsoft.public.exchange2000.active.directory.integration)
  • Re: Really need to recreate database in ADO?
    ... to access the database. ... Have you checked out the VS docs, MSDN, or sample ... Microsoft MVP - Windows SDK ... >> Use that schema for what? ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: How to enable Assistant and Division attributes?
    ... I've never had to make any changes to the AD Schema and I want to be very ... I don't have access to MSDN. ... It's a system-only property, which requires special procedures ... I'm also considering doing the same thing with employeeID, ...
    (microsoft.public.exchange2000.active.directory.integration)
  • Re: How to Get Schema Information...
    ... The schema itself is documented up on MSDN so you can find a lot of details ... Eric Fleischman ... without any documentation? ...
    (microsoft.public.win2000.active_directory)