Forum Discussion
Surfer10
Jul 24, 2022Copper Contributor
quick assist deployment thru Powershell-GPO
Since that Microsoft is turned with quick assist to the Windows Store we cannot use Quick assist anymore. I cannot install / deploy it thru Powershell whatever i try thru GPO, manual, scheduled task...
lloydpc
Jul 25, 2022Copper Contributor
We have the same issue and have tried the same steps as you. The best reference found so far is https://droidkid.net/2022/05/17/powershell-script-to-install-the-new-quick-assist-silently/ Surfer10
- Ben Oostdam ☁Oct 04, 2022Copper Contributor
lloydpc
See her how it is done on Windows Servers that by default do not have access to the Windows store, but the Appx package is also available in PowerShell. https://youtu.be/SFhWP66AyEM - Surfer10Aug 01, 2022Copper ContributorHi, i tried that but for some reason, when executing the script remotely it does not work, errors out with paramtre is incorrect..
- bgirouxSep 09, 2022Copper Contributor
I just made a simple batchfile that seems to work fine:
DISM.exe /Online /Add-ProvisionedAppxPackage /PackagePath:".\QuickAssist.AppxBundle" /SkipLicense
- Surfer10Sep 13, 2022Copper ContributorHi bgiroux,
When i do this under account administrator dos prompt it gives me a error (when running batchfile it does nothing so i give the dism command in a elveated dos prompt) :
Image version: 10.0.19043...
Error: 2
The system cannot find file specified.
Logfile can be found....