Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经编写了一个 powershell 脚本,它应该在版本 1 和版本 2 中都可以工作。
可以在一台机器上共存多个 powershell 版本吗?还是我应该在单独的机器上安装 powershell 版本?
嗯,答案是肯定的和否定的。
从技术上讲,在 PowerShell 2.0 系统上,您可以使用 PowerShell 1.0 版访问
-版本 1
powershell.exe的参数
同样,在 PowerShell 3.0 系统上,您可以使用 PowerShell 版本 2.0 访问
-版本 2
您不能将两者分别安装在同一台机器上。PowerShell 本身提供了一种转到早期版本的方法。