<br><div class="gmail_quote">On Fri, Oct 9, 2009 at 1:56 PM, Petersen, Tom <span dir="ltr"><<a href="mailto:Tom.Petersen@sduniversitycenter.org">Tom.Petersen@sduniversitycenter.org</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 link="blue" vlink="purple" lang="EN-US"><div><p class="MsoNormal">I tried using this to push the client:</p>


<p class="MsoNormal">c:\PsTools\psexec -u usdsu.local\username -p password
@ucs186.xml -d msiexec /i "\\usdsu.local\storage\its\uc-its\wpkg\WPKG Client
1.2.1.msi" /qb
SETTINGSFILE=\\usdsu.local\storage\its\uc-its\wpkg\settings.xml</p></div></div></blockquote><div><br>When using psexec or beyondexec in this manner, the credentials are only used to authenticate on the remote workstation--they are not "passed through" to authenticate you to network resources.  <br>
<br>There is, however, a way around this.  First, grant the "Domain Computers" group read access to the network resources you need.  Then, use the "-s" switch with psexec or beyondexec to connect as the local system account.  Now, you (or the system account, actually) should have access to the network share.<br>
<br>This may or may not be worthwhile if you're only going to use it to install the wpkg msi.  However, I run wpkg.js under the system account, so I use this method for all installs.<br><br>Cheers,<br><br>--Troy<br><br>
</div></div>