Microsoft Store Applications

PowerShell script to silently update Microsoft Store applications.

Overview

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.


Script

Examples

Example 1

.\UpdateMicrosoftStoreApps.ps1

This example initiates a scan for Microsoft Store application updates and applies them.

Example 2

.\UpdateMicrosoftStoreApps.ps1 -AutoUpdate

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