mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-09-04 22:55:24 +00:00
Update docs
This commit is contained in:
@@ -1,4 +1,35 @@
|
|||||||
function Save-GPOZaurrFiles {
|
function Save-GPOZaurrFiles {
|
||||||
|
<#
|
||||||
|
.SYNOPSIS
|
||||||
|
Exports GPO XML data to files and saves it to a given path
|
||||||
|
|
||||||
|
.DESCRIPTION
|
||||||
|
Exports GPO XML data to files and saves it to a given path
|
||||||
|
|
||||||
|
.PARAMETER Forest
|
||||||
|
Target different Forest, by default current forest is used
|
||||||
|
|
||||||
|
.PARAMETER ExcludeDomains
|
||||||
|
Exclude domain from search, by default whole forest is scanned
|
||||||
|
|
||||||
|
.PARAMETER IncludeDomains
|
||||||
|
Include only specific domains, by default whole forest is scanned
|
||||||
|
|
||||||
|
.PARAMETER ExtendedForestInformation
|
||||||
|
Ability to provide Forest Information from another command to speed up processing
|
||||||
|
|
||||||
|
.PARAMETER GPOPath
|
||||||
|
Path where to save XML files from GPOReport
|
||||||
|
|
||||||
|
.PARAMETER DeleteExisting
|
||||||
|
Delete existing files before saving new ones
|
||||||
|
|
||||||
|
.EXAMPLE
|
||||||
|
Save-GPOZaurrFiles -GPOPath 'C:\Support\GitHub\GpoZaurr\Ignore\GPOExportEvotec' -DeleteExisting -Verbose
|
||||||
|
|
||||||
|
.NOTES
|
||||||
|
General notes
|
||||||
|
#>
|
||||||
[cmdletBinding()]
|
[cmdletBinding()]
|
||||||
param(
|
param(
|
||||||
[alias('ForestName')][string] $Forest,
|
[alias('ForestName')][string] $Forest,
|
||||||
|
|||||||
Reference in New Issue
Block a user