I've got this running as a batch script and use group policy to run this at shutdown on my clients. Works great, assuming you've got Active Directory up and running ;-)<br><br><div class="gmail_quote">On 9 March 2010 03:10, Pendl Stefan <span dir="ltr"><<a href="mailto:stefan.pendl@haidlmair.at">stefan.pendl@haidlmair.at</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">><br>
> Hello,<br>
> I want to check the installed packages with the wpkg report.<br>
> The installed or not installed packages, based on the wpkg.xml of every client, should be central saved on a file server.<br>
> But I donīt know how i must implemented the following command:<br>
> copy /Y "%windir%\system32\wpkg.xml" "%wpkgshare%\clientStates\%computername%.xml"<br>
> Have I put these command into a xml file or in a Batchscript?<br>
> Thanks for helping!<br>
> Kerstin Gahr<br>
><br>
<br>
</div>I have this running as a post action batch file in the WPKG client, which makes sure, that I get the whole WPKG.XML file, not only a portion of it.<br>
<br>
You can create a package for this too and execute it as the very last package using priority zero, but you will end up with a partial WPKG.XML file.<br>
<br>
If you are using WPKG with startup or shutdown scripts you can add it directly after calling wpkg.js.<br>
<br>
---<br>
Stefan<br>
-------------------------------------------------------------------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
_______________________________________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a><br>
<a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target="_blank">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a><br>
</blockquote></div><br>