我正在尝试登录服务器“SERVER”上的开发域“abcdev.com”,我有管理员权限,来自我本地机器上的Powershell ISE,我的域名是“abc.com”,使用的是命令 - enter-pssession SERVER.abcdev.com
现在,当我尝试执行任何脚本时。它给了我像 -
这样的错误=============================================== ===================================
The following exception occurred while retrieving member "create": "An operations error
occurred.
"
At line:5 char:10
+ $objOU = <<<< $objADSI.create($Class, $OU)
+ CategoryInfo : NotSpecified: (:) [], ExtendedTypeSystemException
+ FullyQualifiedErrorId : CatchFromBaseGetMember
You cannot call a method on a null-valued expression.
At line:6 char:16
+ $objOU.setInfo <<<< ()
+ CategoryInfo : InvalidOperation: (setInfo:String) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
=============================================== ===================================
我相信我必须将用户从我的本机域切换到开发域。谁能帮助我完成命令或所需的一系列必要步骤?我正在使用PowerShell版本2.0
感谢。