Powershell 5.1 - Cannot find type [MyType]: verify that the assembly containing this type is loaded

后端 未结 0 1444
有刺的猬
有刺的猬 2021-01-17 03:09

I have a generic module MyModule.psm1 which creates and returns any custom type provided:

function Create-CustomType {
    param (
        [Param         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题