Microsoft Operations Manager |
The SchemaMasterproperty gets the DNS-formatted name of the schema master.
[VBScript] ActiveDirectory.SchemaMaster
Read-only
String
The following example shows how to get the DNS-formatted name of the schema master.
[VBScript]
Dim objActiveDirectory
Dim strMaster
Set objActiveDirectory =
CreateObject("McActiveDir.ActiveDirectory")
strMaster = objActiveDirectory.SchemaMaster
Set objActiveDirectory = Nothing
Windows NT/2000: Requires Windows 2000 or later
Version: Requires MOM 1.0 SP1
Did you find this information useful? Please send your suggestions and comments about the documentation to momsdk@microsoft.com.