How To: Use PowerShell to Validate Installed Microsoft Apps
Overview
This document will cover using PowerShell to obtain evidence on installed app packages from the Microsoft Store that are not found in the Add/Remove Programs.
Prerequisites
Administrator access to Windows PowerShell
Instructions
Open PowerShell as Administrator
Run the following command
Get-AppxPackage -AllUsers | Where-Object {$_.Name -Like "Microsoft.Microsoft3DViewer"}NOTE: Replace the ‘Microsoft.Microsoft3DViewer'in code above with the application name you are searching for. In our example, we search for Microsoft 3D Viewer.
Here is a sample of the output that is returned:
If the app is not found or installed, it will display a blank output like this:
Need Support?
If you need assistance, our support team is here to help. You can create, view, and manage support tickets through our portal at any time.
Support Portal: https://connectsecure.freshdesk.com
Email: support@connectsecure.com