Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Get-AppxPackageAutoUpdateSettings.md #3671

Merged
merged 9 commits into from
Nov 6, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down