Comment on page
Microsoft Store Applications
PowerShell script to silently update Microsoft Store applications.
Dev Insight: Are you annoyed that Windows Update doesn't update Microsoft Store applications? I was too.
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.
.\UpdateMicrosoftStoreApps.ps1
This example initiates a scan for Microsoft Store application updates and applies them.
.\UpdateMicrosoftStoreApps.ps1 -AutoUpdate
This example enables automatic updates for Microsoft Store applications. It then initiates a scan for updates and applies them.
-AutoUpdate
Switch parameter that enables automatic updates for Microsoft Store applications.
Last modified 23d ago