mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-09-01 05:07:57 +00:00
Update readme/fix Add-GPOZaurrPermission
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
[alias('Domain', 'Domains')][string[]] $IncludeDomains,
|
[alias('Domain', 'Domains')][string[]] $IncludeDomains,
|
||||||
[System.Collections.IDictionary] $ExtendedForestInformation,
|
[System.Collections.IDictionary] $ExtendedForestInformation,
|
||||||
[System.Collections.IDictionary] $ADAdministrativeGroups,
|
[System.Collections.IDictionary] $ADAdministrativeGroups,
|
||||||
[int] $LimitProcessing
|
[int] $LimitProcessing = [int32]::MaxValue
|
||||||
)
|
)
|
||||||
$ForestInformation = Get-WinADForestDetails -Forest $Forest -IncludeDomains $IncludeDomains -ExcludeDomains $ExcludeDomains -ExtendedForestInformation $ExtendedForestInformation -Extended
|
$ForestInformation = Get-WinADForestDetails -Forest $Forest -IncludeDomains $IncludeDomains -ExcludeDomains $ExcludeDomains -ExtendedForestInformation $ExtendedForestInformation -Extended
|
||||||
if (-not $ADAdministrativeGroups) {
|
if (-not $ADAdministrativeGroups) {
|
||||||
|
|||||||
@@ -57,6 +57,8 @@ That's it. Whenever there's a new version, you run the command, and you can enjo
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
- 0.0.88 - 18.11.2020
|
||||||
|
- [x] Fix for `Add-GPOZaurrPermission`
|
||||||
- 0.0.87 - 18.11.2020
|
- 0.0.87 - 18.11.2020
|
||||||
- [x] Improve error handling `Remove-GPOZaurrBroken`
|
- [x] Improve error handling `Remove-GPOZaurrBroken`
|
||||||
- 0.0.86 - 18.11.2020
|
- 0.0.86 - 18.11.2020
|
||||||
|
|||||||
Reference in New Issue
Block a user