Microsoft Store Applications
PowerShell script to silently update Microsoft Store applications.
Overview
This script allows you to set Microsoft Store applications to update automatically and also initiates on-demand update scans.
Prerequisites: This script has no prerequisites.
Script
https://github.com/wise-io/scripts/blob/main/scripts/UpdateMicrosoftStoreApps.ps1
Examples
Example 1
This example initiates a scan for Microsoft Store application updates and applies them.
Example 2
This example enables automatic updates for Microsoft Store applications. It then initiates a scan for updates and applies them.
Parameters
-AutoUpdate
Optional switch parameter that enables automatic updates for Microsoft Store applications.
Last updated
Was this helpful?