Search notes:

Provisioned Apps

Provisioned Apps might also be referred to as Provisioned Apps.

Getting a list of all provisioned Windows Apps

In PowerShell, a list of the provisioned Windows Apps can be found like so
PS C:\> get-appxProvisionedPackage -online | format-table displayName, packageName

See also

Powershell command noun: appxProvisionedPackage
Apps

Index