From 13c88a6d835e9de87b26ccc290bc4cfca4d7dbdb Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sun, 22 Nov 2020 19:50:08 +0100 Subject: [PATCH] Update --- Private/Invoke.GPOZaurrDuplicate.ps1 | 3 +-- README.md | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Private/Invoke.GPOZaurrDuplicate.ps1 b/Private/Invoke.GPOZaurrDuplicate.ps1 index 8affbde..fa52053 100644 --- a/Private/Invoke.GPOZaurrDuplicate.ps1 +++ b/Private/Invoke.GPOZaurrDuplicate.ps1 @@ -40,7 +40,7 @@ } New-HTMLPanel { New-HTMLChart { - New-ChartLegend -Names 'Bad' -Color PaleGreen, Salmon + New-ChartLegend -Names 'Bad' -Color Salmon New-ChartBar -Name 'Duplicate (CNF) object' -Value $Script:Reporting['GPODuplicates']['Data'].Count } -Title 'Duplicate (CNF) Objects' -TitleAlignment center } @@ -61,7 +61,6 @@ New-HTMLSection -Name 'Steps to fix - Remove duplicate (CNF) objects' { New-HTMLContainer { New-HTMLSpanStyle -FontSize 10pt { - New-HTMLText -Text 'Following steps will guide you how to remove duplicate objects' New-HTMLWizard { New-HTMLWizardStep -Name 'Prepare environment' { New-HTMLText -Text "To be able to execute actions in automated way please install required modules. Those modules will be installed straight from Microsoft PowerShell Gallery." diff --git a/README.md b/README.md index 774f3d3..fa6cd91 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ That's it. Whenever there's a new version, you run the command, and you can enjo ## Changelog +- 0.0.90 - 22.11.2020 + - [x] Improves `Invoke-GPOZaurr` (WIP) + - [x] Improves Type `GPODuplicates` + - [ ] Fix for chart color to be RED - 0.0.89 - 22.11.2020 - [x] Small update `Add-GPOZaurrPermission` - [x] Improves `Invoke-GPOZaurr` (WIP)