Hardening with Enterprise/Domain joined workstation #154
Replies: 1 comment
-
I think I figured it out... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So,
I have several newbie questions:
hardening the Windows OS with hardeningKitty would be to download, install and running the
Invoke-HardeningKitty from a powershell prompt.
To invoke changes, we would run the installation and Invoke-HardenKitty with one of those options?
Invoke-HardeningKitty -Filter { $.Severity -eq "Medium" }
Invoke-HardeningKitty -Filter { $.Severity -eq "Low" }
Invoke-HardeningKitty -Filter { $_.Severity -eq "High" }
I ran another Audit,
Invoke-HardeningKitty -Mode Audit -Log -Report
It created the report, but continued to have the same vulnerabilities.
The PS Console was run as Administrator.
Are there best options for a machine that is joined to a Domain and running the Enterprise version
of Windows 10 22H2??
any clarifications appreciated...
Beta Was this translation helpful? Give feedback.
All reactions