Monday, April 11, 2016

servers with compatibility problems must be excluded before the deployment can proceed. windows server 2012 r2. RDS, unable to connect to the server by using windows powershell remoting

while setting up RDS for AX on Widows Server 2012 r2, I got the below error
"servers with compatibility problems must be excluded before the deployment can proceed. windows server 2012 r2.To exclude the servers with compatibility problems, click Exclude." as below.
try to run below command on elevated PowerShell command.
"Enable-PSRemoting -Force"
in addition make sure, your server is joined to domain and the account you are using is a domain account and has local admin rights.


hope this will help.


Regards,
Yes.Sudhanshu

3 comments:

  1. And when you run that and power shell says

    Windows PowerShell
    Copyright (C) 2014 Microsoft Corporation. All rights reserved.

    PS C:\Users\me> Enable-PSRemoting -Force
    WinRM is already set up to receive requests on this computer.
    WinRM is already set up for remote management on this computer.

    What do you then do as its already enabled and I still can't setup RDS.

    ReplyDelete
  2. Answer you probably need to run this as well as i did.

    Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB 1000

    Found from here.
    https://www.esdm.co.uk/server-2012-setting-up-remote-gateway-remote-desktop-and-remoteapp

    ReplyDelete