If you want to get a listing of all the installed apps for the current user on a Windows 10 device, run the following in an elevated PowerShell window:
Get-AppxPackage
To get the same listing, but for ALL users on the Windows 10 device, run the following in an elevated PowerShell window:
Get-AppxPackage -AllUsers
Looking for an awesome, no-nonsense technical conference for IT Pros, Developers, and DevOps? IT/Dev Connections kicks off in Dallas, Texas in 2018!