Monday, December 1, 2008

Reading the COM+ Properties of an OU

Returns information about the COM+ properties configured for the Sales OU in Active Directory.

On Error Resume Next
Set objContainer = GetObject _
  ("LDAP://ou=Sales,dc=NA,dc=fabrikam,dc=com")
 
strMsCOMUserPartitionSetLink = objContainer.Get("msCOM-UserPartitionSetLink")
 
WScript.Echo "ms-COMUserPartitionSetLink: " & strMsCOMUserPartitionSetLink

This is a VB Script, this can be used by saving the file in .vbs file