Powershell not loading profile when running through PSEXEC - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T22:35:18Z http://stackoverflow.com/feeds/question/923027 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/923027/powershell-not-loading-profile-when-running-through-psexec 0 Powershell not loading profile when running through PSEXEC Mike Shepard 2009-05-28T20:37:24Z 2009-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#923035 0 Answer by Mike Shepard for Powershell not loading profile when running through PSEXEC Mike Shepard 2009-05-28T20:39:10Z 2009-05-28T20:39:10Z <p>Never mind. Different PSEXEC version running on the other machine.</p>