You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Windows Server 2022 Security Baseline support (#10) (#11)
* Initial plan
* Add Windows Server 2022 Security Baseline support
* Update OS version check to require Windows 11+ or Windows Server 2022+
* Improve OS version check comment for clarity
* Fix URLs
* Update paths and checksums for Chocolatey install script
* Update runner version to windows-2022
* Update publish-unit-test-result-action to v2
* Update action to use Windows version for publishing results
* Revise build status table and fix typos
Updated build status section and corrected typos.
* Fix typos and update Windows version information
Corrected typos and updated Windows version details.
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devnomadic <14085319+devnomadic@users.noreply.github.com>
<summary>A security baseline is a group of Microsoft-recommended configuration settings that explains their security impact. These settings are based on feedback from Microsoft security engineering teams, product groups, partners, and customers.</summary>
19
19
<description>
20
20
# Windows security baselines
21
21
22
22
**Applies to**
23
-
- Windows Server 2016+
23
+
- Windows Server 2022+
24
24
- Windows 10+
25
25
26
26
### Package Specific
@@ -31,12 +31,13 @@ The following package parameters can be set:
31
31
32
32
#### Package Uninstallation
33
33
34
-
* Package LGPO settings cannot be uninsalled programticall once installed. This need to be done manually!
34
+
* Package LGPO settings cannot be uninstalled programmatically once installed. This needs to be done manually!
35
35
36
36
#### Package Versions
37
-
|Windows Version|Choco Package Version|
38
-
|Windows Server 2019 LTSC - 1803|20.1803|
39
-
|Windows 10 LTSC - 1803|20.1803|
37
+
Windows Server 2022 LTSC | 22.0.0
38
+
Windows 10 21H2 | 22.0.0
39
+
Windows Server 2019 LTSC - 1803 | 20.1803
40
+
Windows 10 LTSC - 1803 | 20.1803
40
41
41
42
## Using security baselines in your organization
42
43
@@ -71,4 +72,4 @@ In modern organizations, the security threat landscape is constantly evolving, a
0 commit comments