# Get-PackageUpdateSetting

LLMS index: [llms.txt](/v1.2.6.0/llms.txt)

---

<!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2025-12-14
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: ""
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 12/14/2026
PlatyPS schema version: 2024-05-01
title: Get-PackageUpdateSetting
type: docs
-->



## SYNOPSIS

Set behaviour settings for PackageUpdateInfo module

## SYNTAX

### __AllParameterSets

```
Get-PackageUpdateSetting [[-Path] <string>] [<CommonParameters>]
```

## ALIASES

This cmdlet has the following aliases,

## DESCRIPTION

Query the basic settings for check and report on up-to-dateness information on installed modules

## EXAMPLES

### EXAMPLE 1

```powershell
PS C:\> Get-PackageUpdateSetting
```

Get the current settings on PackageUpdateInfo behaviour.

## PARAMETERS

### -Path

The filepath where to setting file

This is optional, default path value is:
Linux:   "$HOME/.local/share/powershell/PackageUpdateInfo/PackageUpdateInfo_$($PSEdition)_$($PSVersionTable.PSVersion.Major).json")
Windows: "$HOME\AppData\Local\Microsoft\Windows\PowerShell\PackageUpdateInfo_$($PSEdition)_$($PSVersionTable.PSVersion.Major).json")

```yaml
Type: String
DefaultValue: $script:ModuleSettingPath
SupportsWildcards: false
Aliases:
- FullName
- FilePath
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
```

### CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## OUTPUTS

### PackageUpdate.Configuration
