Evotec

Project

GPOZaurr

GPOZaurr helps inspect, report on, and remediate Group Policy environments with PowerShell.

Stars 1,166
Forks 115
Open issues 16
PowerShell Gallery downloads 417,764
Release v1.1.9
Language: PowerShell Updated: 2026-04-11

API Reference

Function

Get-GPOZaurrBackupInformation

Namespace GPOZaurr

Retrieves backup information from GPOZaurr manifest files.

Remarks

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

Examples

Authored help example

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.

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-GPOZaurrBackupInformation [-BackupFolder <String[]>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

BackupFolder String[] optionalposition: 0pipeline: False
Specifies the path(s) to the folder containing GPOZaurr manifest files.