Files
GPOZaurr/Docs/Get-GPOZaurrBackupInformation.md
Przemysław Kłys ecef7a7f16 update docs
2026-05-22 15:50:38 +02:00

1.7 KiB

external help file, Module Name, online version, schema
external help file Module Name online version schema
GPOZaurr-help.xml GPOZaurr https://github.com/EvotecIT/GPOZaurr 2.0.0

Get-GPOZaurrBackupInformation

SYNOPSIS

Retrieves backup information from GPOZaurr manifest files.

SYNTAX

__AllParameterSets

Get-GPOZaurrBackupInformation [[-BackupFolder] <string[]>] [<CommonParameters>]

DESCRIPTION

This function retrieves backup information from GPOZaurr manifest files located in the specified BackupFolder(s).

EXAMPLES

EXAMPLE 1

PS > Get-GPOZaurrBackupInformation -BackupFolder "C:\Backups"

Description: Retrieves backup information from GPOZaurr manifest files located in the "C:\Backups" folder.

EXAMPLE 2

PS > Get-GPOZaurrBackupInformation -BackupFolder "C:\Backups", "D:\Archives"

Description: Retrieves backup information from GPOZaurr manifest files located in both "C:\Backups" and "D:\Archives" folders.

PARAMETERS

-BackupFolder

Specifies the path(s) to the folder containing GPOZaurr manifest files.

Type: String[]
Parameter Sets: __AllParameterSets
Aliases:
Possible values:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • None

OUTPUTS

  • None
  • None