Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Powershell Remoting from Server 2012 to Server 2003 SP2 Box Does not work.

$
0
0

I've read at least 30 different "help" articles and I've tried every single suggestion and I still can't make this work!  Of all places I figured that here on PowerShell.com someone might have a suggestion for me.  

I have two servers that are primary and slave for some powershell remoting scripts that I run automagically. The older server is 2008 R2 and I can PSRemote into my remote server (274app) without ANY issues.  

The primary server is a Server 2012 box.  That one will NEVER work.  I've done all the trusted host stuff and all the normal troubleshooting and have come up with nothing.  Error is shown below, it's just the standard generic error WinRM error.  Does PSRemoting from 2012 to 2003 boxes just not work? 

 

PS C:\Users\twsgadmin> Enter-PSSession -ComputerName 274app.twsgserver.com -Credential *********

Enter-PSSession : Connecting to remote server 274app.twsgserver.com failed with the following error message : WinRM

cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over

the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer. By

default, the WinRM firewall exception for public profiles limits access to remote computers within the same local

subnet. For more information, see the about_Remote_Troubleshooting Help topic.

At line:1 char:1

+ Enter-PSSession -ComputerName 274app.twsgserver.com -Credential RemoteAdmin

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : InvalidArgument: (274app.twsgserver.com:String) [Enter-PSSession], PSRemotingTransportEx

   ception

    + FullyQualifiedErrorId : CreateRemoteRunspaceFailed


Viewing all articles
Browse latest Browse all 6937

Trending Articles