Removes a server account from the Data Governance Edition deployment.
|
Note: Remove any associated managed domains BEFORE removing a service account. Run the Remove-QManagedDomain cmdlet to remove a managed domain from your Data Governance Edition deployment. |
Remove-QServiceAccount [-ServiceAccountId] <String> [<CommonParameters>]
Parameter | Description | ||
---|---|---|---|
ServiceAccountId |
Specify the ID (GUID format) of the server account to be removed from the list of registered service accounts.
|
Example | Description |
---|---|
Remove-QServiceAccount -ServiceAccountId b0a0e218-55c1-41d7-9585-bf7578ad1130 |
Removes the specified service account from the list of service accounts registered for use by Data Governance Edition. |
Notifies the Data Governance server that the service account was updated and the server should process it.
Set-QServiceAccountUpdated [-ServiceAccountId] <String> [<CommonParameters>]
Parameter | Description | ||
---|---|---|---|
ServiceAccountId |
Specify the id of the service account to be updated.
|
Example | Description |
---|---|
Set-QServiceAccountUpdated -ServiceAccountId 18CC36D3-81AE-4856-925B-9B1B1E587381 |
Updates the specified service account. |
Before you can gather information on the data in your enterprise, you must specify the domain that contains the computers and data that you want to manage. Then assign the service account to access the resources within them.
The following commands are available to you to deploy managed domains.
Use this command |
If you want to | ||
---|---|---|---|
Add-QManagedDomain |
Add a new domain to the Data Governance Edition deployment. | ||
Get-QManagedDomains |
View the list of managed domains in a deployment.
| ||
Remove-QManagedDomain |
Remove a managed domain from your deployment. |
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. |
Add-QManagedDomain [-ServiceAccountID] <String> [-DomainName] <String> [<CommonParameters>]
Parameter | Description | ||
---|---|---|---|
ServiceAccountID |
Specify the ID (GUID format) of the service account that will manage the domain.
| ||
DomainName |
Specify the DNS name of the domain to be added as a managed domain. |
Example | Description |
---|---|
Add-QManagedDomain -ServiceAccountID 7dd2eb51-e1cb-47f2-8c76-093fd4e0459e -DomainName mydomain.local | Adds a new managed domain. |
© ALL RIGHTS RESERVED. Feedback Terms of Use Privacy