通过 PSEXEC 运行时 Powershell 不加载配置文件
我正在使用 powershell 1.0 使用 PSEXEC 远程运行脚本(或以批处理模式在同一台机器上)。 在我的计算机上,“远程”powershell 会话正确加载我的 profile.ps1(来自 MyDocuments 文件夹),但在另一台计算机上则不然。 我没有将 -noprofile 开关传递给 powershell.exe,并且我已经验证了 powershell 会话实际上是经过网络验证的(我让它到达了服务器上的管理共享并且工作得很好)。
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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系。 另一台计算机上运行的不同 PSEXEC 版本。
Never mind. Different PSEXEC version running on the other machine.