US English (US)
GB English (UK)

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Create ticket
English (US)
US English (US)
GB English (UK)
  • Home

Collect and export Windows Application Event Logs for support

Written by Conrad Murray

Updated at April 4th, 2025

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Getting Started
  • FAQs
  • API Documentation
  • Integrations
  • Migration Agent
  • Directory Synchronisation
  • Remote DC agent
  • Remote Password Sync Agent
+ More

Table of Contents

Migration Agent Logs Application Event Logs Open Event Viewer Filter Current Log Save Event Logs entries Use PowerShell to export logs Download PSP Server Agent Logs

Migration Agent Logs

If you are having issues with your Windows 10/11 Workstation migrations and you raise a support ticket you will almost certainly be asked to provide the logs either from the PSP Server and/or the Application Event Logs from the device itself.  Additionally, you maybe be asked to send screenshot of your Runbooks and Batches.

If you are having issues with Agent Installation, Agent registration, Agent starting, Agent finishing or any post-migration issues then all of the information required by a support engineer will be in the Event Logs.

It is far easier to support your project when we have the logs!

For Remote console PowerShell access, a good option is:

Get-EventLog -Logname Application -Source “PowerSyncPro Migration Agent” -Newest 3 | FL

 

Application Event Logs

To collect the Event Logs ready to attach to your support ticket please follow these steps.

Open Event Viewer

Navigate to:  Event Viewer (Local) Windows Logs\Application

You are looking for all Events with Source “PowerSyncPro Migration Agent”

Filter Current Log

It is easier and beneficial to “Filter Current Log” to only with with “PowerSyncPro Migration Agent” entries.  

Save Event Logs entries

From here you can then “Save Filtered Log File As”  aa *.evtx file.  Zip this up and attach to your Support ticket.

Use PowerShell to export logs

You can use PowerShell to speed this up rather than use the UI.  Level=2 is Error, Level=3 is Warning, Level=4 is Information.

wevtutil epl Application C:\Temp\PowerSyncProLogs.evtx /q:"*[System[Provider[@Name='PowerSyncPro Migration Agent'] and (EventID=0) and (Level=2 or Level=3 or Level=4)]]"

ZIP / Compress the file.

Compress-Archive -Path C:\Temp\PowerSyncProLogs.evtx -DestinationPath C:\Temp\PowerSyncProLogs.zip -Force

After compression, you can check if the ZIP file was created successfully.

Test-Path C:\Temp\PowerSyncProLogs.zip

To get ALL Application Event Logs without any filters please run:

wevtutil epl Application C:\Temp\AllApplicationLogs.evtx
 

You may be asked to run this so we can see any other events affecting the PSP Migration Agent such as users logging in too soon, a device rebooting unexpectedly and such like.

 

ExportPSPMAEventLogs.ps1

Here is a fully usable script that will export the Event Logs and save them to "C:\Temp\PowerSyncProLogs.zip"

https://static.helpjuice.com/helpjuice_production/uploads/upload/image/15713/direct/1737629796336/ExportPSPMAEventLogs.ps1

 

Download PSP Server Agent Logs

On the PowerSyncPro server you can also download the Agent Logs.  However, where this might not be sufficient is where the Workstation it having network difficulties and has been unable to send its logs back to the server.

 

 

 

 

retrieve export

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Prevent Migration Agent uninstall when deployed from Intune
  • Migration Agent is not starting or registering on a device
  • Office Applications or Outlook failing to log in after migration

Subscribe to Newsletter

Drop your email in the box below to sign up. We promise to keep our updates relevant and useful – and we’ll never share your details.

PowerSyncPro is the ultimate product for easing the pain and frustration during mergers, acquisitions, divestitures, and consolidations.

Terms & Conditions

  • FAQs
  • Privacy Policy
  • Cookies
  • Anti Slavery Notice

PowerSyncPro

  • Case Studies
  • Contact sales
  • Meet the Team
  • EULA

Get Connected

Room 73, Wrest House, Wrest Park, Silsoe, Bedford, England, MK45 4HR
info@powersyncpro.com

Twitter Youtube Linkedin

Knowledge Base Software powered by Helpjuice

Expand