Version 1.2.4.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.4.0/fr/docs/commands/get-packageupdatesetting/index.md.

SYNOPSIS

Définir les paramètres de comportement pour le module PackageUpdateInfo

SYNTAX

__AllParameterSets

Get-PackageUpdateSetting [[-Path] <string>] [<CommonParameters>]

ALIASES

Cette cmdlet possède les alias suivants :

DESCRIPTION

Interroger les paramètres de base pour vérifier et rapporter les informations de mise à jour des modules installés

EXAMPLES

EXEMPLE 1

PS C:\> Get-PackageUpdateSetting

Obtenir les paramètres actuels du comportement de PackageUpdateInfo.

PARAMETERS

-Path

Le chemin du fichier où se trouve le fichier de paramètres

Ce paramètre est optionnel, la valeur par défaut du chemin est : 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”

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

Cette cmdlet prend en charge les paramètres communs : -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, et -WarningVariable. Pour plus d’informations, voir about_CommonParameters.

OUTPUTS

PackageUpdate.Configuration