Introducing G2.ai, the future of software buying.Try now

Does anyone know of a way to update MS store apps using PDQ?

1 comment
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
MY
IT Manager
0
just create a package with a powershell step with the appx package you wish to deploy. Example here is Calculator... Get-AppxPackage -allusers *windowscalculator* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply