【发布时间】:2013-02-07 09:38:02
【问题描述】:
我按照演示 here 创建了一个自定义的 powershell cmdlet。当我尝试导入模块时,出现以下错误:
C:\PS> Import-Module DemoPS.dll
Import-Module : The specified module 'DemoPS.dll' was not loaded because no valid module file was found in any module directory.
如果需要更多信息,请告诉我。
【问题讨论】:
标签: c# powershell