Skip to content

Commit

Permalink
Update Get-AppxPackageAutoUpdateSettings.md
Browse files Browse the repository at this point in the history
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
  • Loading branch information
RAJU2529 authored Oct 20, 2023
1 parent e44e3f4 commit f17e12d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f17e12d

Please sign in to comment.