PowerTip: Use PowerShell to View Appx Log

Doctor Scripto

Summary: Use Windows PowerShell to view the Appx log for deployment messages.

Hey, Scripting Guy! Question How can I use Windows PowerShell 5.0 in Windows 10 to examine the Appx log for deployment messages?

Hey, Scripting Guy! Answer Use the Get-AppxLog cmdlet and filter on ID 603:

Get-AppxLog | Where id -eq 603

0 comments

Discussion is closed.

Feedback usabilla icon