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.
Syntax:
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. Run the Get-QServiceAccounts cmdlet without any parameters to retrieve a list of registered service accounts, including the assigned service account ID. |
Examples:
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. |