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) {
+2
View File
@@ -57,6 +57,8 @@ That's it. Whenever there's a new version, you run the command, and you can enjo
## Changelog
- 0.0.88 - 18.11.2020
- [x] Fix for `Add-GPOZaurrPermission`
- 0.0.87 - 18.11.2020
- [x] Improve error handling `Remove-GPOZaurrBroken`
- 0.0.86 - 18.11.2020