Retrieves information, including the service account and managed domain IDs, for a managed domain from the Data Governance Edition deployment.
Syntax:
Get-QManagedDomains [-ManagedDomainId [<String>]] [<CommonParameters>]
Parameter | Description |
---|---|
ManagedDomainId |
(Optional) Specify the ID (GUID format) of the managed domain to be retrieved. |
Examples:
Example | Description |
---|---|
Get-QManagedDomains | Returns all managed domains in the database. |
Get-QManagedDomains -ManagedDomainId 50905871-5379-455d-8b65-c4bd02360bdb | Returns information on the specified managed domain. |
Details retrieved:
Detail | Description (Associated key or property in ADSDomain table) |
---|---|
ManagedDomainID |
The value (GUID) assigned to the managed domain. (UID_ADSDomain) |
DomainDnsName |
The full DNS name of the managed domain. (ADSDomainName) |
ForestDnsName |
The full DNS name of the forest where the domain resides. (UID_ADSForest) |
Status | The status of the managed host, based on all the agents monitoring the host. |
NetbiosName | The Netbios name of the managed domain. |
DomainSid | The security identifier (SID) assigned to the managed domain. |
ServiceAccountId | The value (GUID) of the service account assigned to the managed domain. (UID_QAMServiceAccount) |
AccessGroupSid | Deprecated. |
ServiceAccountInfo | The name of the service account assigned to the managed domain. |
DomainControllerName | The name of the domain controller hosting the managed domain. |
ExtendedRightsCreated | Indicates whether extended rights were created by Data Governance Edition in the Active Directory environment. |