Register-QServiceConnectionPoint
Registers service connection points (SCPs) in an Active Directory domain.
Note: This can be helpful when the service account registered to a domain does not have sufficient permissions to create an SCP.
Syntax:
Register-QServiceConnectionPoint [-DomainDnsName] <String> [-DeploymentId] <String> [-ServerDnsName] <String> [[-ServerNetTcpPortNumber] [>Int32>]] [<CommonParameters>]
Table 113: Parameters
DomainDnsName |
Specify the full DNS name of the Active Directory domain where the SCP will be registered. |
DeploymentId |
Specify the deployment name of the Data Governance instance. |
ServerDnsName |
Specify the full DNS name of the computer hosting the Data Governance server. |
ServerNetTcpPortNumber |
(Optional) Specify the Net.tcp port number of the Data Governance server. If this parameter is not specified, the default port (8722) is used. |
Examples:
Table 114: Examples
Register-QServiceConnectionPoint -DomainDnsName vmset6.dge.dev.ca - DeploymentId DGEMAIN - ServerDnsName 2k8.vmset6.dge.dev.ca |
Registers the SCP for an Active Directory domain. |
Remove-QServiceConnectionPoint
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>]
Table 115: Parameters
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:
Table 116: Examples
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". |
Set-QDeploymentInfo
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.
Syntax:
Set-QDeploymentInfo [-DeploymentId [<String>]] [<CommonParameters>]
Table 117: Parameters
DeploymentId |
(Optional) Specify this parameter to change the name of the deployment to which this Data Governance server belongs.
This deployment name must be unique within your Active Directory forest. It has a maximum length of 30 characters; and can only contain alphanumeric characters and underscores (no spaces allowed).
IMPORTANT: This is NOT the recommended approach. It is best to uninstall your entire Data Governance Edition deployment and reinstall using the Data Governance Configuration wizard, which comes with the One Identity Manager installation.
IMPORTANT: Any existing agents deployed by this Data Governance server will not be able to connect if you change the deployment name here. You must first uninstall all the agents and then change this value, restart the DataGovernance.Server service, and deploy new agents. |
Examples:
Table 118: Examples
Set-QDeploymentInfo -DeploymentId MainDeployment |
Changes the deployment name assigned to the Data Governance service to "MainDeployment". |
Set-QEncryptionOptions
Encrypts the Data Governance service account.
Note: Only use this cmdlet if you have enabled encryption for the One Identity Manager database.
Syntax:
Set-QEncryptionOptions [-File] <String> [[-FIPSCompliantRSA] [<SwitchParameter>]] [[-RSA] [<SwitchParameter>]] [<CommonParameters>]
Table 119: Parameters
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. |
Examples:
Table 120: Examples
Set-QEncryptionOptions -File \\2k8R2DJSQL\C$\key -RSA |
Encrypts the Data Governance service account using RSA compliant algorithm. |