Azure Virtual desktop and Quick assist from Windows Store

Sander Walraven 31 Reputation points
2022-06-07T12:05:32.363+00:00

Since 23 may the build in Quick Assist isn't working anymore. You must install the app from the Windows Store.

we are using golden images, what is the best way to install Quick Assist from the store for all users?

The problem i've:
We are creating a golden image, with Ivanti Automation, without any user action on the image vm. We can only install Quick Assist (with Dism command) when once a user has sign in on the golden image vm.

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,846 questions
{count} votes

3 answers

Sort by: Most helpful
  1. vipullag-MSFT 26,492 Reputation points Moderator
    2022-06-08T07:41:22.143+00:00

    @Sander Walraven

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    I checked with internal team on this and below mentioned is a workaround. Hope this can help you.

    Here is a link that explains the new version of Quick Assist.

    As you might be aware, customers are requested to use the new Quick Assist version which is available in Microsoft Store and Microsoft Store for Business. The old application is now asking to update to the newest one:

    209368-image.png

    However, there is a known issue now where Windows 10 1909 and below versions are showing the following errors installing the new version of Quick Assist:

    209370-image.png

    UAC (User Access Control) can be disabled as a workaround.

    For the Win 10 20H2 21H1 21H2 and above version, the Quick Assist is working fine with the new version.

    The detailed steps for installing Quick Assist offline:

    • Download the APPXBUNDLE and unencoded XML license file from Microsoft Store for Business. If you don't have the option (please let me know, I can see if support team can help we can download, zip and share with you via a support case).
    • In the Win10 client machine, please run PowerShell as admin.
      Please change dir <location of the package file>

    Then run below command to install Quick Assist:

    Add-appxprovisionedpackage -online -PackagePath "MicrosoftCorporationII.QuickAssist_2022.509.2259.0_neutral___8wekyb3d8bbwe.AppxBundle" -LicensePath "MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe_4bc27046-84c5-8679-dcc7-d44c77a47dd0.xml"  
    

    Screenshots for your reference:

    209401-image.png

    209392-image.png

    • Then run PowerShell as administrator and then run the command below. Get-appxpackage QuickAssist -alluser

    You shall see Quick Assist 2.X is installed for the user.

    Screenshot for your reference:

    209279-image.png

    You can sign out and sign in with any user in the machine and Quick Assist should be working fine.

    Additionally, good to know steps, How to install QA with SCCM:

    • Put all required files and the PS1 script in one folder. PS1 script include below line.
      Add-appxprovisionedpackage -online -PackagePath "MicrosoftCorporationII.QuickAssist_2022.509.2259.0_neutral___8wekyb3d8bbwe.AppxBundle" -LicensePath "MicrosoftCorporationII.QuickAssist_8wekyb3d8bbwe_4bc27046-84c5-8679-dcc7-d44c77a47dd0.xml"

    209299-image.png

    • Create SCCM package, specify the file folder

    209290-image.png

    • In next package, select Standard program.
    • In next package, configure as screenshot, and use below command line (change the file name accordingly)

    PowerShell.exe -ExecutionPolicy ByPass -WindowStyle Hidden -File install.ps1

    209393-image.png

    • Click next and finish creation.
    • Distribute the package to DP.

    209394-image.png

    • Deploy the package to client target collection.

    Note: If you face any issues with SCCM deployment, you have to get it addressed via support by SCCM team for further assistance.

    Hope that helps.
    Please 'Accept as answer' if the provided information is helpful, so that it can help others in the community looking for help on similar topics.


  2. Sander Walraven 31 Reputation points
    2022-06-09T08:57:05.87+00:00

    Yep, indeed. It's a crime of a job to install store apps. I've for now a workaround, but it isn't very nice.
    @vipullag-MSFT how can we install store apps in golden/master images for multiuser sessionhosts?

    Workaround:

    • create an autologon with a tempuser in automation runbook, before install QA app
    • modifcation sysprep / generalization.xml so UWP apps keeps available after sysprep. (For now i don't know if this gives issues with other UWP apps after sysprep)

  3. Sander Walraven 31 Reputation points
    2022-06-09T09:14:43.44+00:00

    209759-image.png

    209835-image.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.