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/de/docs/commands/get-packageupdatesetting/index.md.
ZUSAMMENFASSUNG
Verhaltens-Einstellungen für das PackageUpdateInfo-Modul festlegen
SYNTAX
__AllParameterSets
Get-PackageUpdateSetting [[-Path] <string>] [<CommonParameters>]
ALIASSE
Dieses Cmdlet hat die folgenden Aliasse,
BESCHREIBUNG
Abfrage der Basiseinstellungen für die Überprüfung und Berichterstattung über Aktualitätsinformationen zu installierten Modulen
BEISPIELE
BEISPIEL 1
PS C:\> Get-PackageUpdateSetting
Erhalte die aktuellen Einstellungen zum Verhalten von PackageUpdateInfo.
PARAMETER
-Path
Der Dateipfad, an dem die Einstellungsdatei gespeichert ist
Dies ist optional, der Standardpfad lautet: 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
Dieses Cmdlet unterstützt die gängigen Parameter: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction und -WarningVariable. Für weitere Informationen siehe about_CommonParameters.