Version 1.2.1.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot.
Get-PackageUpdateSetting
For AI agents: a documentation index is available at /llms.txt; a markdown version of this page is available at /v1.2.1.0/es/docs/commands/get-packageupdatesetting/index.md.
SINOPSIS
Configura las opciones 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 la información de actualización en los módulos instalados
EJEMPLOS
EJEMPLO 1
PS C:\> Get-PackageUpdateSetting
Obtiene las configuraciones actuales sobre el comportamiento de PackageUpdateInfo.
PARÁMETROS
-Path
La ruta del archivo donde se encuentra el archivo de configuración
Este parámetro es opcional, el valor predeterminado de la ruta es: Linux: “$HOME/.local/share/powershell/PackageUpdateInfo/PackageUpdateInfo.xml”) Windows: “$HOME\AppData\Local\Microsoft\Windows\PowerShell\PackageUpdateInfo.xml”)
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: ''
ParámetrosComunes
Este cmdlet soporta 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.