Actions

GPO to MSI

From Syntaro Help

Revision as of 13:58, 9 August 2018 by Samantha (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In this section we like to explain you how to use Syntaro GPO to MSI.

Create MSI of Local Policy

  1. Download the complete "LocalGPO" folder from GitHub.
  2. Start Powershell.exe with Local Administrative rights
  3. Execute BuildMsiWithLocalGPO.ps1. It will automatically build the MSI for an x64 System.
  4. Grab the MSI from the Results folder.

Create MSI of a Group Policy Export

  1. Download the complete "ExportedGPO" folder from GitHub.
  2. Export a GPO from the GPO Console and add the resulting files to the GPOBackup directory which is located in the ExportedGPO folder
  3. Start Powershell.exe with Local Administrative rights
  4. Execute BuildMsiWithExportedGPO.ps1. It will automatically build the MSI for an x64 System.
  5. Grab the MSI from the Results folder.