|
| ||||||||||
| Tags: active directory, domain, domain controller, remote desktop, server |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Allow remote desktop connection on a cluster of machines within a domain
I'd rather not go to each server and manually set up the Remote Settings under Computer Management for each user...there must be a smarter way to do this once from the Active Directory Domain Controller server ? Thanks so much. |
|
#2
| ||||
| ||||
| Re: Allow remote desktop connection on a cluster of machines within a domain
You just need to click Start > Right-click Computer > Properties on the PC that you want to connect. After that click Advanced System Settings and then click the Remote tab. Under Remote Desktop click 'Allow connections from computers using any version of Remote Desktop' and then click Select Users. Click Add and add the username of the PC that wants to connect to that machine. Alternatively you can also use a software such like the CrossLoop.
__________________ Education, Career and Job Discussions |
|
#3
| |||
| |||
| Re: Allow remote desktop connection on a cluster of machines within a domain
Thank you. But I have 20+ servers and would like to avoid applying this setup to every one of them ... isn't there something to be done at the Domain Security level itself that would save me the time and burden of repeating this on all the servers ? |
|
#4
| ||||
| ||||
| Re: Allow remote desktop connection on a cluster of machines within a domain
You can try to enable them with a simple registry edit. The XML for WPKG will look like this: Code: <package
id="remotedesktop"
name="Remote Desktop"
revision="1"
reboot="false"
priority="0">
<check type="registry" condition="equals" path="HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\fDenyTSConnections" value="0" />
<install cmd='reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f"' />
<upgrade cmd='reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f"' />
<remove cmd='reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 1 /f"' />
</package> |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Allow remote desktop connection on a cluster of machines within a domain" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setup Remote Desktop on Domain workstations | michaeln | Networking & Security | 2 | 27-06-2011 04:30 PM |
| Access a desktop PC from another network using Remote Desktop Connection Client | Eyvindur | Networking & Security | 4 | 23-12-2010 09:15 AM |
| Remote Desktop in a Domain. Why doesn't putting a user in the domain group Remote allow remoting into a client? | Muhammad Waqar | Windows Security | 3 | 11-03-2009 03:46 AM |
| Remote Desktop Connection can recognize remote USB ports? | Ihit | Window 2000 Help | 2 | 27-01-2008 04:15 AM |
| MAC and Remote Web Workplace and Remote Desktop Connection | Tirana | Small Business Server | 2 | 03-01-2008 09:53 AM |