# Get-PackageUpdateSetting

LLMS index: [llms.txt](/v1.2.3.0/llms.txt)

---

<!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2022-09-29
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: ""
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 09/29/2022
PlatyPS schema version: 2024-05-01
title: Get-PackageUpdateSetting
type: docs
-->

## SINOPSIS

Establece configuraciones de comportamiento para el módulo PackageUpdateInfo

## SINTAXIS

### __AllParameterSets

```
Get-PackageUpdateSetting [[-Path] <string>] [<CommonParameters>]
```

## ALIAS

Este cmdlet tiene los siguientes alias,

## DESCRIPCIÓN

Consulta las configuraciones básicas para verificar y reportar información sobre la actualización de los módulos instalados

## EJEMPLOS

### EJEMPLO 1

```powershell
PS C:\> Get-PackageUpdateSetting
```

Obtiene las configuraciones actuales del comportamiento de PackageUpdateInfo.

## PARÁMETROS

### -Path

La ruta del archivo donde se encuentra el archivo de configuración

Es opcional, el valor predeterminado de la ruta es:
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

Este cmdlet admite los parámetros comunes: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction y -WarningVariable. Para más información, consulta
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## SALIDAS

### PackageUpdate.Configuration
