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.
Syntax:
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. Run the Get-QDeploymentInfo cmdlet to retrieve the deployment name (DeploymentId) assigned to a Data Governance Edition deployment. |
Examples:
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". |