Powershell Get-Module问题
我正在运行PS 5.1.14393.4583。
如果我运行get -module -listavailable
返回模块列表,包括
psReadline
在目录中:c:\ program Files \ windowspowershell \ windowspowershell \/code>
- < <代码> webAdministration 目录中:
C:\ Windows \ System32 \ WindowsPowersHell \ V1.0 \模块
上面显示的两个路径均为$ enk的一部分:PSModulepath
如果我运行Get> Get-get> Get-Module -NAME PSREDLINE
显示psReadline
的信息,但是get -module -name webadministration
nonge nothers noted。
谁能解释为什么这是?
提前致谢
I am running PS 5.1.14393.4583.
If I run get-module -listavailable
a list of modules gets returned including
PSReadline
in Directory:C:\Program Files\WindowsPowerShell\Modules
WebAdministration
in Directory:C:\Windows\system32\WindowsPowerShell\v1.0\Modules
Both of the paths shown above are part of $env:PSModulePath
If I run get-module -name PSReadline
the info for PSReadline
is displayed however get-module -name WebAdministration
returns nothing.
Can anyone explain why this is?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论