Files
GPOZaurr/Docs/Get-GPOZaurrBackupInformation.md
T
Przemysław Kłys f7bdaca724 docs: ✏️ Update documentation for GPOZaurr module
- Revised `Set-GPOZaurrOwner.md` to enhance clarity and detail for parameters and examples.
- Updated `Set-GPOZaurrStatus.md` with a new online version link and improved structure.
- Refined `Skip-GroupPolicy.md` to clarify usage within script blocks and added examples.
- Adjusted `GPOZaurr.psd1` for version updates and improved module dependencies.
- Enhanced `GPOZaurr.psm1` for better error handling during function imports.
- Modified `Invoke-GPOZaurrSupport.ps1` examples to use `Join-Path` for path construction.
2026-05-19 18:47:50 +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