diff --git a/docset/winserver2022-ps/appx/Get-AppxPackageAutoUpdateSettings.md b/docset/winserver2022-ps/appx/Get-AppxPackageAutoUpdateSettings.md index c70846fe05..cb299cd764 100644 --- a/docset/winserver2022-ps/appx/Get-AppxPackageAutoUpdateSettings.md +++ b/docset/winserver2022-ps/appx/Get-AppxPackageAutoUpdateSettings.md @@ -54,6 +54,14 @@ Get-AppxPackageAutoUpdateSettings -PackageFullName publisher.package1_1.0.0.0_ne This will return the Auto Update and Repair settings for a specific Windows App that has been installed and registered to the signed-in user. +### Example 4: Get App Package Auto Update settings for all installed Windows Apps + +```powershell +Get-AppxPackageAutoUpdateSettings -ShowUpdateAvailability +``` + +Displays available update information for all installed Windows Apps. + ## PARAMETERS ### -PackageFullName