After cutover of a device to the target domain some applications are missing.
If applications are installed via the Microsoft Store, due to the way the store encrypts the data, the product cannot ReACL those files.
When this happens, the applications may need to be reinstalled.
In some other scenarios you can use the following:
Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
Please see this link for more details:
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center