Post Installation Hardening Script Windows Server / Windows 10
- Windows10_V1909_WindowsServer_V1909_Security_Baseline
- LGPO - Local Group Policy Object Utility
** Both files can be found within the Microsoft Security Compliance Toolkit 1.0
- Download and Extract Security Baseline, LGPO, and PostInstall
- Place LGPO into C:..\Windows10_V1909_WindowsServer_V1909_Security_Baseline\Scripts\Tools
- Place both PostInstall.ps1 and Windows10_V1909_WindowsServer_V1909_Security_Baseline in the same directory
- Ensure Execution Policy is set to Unrestricted
- Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force
- Execute script
- ./PostInstall.ps1