Saturday, August 12, 2017

Viewing which users have a UWP app installed

Occasionally Sysprep will fail with an error indicating that an application package is installed for one user but not provisioned for all users. In some cases, this can be fixed by removing the app from those user profiles or by removing those users. To see which users have it, you can use PowerShell. Get-AppxPackage -AllUsers produces one record for each app, each of which has a PackageUserInformation property listing the package's status for each user (e.g. Installed or Staged).

No comments:

Post a Comment