Powershell AuthorizationManager 检查失败
这只是一个空白脚本。我已使 ExecutionPolicy 不受限制,因为这只是一台开发人员机器。我有什么遗漏的吗?我在 win 2003 虚拟化服务器上运行它。
干杯
This is just a blank script. I have made the ExecutionPolicy unrestricted as this is just a developer machine. Is there anything I'm missing? I'm running this on a win 2003 server virtualised.
cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该错误不是由于执行策略造成的,看起来第 34 行上的任何内容都失败了。
您因违反执行策略而收到的错误涉及执行策略。
That error is not due to execution policy, it looks like whatever is on line 34 has failed.
The error you get for execution policy violation talks about execution policy.