Export security logs

You can use pwrtech.exe to export Workspace Control security logs as XML or CSV files. This information is found on the Log tab of the following Workspace Control nodes:

  • Security > Applications > Managed Applications

  • Security > Applications > User Installed Applications

  • Security > Applications > Websites

  • Security > Data > Removable Disks

  • Security > Data > Files and Folders

  • Security > Data > Read-Only Blanketing

  • Security > Authorized Certificates

  • Security > Network Connections

To export security logs, use the following command:

pwrtech.exe /exportlog /type=<Workspace Control node> /output=<output filepath> [/outputtype=csv] [/start=<start date>] [/end=<end date>]

/outputtype, /start and /end are optional parameters. If /outputtype is not specified, then the security logs are exported as XML files instead of CSV files.

Replace the following with the appropriate values:

  • <Workspace Control node> — Enter one of the following values that corresponds with the selected Workspace Control security node:

    • applicationManaged Applications

    • uiaUser Installed Applications

    • websitesWebsites

    • remdiskRemovable Disks

    • filesFiles and Folders

    • robRead-Only Blanketing

    • authcertAuthorized Certificates

    • networkNetwork Connections

  • <output filepath> — Enter the full filepath where to save the CSV or XML file.
    For example: C:\export\network_connections.csv.

  • <start date> — Enter the start date to export log entries starting with the specified date.
    The format for date is YYYYMMDD. For example: 20161130.

  • <end date> — Enter the end date to export log entries up to the specified date.
    The format for date is YYYYMMDD. For example: 20180523.

For example:
pwrtech.exe /exportlog /type=network /output=C:\export\network_connections.csv /outputtype=csv /start=20161130 /end=20180523

Introduced in Ivanti Workspace Control 2021.2 (version 10.7.20.0).