gpt4 book ai didi

powershell - 需要打开哪些端口/服务以使PowerShell Active Directory起作用?

转载 作者:行者123 更新时间:2023-12-02 23:39:20 26 4
gpt4 key购买 nike

到目前为止,我已经尝试打开端口9389,并且远程服务器上正在运行ADWS ...并且没有运气...

命令:

$credential = Get-Credential # Feed it the Foreign Dommain\Username + Password
Get-ADUser 'someUser' -Server some.remote.server.com -Credential $credential

这是错误:

Get-ADUser:无法联系服务器。这可能是因为该服务器确实
不存在,它是目前没有Active Directory Web服务
运行。
在第1行:char:1
+ Get-ADUser'someUser'-服务器some.remote.server.com-凭据$ credential
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
+ CategoryInfo:ResourceUnavailable:(e313681:ADUser)[Get-ADUser],ADServerDownException
+ FullyQualifiedErrorId:ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.GetADUser

我可以ping通这台机器并远程访问它,但是无法使用PowerShell查询它。

我检查了ADWS是否在域 Controller 上运行...出于此处的想法-我错过了端口或其他东西吗?

最佳答案

真希望您能在2.5年后解决此问题。当我在寻找自己的问题时,通过Google来到了这里。只需在此处为其他可能会点击此页面的人提供信息即可。

Powershell正在使用ADWS,正在使用的端口为9389。

最后对我来说是Windows防火墙阻止了此端口。对于处于相同情况的任何人,请检查%SystemRoot%\ System32 \ LogFiles \ Firewall \ pfirewall.log,以查找到您尝试连接的AD Controller IP的下降。

关于powershell - 需要打开哪些端口/服务以使PowerShell Active Directory起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46407872/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com