作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在运行安装了 PowerShell 2 的 Windows 7。
我从这里下载了 2.1 版 - http://pscx.codeplex.com/releases
发行说明说
~
在我的机器上。所以在 PS 提示符下我运行
cd ~
U:
U:\Documents\WindowsPowerShell\Modules
并将提取的 Pscx-2.1.0 复制到 Modules 文件夹中。打开 PowerShell 提示符并输入
Get-Module -ListAvailable
.这并没有在结果中给我 Pscx。
U:\Documents\WindowsPowerShell\Modules\Pscx-2.1.0\Pscx-2.1.0
U:\Documents\WindowsPowerShell\Modules\Pscx-2.1.0\
并尝试使用
U:\Documents\WindowsPowerShell\Modules\Pscx\
U:\WindowsPowerShell\Modules\Pscx-2.1.0\
(Get-ChildItem Env:\PSModulePath).Value
C:\Users\my.name\Documents\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
C:\Users\my.name\Documents\WindowsPowerShell\Modules\Pscx-2.1.0
最佳答案
我实际上并没有完全完成上述问题的最后一步,结果证明是答案。
这是完整性的答案
Pscx-2.1.0/Pscx-2.1.0/{lots of files}
的文件夹结构Pscx-2.1.0/Pscx/{lots of files}
(Get-ChildItem Env:\PSModulePath).Value
并记下模块文件夹位置。 Pscx folder
到上面给出的 Modules 文件夹位置。 关于powershell - 如何安装 PSCX Powershell 模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13755082/
我正在运行安装了 PowerShell 2 的 Windows 7。 我从这里下载了 2.1 版 - http://pscx.codeplex.com/releases 发行说明说 解封 zip 文件
关闭。这个问题是off-topic .它目前不接受答案。 想改进这个问题吗? Update the question所以它是on-topic用于堆栈溢出。 关闭 11 年前。 Improve thi
PowerShell代码段: Import-Module Pscx Expand-Archive ConsoleApplication1.zip ./ Write-Host $? Write-Host
我想使用 PowerShell Community Extensions PSCX commandlet New-Hardlink http://pscx.codeplex.com/ 创建一个新的硬链
我安装了 PowerShell v2.0,除此之外,还安装了 PSCX。 PSCX 是 PowerShell 社区扩展 (http://pscx.codeplex.com/Wikipage)。 我似乎
我是一名优秀的程序员,十分优秀!