我正在为我的公司开发一个程序,该程序需要对用户的用户名进行检查,该程序仅在打开程序时才需要安装 AD 模块。它在我的 PC 上运行良好,但我是管理员,我运行的是 Windows 10。我的其余环境是 Windows 7。
我的代码:
Import-Module "\\FileServer\common\IT\Powershell\Modules\ActiveDirectory"
错误:
Import-Module: Could not load file or assembly 'file://\\bmh01-fs03\common\IT\Powershell\Modules\ActiveDirectory\Microsoft.ActiveDirectory.Management' or one of its dependencies. The ststem cannot find the file specified.
它是在 AD 模块中的吗?为什么它可以在我的 PC 而不是用户上运行?