Forum Discussion
Gary Bacon
May 11, 2018Copper Contributor
Windows Admin Center - Computer Management
When will we be able to use Windows Admin Center to also manage computers on our domain? This works well with the servers, but can't do anything with computers. It shouldn't be a permissions issue since I'm an admin on all computers in our network. Tried to enable Remote desktop and got this error:
Failed to update remote desktop settings. Error: RemoteException: Cannot process argument transformation on parameter 'EnableRemoteApp'. Cannot convert value "" to type "System.Boolean". Boolean parameters accept only Boolean values and numbers, such as $True, $False, 1 or 0..
- Evil DemonCopper Contributor
Use this on remote server
Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -Name "fDenyTSConnections" -Value 0
or use domain policy to change it in registry. It works for me.