到目前为止,我已尝试打开端口9389并且ADWS正在远程服务器上运行......并且没有运气......
命令:
$credential = Get-Credential # Feed it the Foreign Dommain\Username + Password
Get-ADUser 'someUser' -Server some.remote.server.com -Credential $credential
这是错误:
Get-ADUser : Unable to contact the server. This may be because this server does not exist, it is currently dow does not have the Active Directory Web Services running. At line:1 char:1 + Get-ADUser 'someUser' -Server some.remote.server.com -Credential $credential + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ResourceUnavailable: (e313681:ADUser) [Get-ADUser], ADServerDownException + FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.GetADUser
我可以ping这台机器并远程访问它,但是我无法使用PowerShell查询它。
我已经检查过ADWS正在域控制器上运行......这里的想法是什么 - 我错过了一个端口还是什么?
答案 0 :(得分:2)
真的希望您能在2.5年后解决此问题。当我在寻找自己的问题时,通过Google来到了这里。只需在此处为其他可能会点击此页面的人提供信息即可。
Powershell正在使用ADWS,正在使用的端口为9389。
最后,对我来说是Windows防火墙阻止了此端口。对于处于相同情况的任何人,请检查%SystemRoot%\ System32 \ LogFiles \ Firewall \ pfirewall.log,以查找到您尝试连接的AD控制器IP的下降。