API Reference
Function
Save-GPOZaurrFiles
Exports GPO XML data to files and saves it to a given path
Remarks
Exports GPO XML data to files and saves it to a given path
Examples
EXAMPLE 1
PS >
Save-GPOZaurrFiles -GPOPath 'C:\Support\GitHub\GpoZaurr\Ignore\GPOExportEvotec' -DeleteExisting -Verbose
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
Save-GPOZaurrFiles [-DeleteExisting] [-ExcludeDomains <String[]>] [-ExtendedForestInformation <IDictionary>] [-Forest <String>] [-GPOPath <String[]>] [-IncludeDomains <String[]>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- DeleteExisting SwitchParameter
- Delete existing files before saving new ones
- ExcludeDomains String[]
- Exclude domain from search, by default whole forest is scanned
- ExtendedForestInformation IDictionary
- Ability to provide Forest Information from another command to speed up processing
- Forest String
- Target different Forest, by default current forest is used
- GPOPath String[]
- Path where to save XML files from GPOReport
- IncludeDomains String[]
- Include only specific domains, by default whole forest is scanned