我在虚拟机上安装了Windows Server 2012 r2和Windows 10客户端,以了解对活动目录结构的攻击,但是当我运行命令时
Get-ADComputer -Server SDSH-DC01 -Filter *, I get an error.
Get-ADComputer : The server has rejected the client credentials.
At line:1 char:1
+ Get-ADComputer -Server SDSH-DC01 -Filter *
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [Get-ADComputer], AuthenticationException
+ FullyQualifiedErrorId : ActiveDirectoryCmdlet:System.Security.Authentication.AuthenticationException,Microsoft.ActiveDirectory.Management.Commands.GetADComputer