Microsoft Operations Manager

ActiveDirectory Object

The MOM ActiveDirectoryobject is used to monitor the Active Directory service.

Methods

Name Description

BindDomainNamingMaster

Binds to the domain-naming master to determine the amount of time required for binding.

BindInfrastructureMaster

Binds to the infrastructure master to determine the amount of time required for binding.

BindLostFoundContainer

Binds to the lost and found container to determine the amount of time required for binding.

BindObject

Binds to the specified ActiveDirectoryobject.

BindPDCMaster

Binds to the primary domain controller (PDC) master to determine the amount of time required for binding.

BindRIDMaster

Binds to the relative identifier (RID) master to determine the amount of time required for binding.

BindSchemaMaster

Binds to the schema master to determine the amount of time required for binding.

GetDatabaseInfo

Retrieves the path and size of the Active Directory database. It also returns the amount of free space, in kilobytes, for the drive on which the database is located.

GetLogFileInfo

Retrieves the path and size of the active log files. It also returns the amount of free space, in kilobytes, for the drive on which the log files are located.

NextDomainController

Gets the next domain controller in the list of domain controllers in the forest.

NextGlobalCatalog

Gets the next global catalog in the forest.

NextReplicationPartner

Gets the next replication partner for the domain controller.

RefreshDomainControllers

Resets the list of domain controllers in the forest.

RefreshGlobalCatalogs

Resets the list of global catalogs in the forest.

RefreshReplicationPartners

Resets the list of replication partners for the domain controller.

SearchGlobalCatalog

Performs the global catalog query specified by the Queryparameter and returns the number of objects that match the query.

Properties

Name Description

BindCount

Gets a running count of the bind operations performed.

BindLast

Gets the time, in milliseconds, of the last Active Directory bind operation performed.

BindTotal

Gets a running total of the bind times performed.

Domain

Gets or sets the domain to indicate where Active Directory bind operations are to occur.

DomainNamingMaster

Gets the Domain Name System (DNS) formatted name of the domain-naming master.

DomainNamingMasterBind

Gets the time required to bind to the domain-naming master using the BindDomainNamingMastermethod.

GlobalCatalogSearchTime

Gets the time, in milliseconds, of the last global catalog search.

InfrastructureMaster

Gets the DNS-formatted name of the infrastructure master.

InfrastructureMasterBind

Gets the time required to bind to the infrastructure master using the BindInfrastructureMastermethod.

LastError

Gets the last error encountered by the object.

LostAndFoundCount

Gets the number of Active Directory objects in the lost and found container. To determine the lost and found count, you must first bind to the lost and found container.

PDCMaster

Gets the DNS-formatted name of the PDC master.

PDCMasterBind

Gets the time required to bind to the PDC master using the BindPDCMastermethod.

Password

Gets the password to be used by the object for authentication.

RIDMaster

Gets the DNS-formatted name of the RID master.

RIDMasterBind

Gets the time required to bind to the RID master using the BindRIDMastermethod.

SchemaMaster

Gets the DNS-formatted name of the schema master.

SchemaMasterBind

Gets the time required to bind to the schema master using the BindSchemaMastermethod.

Server

Gets or sets the domain controller where Active Directory bind operations are to occur.

UserName

Gets or sets the user name to be used by the object for authentication.

Requirements

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.