API Reference
Function
Export-GPOZaurrContent
Exports Group Policy Objects (GPOs) to XML or HTML files.
Remarks
This function exports GPOs to either XML or HTML files based on the specified parameters.
Examples
EXAMPLE 1
PS >
Export-GPOZaurrContent -FolderOutput "C:\ExportedGPOs" -ReportType HTML
Exports all GPOs to HTML format and saves them in the "C:\ExportedGPOs" folder.
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
Export-GPOZaurrContent -FolderOutput <String> [-ReportType <XML|HTML>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- FolderOutput String
- Specifies the folder path where the exported GPO files will be saved.
- ReportType String
- Specifies the type of report to generate. Valid values are XML or HTML. The default value is XML.
- Possible values:
XML,HTML