Exports all server logs (the DataGovernanceEdition.Service.exe.dlog file and associated agent deployment logs) to the designated folder.
Syntax:
Get-QServerAllLogs -OutputFolder <String> [<CommonParameters>]
Parameter | Description |
---|---|
OutputFoler |
Specify the folder where the logs are to be saved. NOTE: The output folder must already exist on the Data Governance server. |
Examples:
Example | Description |
---|---|
Get-QServerAllLogs -OutputFolder D:\ServerLogs | Exports all server logs to the designated location (D:\ServerLogs in this example). |