The following commands in the OneIdentity.DataGovernance snap-in can be used to deploy and configure the Data Governance Edition.
Use this command |
If you want to | ||
---|---|---|---|
Get-QDeploymentInfo |
View deployment information for your Data Governance server including the deployment name. | ||
Get-QEncryptionOptions |
Retrieve the current encryption options used by One Identity Manager and show whether Data Governance Edition has been configured to use encryption. | ||
Get-QServerAllLogs |
Export all server logs to the designated folder. | ||
Get-ServerVersion |
View the version of the currently running Data Governance server. | ||
Initialize-QDataGovernanceActivity |
Initialize a database to store data generated when a managed host has resource activity tracking enabled.
This is separate from the One Identity Manager database that stores configuration and security information. For more information, see Initialize-QDataGovernanceActivity. | ||
Initialize-QDataGovernanceServer |
Establish the database connection between One Identity Manager and Data Governance Edition. The Data Governance server must be initialized before you can use Data Governance Edition to manage your resources. | ||
Register-QServiceConnectionPoint |
Register service connection points in an Active Directory domain.
| ||
Remove-QServiceConnectionPoint |
Remove the DataGovernance.Server Service Connection Point (SCP) from an Active Directory domain.
| ||
Set-QDeploymentInfo |
Change the deployment parameters for the Data Governance server including the deployment name.
| ||
Set-QEncryptionOptions |
Encrypt the Data Governance service account.
| ||
Set-QServiceConnection |
Set the server name and port information used by the Data Governance Edition commands to connect to the Data Governance server.
|
Retrieves deployment parameters, including the deployment name, for a Data Governance server.
Get-QDeploymentInfo [<CommonParameters>]
Example | Description |
---|---|
Get-QDeploymentInfo | Returns the current deployment parameters for the Data Governance server. |
Detail | Description |
---|---|
DeploymentId | Name assigned to the deployment when the Data Governance server was installed. The default deployment name is "DEFAULT". |
RestServicePort | Port used by the Data Governance server for HTTP protocol and REST services. Used for communication with PowerShell and One Identity Manager clients and web server. |
DatabaseMigrationVersion | The module and migration version assigned to the QAM module. |
Retrieves the current encryption options that One Identity Manager uses and indicates whether Data Governance Edition has been configured to use encryption.
Get-QEncryptionOptions [<CommonParameters>]
Example | Description |
---|---|
Get-QEncryptionOptions | Retrieves the current encryption information. |
Detail | Description |
---|---|
IsDGEConfigured | Indicates whether Data Governance Edition is configured to use encryption. |
Scheme | The algorithm currently being used for One Identity Manager encryption. |
Exports all server logs (the DataGovernanceEdition.Service.exe.dlog file and associated agent deployment logs) to the designated folder.
Get-QServerAllLogs -OutputFolder <String> [<CommonParameters>]
Parameter | Description | ||
---|---|---|---|
OutputFoler |
Specify the folder where the logs are to be saved.
|
Example | Description |
---|---|
Get-QServerAllLogs -OutputFolder D:\ServerLogs | Exports all server logs to the designated location (D:\ServerLogs in this example). |
© ALL RIGHTS RESERVED. Feedback Terms of Use Privacy