Summary: Use Windows PowerShell to view the Appx log for deployment messages.
How can I use Windows PowerShell 5.0 in Windows 10 to examine the Appx log for deployment messages?
Use the Get-AppxLog cmdlet and filter on ID 603:
Get-AppxLog | Where id -eq 603