From 68fbc3a6f6b50aa08a4a3b2b9a02aa7a1f4e188f Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Wed, 18 Nov 2020 23:02:45 +0100 Subject: [PATCH] Update readme/fix Add-GPOZaurrPermission --- Public/Add-GPOZaurrPermission.ps1 | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Public/Add-GPOZaurrPermission.ps1 b/Public/Add-GPOZaurrPermission.ps1 index 1ffb63c..ca4caf7 100644 --- a/Public/Add-GPOZaurrPermission.ps1 +++ b/Public/Add-GPOZaurrPermission.ps1 @@ -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) { diff --git a/README.md b/README.md index 5659647..6b61d55 100644 --- a/README.md +++ b/README.md @@ -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