Also, be careful with ADSIEDIT, this is a low-level AD editor and should be handled with extreme care.
Main Topics
Browse All TopicsI 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?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
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.mydomai
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?
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.
Business Accounts
Answer for Membership
by: aleinssPosted on 2009-05-19 at 13:02:12ID: 24426000
Check for the existence of extadsch.log in the root of the C: drive.
Otherwise, you can use ADSIEDIT, drill into CN=System, CN=System Management and see if the schema classes are listed there.