Skip to content

Commit f17e12d

Browse files
authored
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
1 parent e44e3f4 commit f17e12d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docset/winserver2022-ps/appx/Get-AppxPackageAutoUpdateSettings.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ Get-AppxPackageAutoUpdateSettings -PackageFullName publisher.package1_1.0.0.0_ne
5454
This will return the Auto Update and Repair settings for a specific Windows App that has been
5555
installed and registered to the signed-in user.
5656

57+
### Example 4: Get App Package Auto Update settings with showupdateAvailability
58+
59+
```powershell
60+
Get-AppxPackageAutoUpdateSettings -ShowUpdateAvailability
61+
```
62+
63+
This will return the Auto Update for all Windows App that has been
64+
installed.
65+
5766
## PARAMETERS
5867

5968
### -PackageFullName

0 commit comments

Comments
 (0)