You’ll often need to detail what changes are being made during an Active Directory Schema modification / update / upgrade / extension / whatever you want to call it.
The SCCM 2007 schema extension does not change any existing classes or attributes, it creates 4 new classes and 18 associated attributes as follows:
attribute cn=mS-SMS-Assignment-Site-Code.
attribute cn=MS-SMS-Site-Boundaries.
attribute cn=MS-SMS-Roaming-Boundaries.
attribute cn=MS-SMS-Default-MP.
attribute cn=mS-SMS-Device-Management-Point.
attribute cn=MS-SMS-MP-Name.
attribute cn=MS-SMS-MP-Address.
attribute cn=mS-SMS-Health-State.
attribute cn=mS-SMS-Source-Forest.
attribute cn=MS-SMS-Ranged-IP-Low.
attribute cn=MS-SMS-Ranged-IP-High.
attribute cn=mS-SMS-Version.
attribute cn=mS-SMS-Capabilities.
class cn=MS-SMS-Management-Point.
class cn=MS-SMS-Server-Locator-Point.
class cn=MS-SMS-Site.
class cn=MS-SMS-Roaming-Boundary-Range.
Related Articles
2 users responded in this post
This is exactly what I needed for schema changes. Forgive me for asking – is there a Microsoft KB article that backs this up? I will need to cite Microsoft for your helpful work. Many thanks.
In the past I haven’t found a KB to back this up. The closest I have seen is http://technet.microsoft.com/en-us/library/bb633121.aspx.
I would also recommend looking inside the CONFIGMGR_AD_SCHEMA.LDF in the SMSSETUP\BIN\I386 directory of the installation media – this will show you exactly what changes are being made.
Leave A Reply