These files can be used to force Puppet.BAT to run under a specific code page (In this case 950)
- Grab all 3 files (puppet.vbs, install.vbs and RunPuppetAgent.xml)
- IMPORTANT - Make sure RunPuppetAgent.xml is saved with UTF-16LE encoding.
- Modify puppet.vbs to use the codepage you want (Currently 950)
- Run cscript.exe install.vbs
- This will copy puppet.vbs into the
C:\Program Files\Puppet Labs\Puppet\bindirectory - Stop and Disable the Puppet Agent service
- Create a Scheduled Task to run the Puppet Agent every 30mins (with a 30min skew) under SYSTEM account