Export Logon Performance information

The Logon Performance information can be exported as a CSV file from the Log tab or using the pwrtech command line.

Export to file

To export the Logon Performance information from the Log tab as a CSV file, follow these steps:

  1. Open the Workspace Control Console and navigate to Diagnostics > Logon Performance > Log tab.

  2. Export the Logon Performance log information to a CSV file using one of the following methods:

    • Right-click in the right-side pane and select Export to file from the context-menu.

    • From the main menu, select Action > Logon Performance > Export to file.

    • From the main toolbar, select the (Export to file) button.

  3. In the Export to file window, select a location where to save the CSV file, enter an appropriate name for the file and then select Save.

Export log using the command line

Ivanti recommends to test first by exporting just one or two days of data.

The Logon Performance log can also be exported using the pwrtech command line:

pwrtech.exe /exportlog /type=logonperf /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:

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

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

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

For example:
pwrtech.exe /exportlog /type=logonperf /output=C:\export\logon_performance.csv /outputtype=csv /start=20211230 /end=20220123