Link to home
Start Free TrialLog in
Avatar of bradl3y
bradl3yFlag for United States of America

asked on

How do I know if the Active Directory Schema has already been extended?

I removed a previous installation of SMS/IIS/SQL that was not working and started from scratch. I do not have schema admin priveleges so I chose not to extend the active directory schema. I suspect that it might have already been extended in the past, is there a way to check? And if it has already been extended, is there something I need to do to configure the SMS server so that it knows it has been extended?
ASKER CERTIFIED SOLUTION
Avatar of Adam Leinss
Adam Leinss
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also, be careful with ADSIEDIT, this is a low-level AD editor and should be handled with extreme care.
Also note: You do not need to extend the ad schema. The schema extenstion is used from clients to get the information they need for configmgr client installation - it's also best practice, but you can also configure the cliuent push installation with all parameters needed so that you do not have to configure ad schema. In this case the Server Locator Point is used and not the active directory.
Here's a example:

ccmsetup.exe SMSSITECODE=XYZ SMSMP=mysccmserver.mydomain.local SMSSLP=mysccmserver
Avatar of bradl3y

ASKER

Listed under System Management:

CN=SMS-MP......
CN=SMS-SLP.....
CN=SMS-Site.....
Avatar of bradl3y

ASKER

I wasn't sure if that would indicate that the schema was extended, as the System Managment CN could have been created manually in the past. However, I loaded the AD Schema snap in and under classes i see a few such as:

mSSMSManagementPoint
mSSMSRoamingBoundaryRange

etc...

So this would confirm as well that the Schema has been extended, no?
Just the existence of System Management would indicate to me that the schema was extended in the past.
Avatar of bradl3y

ASKER

Well, I did follow instructions to create the Sytems Managment container, but it was already there. I did add permissions for the SMS server computer account to have access to it, as it did not already. I did this to try to get the site detection working, and upon adding access for the SMS computer account, site detection started working. So I am not sure if this contianer was created in the past manually or by extending the schema, but seeing the classes under the "Active Directory Schema" seems to be a sure indication, please correct me if i am wrong.
Extending the schema will create the System Management class