PolicyPak
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Example updates.config file for Builds 557 and Later

Go down

Example updates.config file for Builds 557 and Later Empty Example updates.config file for Builds 557 and Later

Post  jeremym Thu Apr 04, 2013 11:34 am

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.

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
jeremym

Posts : 82
Join date : 2013-01-29
Location : Philadelphia

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum