Monday, December 1, 2008

Modifying the COM+ Partition Set Link of an OU

Assigns the COM+ partition set PartitionSet1 to the Sales OU in Active Directory

Set objContainer = GetObject _
  ("LDAP://ou=Sales,dc=NA,dc=fabrikam,dc=com")
 
objContainer.Put "msCOM-UserPartitionSetLink", _
  "cn=PartitionSet1,cn=ComPartitionSets,cn=System,dc=NA,dc=fabrikam,dc=com"
 
objContainer.SetInfo

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