Powershell not loading profile when running through PSEXEC - Stack Overflow most recent 30 from stackoverflow.com2009-12-17T22:35:18Zhttp://stackoverflow.com/feeds/question/923027http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/923027/powershell-not-loading-profile-when-running-through-psexec0Powershell not loading profile when running through PSEXECMike Shepard2009-05-28T20:37:24Z2009-05-28T20:39:10Z
<p>I am working with powershell 1.0 using PSEXEC to run scripts remotely (or on the same box in a batch mode). On my machine, the "remoted" powershell session correctly loads my profile.ps1 (from the MyDocuments folder), but on another machine, it doesn't. I'm not passing in the -noprofile switch to the powershell.exe, and I have verified that the powershell session is in fact network-authenticated (I had it hit an admin share on a server and that worked just fine).</p>
http://stackoverflow.com/questions/923027/powershell-not-loading-profile-when-running-through-psexec/923035#9230350Answer by Mike Shepard for Powershell not loading profile when running through PSEXECMike Shepard2009-05-28T20:39:10Z2009-05-28T20:39:10Z<p>Never mind. Different PSEXEC version running on the other machine.</p>