Share via


Microsoft_LocalDomainInfo class

The Microsoft_LocalDomainInfo Windows Management Instrumentation (WMI) class provides information about the domain on which this instance of the trust monitor is running.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties and methods are in alphabetic order, not MOF order.

Syntax

[singleton, dynamic, provider("TrustPrv")]
class Microsoft_LocalDomainInfo
{
  string DNSname;
  string FlatName;
  string SID;
  string TreeName;
  string DCname;
};

Members

The Microsoft_LocalDomainInfo class has these types of members:

Properties

The Microsoft_LocalDomainInfo class has these properties.

DCname

Data type: string

Access type: Read-only

Name of the domain controller on which TrustMon is running.

DNSname

Data type: string

Access type: Read-only

DNS name of the local domain.

FlatName

Data type: string

Access type: Read-only

SAM name of the local domain.

SID

Data type: string

Access type: Read-only

Security identifier (SID) of the local domain.

TreeName

Data type: string

Access type: Read-only

Name of the enterprise tree root.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\microsoftactivedirectory
MOF
Trustmon.mof
DLL
Trustmon.dll

See also

Microsoft_DomainTrustStatus

Microsoft_TrustProvider

Trustmon Provider

Retrieving a Class