diff --git a/Docs/Export-GPOZaurrContent.md b/Docs/Export-GPOZaurrContent.md new file mode 100644 index 0000000..53da5fe --- /dev/null +++ b/Docs/Export-GPOZaurrContent.md @@ -0,0 +1,73 @@ +--- +external help file: GPOZaurr-help.xml +Module Name: GPOZaurr +online version: +schema: 2.0.0 +--- + +# Export-GPOZaurrContent + +## SYNOPSIS +Saves GPOs to XML or HTML files. + +## SYNTAX + +``` +Export-GPOZaurrContent [-FolderOutput] [[-ReportType] ] [] +``` + +## DESCRIPTION +Saves GPOs to XML or HTML files. + +## EXAMPLES + +### EXAMPLE 1 +``` +An example +``` + +## PARAMETERS + +### -FolderOutput +The folder where the GPOs will be saved. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: Path + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ReportType +The type of report to generate. +Valid values are XML or HTML. +Default is XML. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: 2 +Default value: XML +Accept pipeline input: False +Accept wildcard characters: False +``` + +### 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](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES +General notes + +## RELATED LINKS