Keeping the trend going this week we'll look at Active Directory Markers in SharePoint Server 2010.
Governance is one of the key planning processes that should occur when considering the deployment of any technology, and SharePoint Server 2010 provides a number of tools and resources to facilitate the product and technology aspects of governance, one of which is the concept of Active Directory Markers to manage and control the uncontrolled proliferation of SharePoint in the Enterprise.
SharePoint Server 2010 uses the Service Connection Point Active Directory Schema (serviceConnectionPoint (SCP))) in order to publish service-specific data in the directory. Administrators can use the data in a Service Connection Point to locate, connect to, and authenticate and instance of the service.
In order to use this new capability you must first create a container under CN=System,DC=<domain>,DC=com, where the values will reside and provide write access to the specific accounts that will write values to the container – in most cases the person or system account used to deploy SharePoint in your environment.
When SharePoint Server 2010 is deployed a Service Connection Point object is created as a GUID under the container created in the previous steps.
The deployed server farm’s Topologies Web Service is created with the value presented as :/Topology/topology.svc">http://<server>:<port>/Topology/topology.svc.
For additional information on Connection Points and Active Directory see also http://msdn.microsoft.com/en-us/library/ms675738(v=VS.85).aspx.