Adds a new domain to the Data Governance Edition deployment.
The Data Governance server constructs an in-memory map of the Active Directory forest and domain structure where it is deployed. Administrators responsible for the Data Governance Edition deployment must register Service Accounts with the system and link them with domains. The link between a Service Account and an Active Directory domain makes it a "managed domain".
Note: Only domains that have been previously synchronized into the One Identity Manager database are available to be managed by Data Governance Edition.
Syntax:
Add-QManagedDomain [-ServiceAccountID] <String> [-DomainName] <String> [<CommonParameters>]
Parameter | Description |
---|---|
ServiceAccountID |
Specify the ID (GUID format) of the service account that will manage the domain. Run the Get-QServiceAccounts cmdlet to retrieve a list of all service accounts registered with your Data Governance Edition deployment. |
DomainName |
Specify the DNS name of the domain to be added as a managed domain. |
Examples:
Example | Description |
---|---|
Add-QManagedDomain -ServiceAccountID 7dd2eb51-e1cb-47f2-8c76-093fd4e0459e -DomainName mydomain.local | Adds a new managed domain. |