导入后模块不可用

时间:2017-04-12 11:28:16

标签: powershell

我使用的是WASP PowerShell模块,之前它运行正常但现在已停止工作。

目前我无法导入模块,因为它似乎是空的。 Get-Command -Module WASP也不会返回任何内容。

Import-Module -Name .\WASP.dll -Force
Get-Module

ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Manifest   3.1.0.0    Microsoft.PowerShell.Management     {Add-Computer, Add-Content, Checkpoint-Computer, Clear-Co
Manifest   3.1.0.0    Microsoft.PowerShell.Utility        {Add-Member, Add-Type, Clear-Variable, Compare-Object...}
Script     1.1        PSReadline                          {Get-PSReadlineKeyHandler, Get-PSReadlineOption, Remove-P
Binary     1.2.0.0    WASP

我已经再次下载了该模块,但它没有帮助(我记得在下载后解锁文件)。我正在使用Windows 10。

如何让模块再次运行?

Powershell版本

Name                           Value
----                           -----
PSVersion                      5.0.10586.672
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.10586.672
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

0 个答案:

没有答案