Removes DataGovernance.Server service connection points (SCPs) found by the global catalog (GC) search in the Active Directory forest.
|
Note: This cmdlet can be helpful when you want to remove all Data Governance Edition SCPs from a single Data Governance Edition deployment or all deployments. To re-create an SCP which you inadvertently removed, restart your Data Governance server. |
Remove-QServiceConnectionPoint [-DeploymentId] [<String>]] [<CommonParameters>]
Parameter | Description | ||
---|---|---|---|
DeploymentId |
(Optional) Specify the deployment name assigned to the Data Governance instance whose SCP is to be removed. Typically, this value is DEFAULT. If you do not specify this parameter, all service connection points in all Data Governance Edition deployments will be removed.
|
Example | Description |
---|---|
Remove-QServiceConnectionPoint | Removes all service connection points in all deployments. |
Remove-QServiceConnectionPoint -DeploymentId MyTestDeployment |
Removes all service connection points in the Data Governance instance assigned to deployment "MyTestDeployment". |
Updates the deployment parameters for the Data Governance server.
|
Note: Changing the deployment identifier parameter can prevent the Data Governance service from communicating with existing agents. It is NOT recommended to change the deployment name of an existing Data Governance server. |
Set-QDeploymentInfo [-DeploymentId [<String>]] [<CommonParameters>]
Parameter | Description | ||||||
---|---|---|---|---|---|---|---|
DeploymentId |
(Optional) Specify this parameter to change the name of the deployment to which this Data Governance server belongs.
|
Example | Description |
---|---|
Set-QDeploymentInfo -DeploymentId MainDeployment | Changes the deployment name assigned to the Data Governance service to "MainDeployment". |
Encrypts the Data Governance service account.
|
Note: Only use this cmdlet if you have enabled encryption for the One Identity Manager database. |
Set-QEncryptionOptions [-File] <String> [[-FIPSCompliantRSA] [<SwitchParameter>]] [[-RSA] [<SwitchParameter>]] [<CommonParameters>]
Parameter | Description |
---|---|
File | Specify the path to the file that contains the encryption key information. |
FIPSCompliantRSA | (Optional) Specify this parameter if FIPS compliant algorithm will be used. |
RSA |
(Optional) Specify this parameter if RSA compliant algorithm will be used. |
Example | Description |
---|---|
Set-QEncryptionOptions -File \\2k8R2DJSQL\C$\key -RSA | Encrypts the Data Governance service account using RSA compliant algorithm. |
Sets the deployment name, server name and port information used by the Data Governance Edition commands to connect to the Data Governance server.
|
Note: This cmdlet must run before you can use any of the Data Governance Edition commands. |
Set-QServiceConnection [-DeploymentId] [<String>]] [-ServerName [<String>]] [-Port [<String>]] [-Validate [<SwitchParameter>]] [<CommonParameters>]
Parameter | Description |
---|---|
DeploymentId |
(Optional) Specify the deployment name of the Data Governance Edition deployment you wish to connect. If you are unsure of the deployment name, specify the server name (-ServerName parameter). |
ServerName |
(Optional) Specify the name of the server to be used by the Data Governance Edition commands. This can be specified in DNS, pre-Windows 2000 or IP address format. If you are unsure of the server name, specify the deployment name (-DeploymentId parameter). |
Port |
(Optional) Specify the listening port in the Data Governance Edition service configuration. If this parameter is not specified, the default port (8722) is used. If you are unsure of the port number, specify the deployment name (-DeploymentId parameter). |
Validate |
(Optional) Specify this parameter to change the flag that indicates whether to validate the connection. |
Example | Description |
---|---|
Set-QServiceConnection -ServerName qamautomem1 -Port 8722 | Sets the service connection for a server on the computer named qamautomem1 on port 8722. |
Set-QServiceConnection -DeploymentId MainDeployment | Sets the service connection for a server in the MainDeployment deployment. |
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy