【发布时间】:2017-09-26 09:05:17
【问题描述】:
我是 powershell 的新手,因为有一天我正在寻找一种解决方案,以从相对路径导入 powershell 中的 dscresources。我不希望执行文件的每个人都需要在 powershell 模块文件夹中拥有模块。
而不是
Import-DscResource -Name Test
类似的东西
Import-DscResource -Name Test -Path "../Modules/Test"
谁能帮帮我?
谢谢:)
【问题讨论】:
标签: powershell import dsc