From f17e12def929e61308607e70cf9dcf62a9b198e0 Mon Sep 17 00:00:00 2001 From: VARADHARAJAN K <3296790+RAJU2529@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:39:04 +0530 Subject: [PATCH] Update Get-AppxPackageAutoUpdateSettings.md added new command and added description. **Get-AppxPackageAutoUpdateSettings -ShowUpdateAvailability** article link https://learn.microsoft.com/en-us/powershell/module/appx/get-appxpackageautoupdatesettings?view=windowsserver2022-ps --- .../appx/Get-AppxPackageAutoUpdateSettings.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docset/winserver2022-ps/appx/Get-AppxPackageAutoUpdateSettings.md b/docset/winserver2022-ps/appx/Get-AppxPackageAutoUpdateSettings.md index c70846fe05..360143c374 100644 --- a/docset/winserver2022-ps/appx/Get-AppxPackageAutoUpdateSettings.md +++ b/docset/winserver2022-ps/appx/Get-AppxPackageAutoUpdateSettings.md @@ -54,6 +54,15 @@ 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 with showupdateAvailability + +```powershell +Get-AppxPackageAutoUpdateSettings -ShowUpdateAvailability +``` + +This will return the Auto Update for all Windows App that has been +installed. + ## PARAMETERS ### -PackageFullName