mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 17:22:50 +01:00
feat: add currentsetting
This commit is contained in:
2
WELA.ps1
2
WELA.ps1
@@ -100,7 +100,7 @@ class WELA {
|
|||||||
Write-Host " - Default Setting: $($this.DefaultSetting)"
|
Write-Host " - Default Setting: $($this.DefaultSetting)"
|
||||||
}
|
}
|
||||||
if ($this.CurrentSetting) {
|
if ($this.CurrentSetting) {
|
||||||
Write-Host " - CurrentSetting Setting: $($this.CurrentSetting)"
|
Write-Host " - Current Setting: $($this.CurrentSetting)"
|
||||||
}
|
}
|
||||||
if ($this.RecommendedSetting) {
|
if ($this.RecommendedSetting) {
|
||||||
Write-Host " - Recommended Setting: $($this.RecommendedSetting)"
|
Write-Host " - Recommended Setting: $($this.RecommendedSetting)"
|
||||||
|
|||||||
Reference in New Issue
Block a user