Forum Discussion
MSIX app attach Azure portal integration public preview
Works like a charm, however - i have to run the Add-appxpackage -register for the app to show up on my user, i thought that it would happen automatically, or am i wrong, can you point me in the right direction on how to fix this?
Thogjo, I have same situation where I have to manually run commands at the end of this post to get application to register. The issue seems to be because registration part fails with error:
AppAttachServiceImpl - AppAttachRegister: Failed to get packages to register: System.AggregateException: One or more errors occurred. ---> Microsoft.RDInfra.Shared.Common.RestError.RestException: WVD_50002: ≤S-1-5-21-1582688470-541055633-2624462867-3101≥ not found.
#region variables
$packageName = "GoogleChrome_68.46.66.0_x64__74vyvr5aw93s6"
$path = "C:\Program Files\WindowsApps\" + $packageName + "\AppxManifest.xml"
#endregion
#region register
Add-AppxPackage -Path $path -DisableDevelopmentMode -Register
#endregion
- Stefan GeorgievFeb 09, 2021Iron ContributorJantu123 and Thogjo the wvd_50002 error happens when the wvd infra is not able to get the upn for this user. Can you please check that the user is AD sourced, sycnhed, assigned...If you are using password hash?