Microsoft Operations Manager |
The RIDMasterBindproperty gets the time required to bind to the RID master using the BindRIDMastermethod.
[VBScript] ActiveDirectory.RIDMasterBind
Read-only
Long
The following example shows how to get the time required to bind to the RID master.
[VBScript]
Dim objActiveDirectory
Dim lngBindTimeSet
Set objActiveDirectory =
CreateObject("McActiveDir.ActiveDirectory")
If (objActiveDirectory.BindRIDMaster()) Then
lngBindTime = objActiveDirectory.RIDMasterBind
End If
Set objActiveDirectory = Nothing
Windows NT/2000: Requires Windows 2000 or later
Version: Requires MOM 1.0 SP1
ActiveDirectory Object, ActiveDirectory.BindRIDMaster Method
Did you find this information useful? Please send your suggestions and comments about the documentation to momsdk@microsoft.com.