GPO to MSI
From Syntaro Help
In this section we like to explain you how to use Syntaro GPO to MSI.
Create MSI of Local Policy
- Download the complete "LocalGPO" folder from GitHub.
- Start Powershell.exe with Local Administrative rights
- Execute BuildMsiWithLocalGPO.ps1. It will automatically build the MSI for an x64 System.
- Grab the MSI from the Results folder.
Create MSI of a Group Policy Export
- Download the complete "ExportedGPO" folder from GitHub.
- Export a GPO from the GPO Console and add the resulting files to the GPOBackup directory which is located in the ExportedGPO folder
- Start Powershell.exe with Local Administrative rights
- Execute BuildMsiWithExportedGPO.ps1. It will automatically build the MSI for an x64 System.
- Grab the MSI from the Results folder.