diff --git a/Docs/Invoke-GPOZaurr.md b/Docs/Invoke-GPOZaurr.md index 01a6df0..f981663 100644 --- a/Docs/Invoke-GPOZaurr.md +++ b/Docs/Invoke-GPOZaurr.md @@ -15,7 +15,7 @@ Single cmdlet that provides 360 degree overview of Group Policies in Active Dire ``` Invoke-GPOZaurr [[-Exclusions] ] [-FilePath ] [[-Type] ] [-PassThru] [-HideHTML] [-HideSteps] [-ShowError] [-ShowWarning] [-Forest ] [-ExcludeDomains ] - [-IncludeDomains ] [-Online] [] + [-IncludeDomains ] [-Online] [-SplitReports] [] ``` ## DESCRIPTION @@ -224,6 +224,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SplitReports +Split report into multiple files, one for each report. +This can be useful for large domains with huge reports. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +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).