mirror of
https://github.com/EvotecIT/GPOZaurr.git
synced 2026-09-02 13:48:27 +00:00
Update
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
}
|
}
|
||||||
New-HTMLPanel {
|
New-HTMLPanel {
|
||||||
New-HTMLChart {
|
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
|
New-ChartBar -Name 'Duplicate (CNF) object' -Value $Script:Reporting['GPODuplicates']['Data'].Count
|
||||||
} -Title 'Duplicate (CNF) Objects' -TitleAlignment center
|
} -Title 'Duplicate (CNF) Objects' -TitleAlignment center
|
||||||
}
|
}
|
||||||
@@ -61,7 +61,6 @@
|
|||||||
New-HTMLSection -Name 'Steps to fix - Remove duplicate (CNF) objects' {
|
New-HTMLSection -Name 'Steps to fix - Remove duplicate (CNF) objects' {
|
||||||
New-HTMLContainer {
|
New-HTMLContainer {
|
||||||
New-HTMLSpanStyle -FontSize 10pt {
|
New-HTMLSpanStyle -FontSize 10pt {
|
||||||
New-HTMLText -Text 'Following steps will guide you how to remove duplicate objects'
|
|
||||||
New-HTMLWizard {
|
New-HTMLWizard {
|
||||||
New-HTMLWizardStep -Name 'Prepare environment' {
|
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."
|
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."
|
||||||
|
|||||||
@@ -57,6 +57,10 @@ That's it. Whenever there's a new version, you run the command, and you can enjo
|
|||||||
|
|
||||||
## Changelog
|
## 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
|
- 0.0.89 - 22.11.2020
|
||||||
- [x] Small update `Add-GPOZaurrPermission`
|
- [x] Small update `Add-GPOZaurrPermission`
|
||||||
- [x] Improves `Invoke-GPOZaurr` (WIP)
|
- [x] Improves `Invoke-GPOZaurr` (WIP)
|
||||||
|
|||||||
Reference in New Issue
Block a user