fbprogmbh / Audit-Test-Automation

The Audit Test Automation Package gives you the ability to get an overview about the compliance status of several systems. You can easily create HTML-reports and have a transparent overview over compliance and non-compliance of explicit setttings and configurations in comparison to industry standards and hardening guides.

Home Page:https://fb-pro.com/audit-test-automation-package-audit-tap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve hardened UNC path checks for case insensitivity & missing split

SteffenWinternheimer opened this issue · comments

Currently we are using "-notcontains" as a logical check, which unfortunately checks for case sensitivity.
Update the logic to make it case insensitive.

https://stackoverflow.com/questions/74216620/powershell-contains-check-without-casesensitive

Also, 18.6.14.1 B split is missing from Windows 10 and 11 Stand-alone benchmarks.