Unable to connect to Ad server from RSAT server ?

Kshitij Patil 1 Reputation point
2020-08-26T17:01:37.267+00:00

Our AD server is connected to our server via RSAT server.

When we are trying to run the AD commands by doing PSRemoting on RSAT server we are not able to get the desired results.
But when we run same commands on RSAT server directly we can see the result.

We have all ports open and we are able to do PS Remoting on RSAT server successfully.

We are seeing below error:

WARNING: Error initializing default drive: 'Unable to contact the server. This may be because this server does
not exist, it is currently down, or it does not have the Active Directory Web Services running.'.
Unable to contact the server. This may be because this server does not exist, it is currently down, or it does not have the Active Directory Web Services running.

  • CategoryInfo : ResourceUnavailable: ( [Get-ADComputer], ADServerDownException
  • FullyQualifiedErrorId : ActiveDirectoryServer:0,Microsoft.ActiveDirectory.Management.Commands.GetADComputer + PSComputerName :

We are trying it for first time.

Thanks and Regards,
Kshitij

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,846 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,362 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 44,776 Reputation points
    2020-08-26T17:51:03.353+00:00

    That looks like a "second hop" issue. See here: ps-remoting-second-hop

    0 comments No comments