# Import-PackageUpdateInfo

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/import-packageupdateinfo/
Locale: en-US
Module Name: PackageUpdateInfo
ms.date: 06/22/2026
PlatyPS schema version: 2024-05-01
title: Import-PackageUpdateInfo
type: docs
-->



## SYNOPSIS

Importiert Paket-Update-Informationen aus einer zuvor exportierten Datendatei.

## SYNTAX

### __AllParameterSets

```
Import-PackageUpdateInfo [[-Path] <string>] [-ShowToastNotification] [-InputFormat <string>]
 [-Encoding <string>] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## ALIASES

Dieses Cmdlet hat die folgenden Aliase,

## BESCHREIBUNG

Importiert Paket-Update-Informationen aus einer Datendatei, die zuvor mit Export-PackageUpdateInfo exportiert wurde.
Der Befehl liest Datensätze aus XML-, JSON- oder CSV-Dateien und wandelt sie in PackageUpdateInfo-Objekte zur weiteren Verwendung,
Anzeige oder Verarbeitung um.
Auf Wunsch kann er auch Windows-Toast-Benachrichtigungen für Module anzeigen, die ein Update benötigen.

## BEISPIELE

### BEISPIEL 1

```powershell
PS C:\> Import-PackageUpdateInfo
```

Importiert die Standard-Paket-Update-Informationsdatei für die aktuelle PowerShell-Umgebung.

### BEISPIEL 2

```powershell
PS C:\> Import-PackageUpdateInfo -Path C:\temp\packageupdateinfo.xml
```

Importiert Update-Informationen aus einer bestimmten XML-Datei.

### BEISPIEL 3

```powershell
PS C:\> Import-PackageUpdateInfo -Path .\updates.json -InputFormat JSON
```

Importiert Update-Informationen aus einer JSON-Datei, die das angegebene Eingabeformat verwendet.

### BEISPIEL 4

```powershell
PS C:\> Import-PackageUpdateInfo -Path .\updates.csv -InputFormat CSV -ShowToastNotification
```

Importiert Update-Informationen aus einer CSV-Datei und zeigt Toast-Benachrichtigungen für Module an, die Updates benötigen.

## PARAMETER

### -Confirm

Wenn dieser Schalter aktiviert ist, wirst du vor der Ausführung von Operationen, die den Zustand ändern, zur Bestätigung aufgefordert.

```yaml
Type: SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases:
- cf
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
```

### -Encoding

Gibt die beim Lesen der Eingabedatei verwendete Dateicodierung an.

```yaml
Type: String
DefaultValue: default
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
```

### -InputFormat

Gibt das Format der importierten Datendatei an.
Unterstützte Werte sind "XML", "JSON" und "CSV".

```yaml
Type: String
DefaultValue: XML
SupportsWildcards: false
Aliases:
- Format
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
```

### -Path

Der Dateipfad zur zu importierenden Datendatei.
Gib einen gültigen Dateipfad an.
Wenn ausgelassen, verwendet der Befehl die Standard-Modul-Datendatei für die aktuelle PowerShell-Edition und -Version.

Standardpfade sind:
Linux:   "$HOME/.config/powershell/PackageUpdateInfo/PackageUpdateInfo_$($PSEdition)_$($PSVersionTable.PSVersion.Major).xml"
Windows: "$HOME\AppData\Local\Microsoft\Windows\PowerShell\PackageUpdateInfo_$($PSEdition)_$($PSVersionTable.PSVersion.Major).xml"

```yaml
Type: String
DefaultValue: ''
SupportsWildcards: false
Aliases:
- FullName
- FilePath
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: true
  ValueFromPipelineByPropertyName: true
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
```

### -ShowToastNotification

Zeigt Windows-Toast-Benachrichtigungen mit Release-Notes für Module an, die ein Update benötigen.

```yaml
Type: SwitchParameter
DefaultValue: False
SupportsWildcards: false
Aliases:
- ToastNotification
- Notify
ParameterSets:
- Name: (All)
  Position: Named
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
```

### -WhatIf

Wenn dieser Schalter aktiviert ist, werden keine Aktionen ausgeführt, aber Informationsmeldungen angezeigt, die erklären, was passieren würde, wenn der Befehl ausgeführt würde.

```yaml
Type: SwitchParameter
DefaultValue: ''
SupportsWildcards: false
Aliases:
- wi
ParameterSets:
- Name: (All)
  Position: Named
  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).

## EINGABEN

### System.String

## AUSGABEN

### PackageUpdateInfo

## HINWEISE

Version  : 1.1.0.0
Autor    : Andi Bellstedt
Datum    : 2026-06-21
Schlüsselwörter : PackageUpdateInfo, Update, Modul, Info

## VERWANDTE LINKS

- [packageupdateinfo.andibellstedt.com/docs/commands/import-packageupdateinfo](https://packageupdateinfo.andibellstedt.com/docs/commands/import-packageupdateinfo/)
