# Get-PackageUpdateSetting

LLMS index: [llms.txt](/llms.txt)

---

<!-- This file is auto-generated using PlatyPS + HUGO Workflow automation. Avoid editing directly! Original Front-Matter:
date: 2026-06-22
document type: cmdlet
external help file: PackageUpdateInfo-Help.xml
flagTranslation: Primary
HelpUri: https://packageupdateinfo.andibellstedt.com/docs/commands/get-packageupdatesetting/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Get-PackageUpdateSetting
type: docs
-->



## SYNOPSIS

Liest die PackageUpdateInfo-Konfiguration aus der Modul-Einstellungsdatei aus.

## SYNTAX

### __AllParameterSets

```
Get-PackageUpdateSetting [[-Path] <string>] [<CommonParameters>]
```

## ALIASES

Dieses Cmdlet hat folgende Aliase,

## BESCHREIBUNG

Liest die PackageUpdateInfo-Konfigurationsdatei und gibt die aktuellen Moduleinstellungen als PackageUpdate.Configuration-Objekt zurück.
Das zurückgegebene Objekt enthält die Standard- und benutzerdefinierten Aktualisierungsregeln, das Intervall für Updateprüfungen sowie die Zeitstempel der letzten und der letzten erfolgreichen Prüfung.

## BEISPIELE

### BEISPIEL 1

```powershell
PS C:\> Get-PackageUpdateSetting
```

Liest die aktuellen PackageUpdateInfo-Einstellungen aus der Standard-Konfigurationsdatei aus.

### BEISPIEL 2

```powershell
PS C:\> Get-PackageUpdateSetting -Path "C:\temp\PackageUpdateInfo.json"
```

Liest die PackageUpdateInfo-Konfiguration aus einer bestimmten Einstellungsdatei.

### BEISPIEL 3

```powershell
PS C:\> Get-PackageUpdateSetting | Select-Object -ExpandProperty UpdateCheckInterval
```

Gibt das konfigurierte Intervall für Updateprüfungen aus den aktuellen Einstellungen zurück.

## PARAMETER

### -Path

Der vollständige Pfad zur auszulesenden Einstellungsdatei.

Dieser Parameter ist optional.
Wird er weggelassen, verwendet die Funktion den Standardpfad der Moduleinstellungen:
Linux:   "$HOME/.config/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

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction und -WarningVariable. Weitere Informationen findest du unter
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

## AUSGABEN

### PackageUpdate.Configuration

## HINWEISE

Version  : 1.1.0.0
Autor    : Andi Bellstedt
Datum    : 2026-06-21
Schlüsselwörter : PackageUpdateInfo, Update, Modul, Einstellung

## VERWANDTE LINKS

- [packageupdateinfo.andibellstedt.com/docs/commands/get-packageupdatesetting](https://packageupdateinfo.andibellstedt.com/docs/commands/get-packageupdatesetting/)
