Skip to content

Update Get-AppxPackageAutoUpdateSettings.md #2823

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Provides guidance on how to view the auto-update and repair settings of a Windows App.
external help file: Microsoft.Windows.Appx.PackageManager.Commands.dll-help.xml
Module Name: Appx
ms.date: 06/07/2021
ms.date: 01/07/2022
online version: https://docs.microsoft.com/powershell/module/appx/Get-AppxPackageAutoUpdateSettings?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
schema: 2.0.0
---
Expand All @@ -15,7 +15,7 @@ Available in the Windows Insider Preview Builds of Windows 10, is the `Get-AppxP
## SYNTAX

```
Get-AppxPackageAutoUpdateSettings [[-PackageFullName] <String>] [-ShowUpdateAvailability] [-AllUsers]
Get-AppxPackageAutoUpdateSettings [-PackageFamilyName <String>] [-ShowUpdateAvailability] [-AllUsers]
[<CommonParameters>]
```

Expand All @@ -40,28 +40,29 @@ This will return the Auto Update and Repair settings for all configured and inst

### Example 3: Get a single App Package Auto Update setting
```
PS C:\> Get-AppxPackageAutoUpdateSettings -PackageFullName publisher.package1_1.0.0.0_neutral__8wekyb3d8bbwe
PS C:\> Get-AppxPackageAutoUpdateSettings -PackageFamilyName publisher.package1__8wekyb3d8bbwe
```

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.

## PARAMETERS

### -PackageFullName
Specifies the Package Full Name of the app that is being queried.
### -PackageFamilyName
Specifies the Package Family Name of the app that is being queried.

```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:

Required: False
Position: 0
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: True
```


### -ShowUpdateAvailability
Specifies to display available update information for a specific Windows App.

Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy