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
"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
And when you run that and power shell says
ReplyDeleteWindows 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.
Answer you probably need to run this as well as i did.
ReplyDeleteSet-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB 1000
Found from here.
https://www.esdm.co.uk/server-2012-setting-up-remote-gateway-remote-desktop-and-remoteapp
it helped me thanks
ReplyDelete