Update readme/fix Add-GPOZaurrPermission

This commit is contained in:
Przemyslaw Klys
2020-11-18 23:02:45 +01:00
parent 2912f20390
commit 68fbc3a6f6
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
[alias('Domain', 'Domains')][string[]] $IncludeDomains,
[System.Collections.IDictionary] $ExtendedForestInformation,
[System.Collections.IDictionary] $ADAdministrativeGroups,
[int] $LimitProcessing
[int] $LimitProcessing = [int32]::MaxValue
)
$ForestInformation = Get-WinADForestDetails -Forest $Forest -IncludeDomains $IncludeDomains -ExcludeDomains $ExcludeDomains -ExtendedForestInformation $ExtendedForestInformation -Extended
if (-not $ADAdministrativeGroups) {