Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Anyone ever extend the schema to store computer infomration 1

Status
Not open for further replies.

cchipman

IS-IT--Management
Sep 16, 2002
125
US
In Active Directory? We currently have a separate SQL database to do that, and I'm wondering about if we should maybe just move that info into AD. Any suggestions?
 
Your playing with fire, if you move data into the schema. There is little room for mistakes, one major screw up and your AD is history; no less, the larger the database grows the more AD slows down.
 
can be done, but make very sure you know what you are doing, like technome says...

Suggestion: create a test environment, in a completely separate forest to your existing one. That way it goes wrong, you dont kill your AD.

or, use the SID of the computers as a field in SQL to link to AD without actually adding new data to AD.
I used .NET and AD classes to query and update SQL tables according to AD content and change...
much safer.


Aftertaf (david)
MCSA 2003
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top