Returns information about the COM+ properties configured for the Sales OU in Active Directory.
On Error Resume NextSet 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