September 2nd, 2015

PowerTip: Use PowerShell to View Appx Log

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback