Version 1.2.0.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.0.0/fr/docs/commands/get-packageupdatesetting/index.md.
SYNOPSIS
Configurer les paramètres de comportement pour le module PackageUpdateInfo
SYNTAX
__AllParameterSets
Get-PackageUpdateSetting [[-Path] <string>] [<CommonParameters>]
ALIASES
Ce cmdlet possède les alias suivants,
DESCRIPTION
Interroge les paramètres de base pour vérifier et rapporter les informations de mise à jour sur les modules installés
EXAMPLES
EXEMPLE 1
PS C:\> Get-PackageUpdateSetting
Obtenez les paramètres actuels concernant le comportement de PackageUpdateInfo.
PARAMETERS
-Path
Le chemin du fichier de configuration
Ceci est optionnel, la valeur par défaut du chemin est : 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: ''
CommonParameters
Ce cmdlet supporte les paramètres communs : -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, et -WarningVariable. Pour plus d’informations, voir about_CommonParameters.