Example updates.config file for Builds 557 and Later
Page 1 of 1
Example updates.config file for Builds 557 and Later
In Appendix A we've got a code sample for the updates.config file that you can put in the PolicyPak Central Store to help perform auto-updates and logging of those auto updates. You can cut and paste this code and use in conjunction with this video:
http://www.policypak.com/videos/ac6d9hnteq
In this example, I've set the reporting to TRUE and the reports will go to \\server123\reports.
And, I've changed the default location of the MSI/CSE (from the central store) to \\Server\PPCSEs
For all parameters in this file, see Appendix A in the PP Quickstart Guide.
http://www.policypak.com/videos/ac6d9hnteq
In this example, I've set the reporting to TRUE and the reports will go to \\server123\reports.
And, I've changed the default location of the MSI/CSE (from the central store) to \\Server\PPCSEs
For all parameters in this file, see Appendix A in the PP Quickstart Guide.
- Code:
<?xml version="1.0" encoding="UTF-8"?>
<PolicyPak>
<CSE>
<Updates>
<Enabled>True</Enabled>
<GenerateReports>True</GenerateReports>
<ReportsRoot>\\server123\Reports</ReportsRoot>
<CheckForUpdatesInterval>60</CheckForUpdatesInterval>
<MsiRoot>\\server123\PPCSEs</MsiRoot>
</Updates>
</CSE>
</PolicyPak>
jeremym- Posts : 82
Join date : 2013-01-29
Location : Philadelphia
Similar topics
» New Builds Available: 556 and 557
» Pak Updates 1-31-13
» Updating the PolicyPak License GPO after renewal
» Java Pak Updates April 8, 2014
» (old) PolicyPak build 537 updates
» Pak Updates 1-31-13
» Updating the PolicyPak License GPO after renewal
» Java Pak Updates April 8, 2014
» (old) PolicyPak build 537 updates
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum