Powershell import-module doesn't find modules

后端 未结 8 1086
暗喜
暗喜 2020-12-23 14:45

I\'m learning PowerShell and I\'m trying to build my own module library.

I\'ve written a simple module XMLHelpers.psm1 and put in my folder $home/

8条回答
  •  孤独总比滥情好
    2020-12-23 15:24

    Some plugins require one to run as an Administrator and will not load unless one has those credentials active in the shell.

提交回复
热议问题