B
Bill
Is it possible to enable Remote Desktop for all computers in the domain via
Group Policy?
Group Policy?
Bill said:Thanks, VMM. Haven't done this before (custom admin templates) but I will
give it a go in conjunction with MS How-To 323639.
Cheers,
Bill
VMM said:Hi Bill,
Use the following administrative template:
;-----------BEGIN CODE--------
CLASS MACHINE
CATEGORY !!category
POLICY !!Remote
KEYNAME "SYSTEM\CurrentControlSet\Control\Terminal Server"
EXPLAIN !!Remote_Explain
VALUENAME "fDenyTSConnections"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END POLICY
END CATEGORY
[strings]
category = "Custom Policy Settings"
Remote = "Remote Desktop"
Remote_Explain = "Enable to enable Remote Desktop. Disable to disable
Remote
Desktop."
;-----------END CODE--------
Regards,
VMM said:If you need help to do that let me know.
Regards,
Bill said:Thanks, VMM. Haven't done this before (custom admin templates) but I will
give it a go in conjunction with MS How-To 323639.
Cheers,
Bill
VMM said:Hi Bill,
Use the following administrative template:
;-----------BEGIN CODE--------
CLASS MACHINE
CATEGORY !!category
POLICY !!Remote
KEYNAME "SYSTEM\CurrentControlSet\Control\Terminal Server"
EXPLAIN !!Remote_Explain
VALUENAME "fDenyTSConnections"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END POLICY
END CATEGORY
[strings]
category = "Custom Policy Settings"
Remote = "Remote Desktop"
Remote_Explain = "Enable to enable Remote Desktop. Disable to disable
Remote
Desktop."
;-----------END CODE--------
Regards,
Bill said:Hi VMM. When I add the template only the category name appears under
Administrative Templates. when I click on the name the right-hand panel is
blank. I am sure I followed the How-To, and have tried re-doing it a couple
of time with the same result. Any idea why?
Cheers,
Bill
VMM said:If you need help to do that let me know.
Regards,
Bill said:Thanks, VMM. Haven't done this before (custom admin templates) but I will
give it a go in conjunction with MS How-To 323639.
Cheers,
Bill
Hi Bill,
Use the following administrative template:
;-----------BEGIN CODE--------
CLASS MACHINE
CATEGORY !!category
POLICY !!Remote
KEYNAME "SYSTEM\CurrentControlSet\Control\Terminal Server"
EXPLAIN !!Remote_Explain
VALUENAME "fDenyTSConnections"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END POLICY
END CATEGORY
[strings]
category = "Custom Policy Settings"
Remote = "Remote Desktop"
Remote_Explain = "Enable to enable Remote Desktop. Disable to disable
Remote
Desktop."
;-----------END CODE--------
Regards,
VMM said:Hi Bill,
To view the policy right click on administratives templates and select
View
-> Filtering.
On Filtering Dialog Box uncheck Only show policy settings that can be
fully
managed.
Regards,
Bill said:Hi VMM. When I add the template only the category name appears under
Administrative Templates. when I click on the name the right-hand panel
is
blank. I am sure I followed the How-To, and have tried re-doing it a
couple
of time with the same result. Any idea why?
Cheers,
Bill
VMM said:If you need help to do that let me know.
Regards,
:
Thanks, VMM. Haven't done this before (custom admin templates) but I
will
give it a go in conjunction with MS How-To 323639.
Cheers,
Bill
Hi Bill,
Use the following administrative template:
;-----------BEGIN CODE--------
CLASS MACHINE
CATEGORY !!category
POLICY !!Remote
KEYNAME "SYSTEM\CurrentControlSet\Control\Terminal Server"
EXPLAIN !!Remote_Explain
VALUENAME "fDenyTSConnections"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END POLICY
END CATEGORY
[strings]
category = "Custom Policy Settings"
Remote = "Remote Desktop"
Remote_Explain = "Enable to enable Remote Desktop. Disable to
disable
Remote
Desktop."
;-----------END CODE--------
Regards,
Bruce Sanderson said:Maybe I'm missing something, but there are built in setting for enabling
Remote Desktop.
Computer Configuration
Windows Settings
Security Settings
Local Policies
User Rights Assignment
Allow Users to connect remotely using Terminal Services -
specify which user accounts can logon remotely
and
Computer Configuration
Administrative Templates
Windows Components
Terminal Services
Allow users to connect remotely using Terminal Services - turns
on the Remote Desktop capability
We use that for all of our Windows XP workstations and it works just fine.
--
Bruce Sanderson MVP Printing
http://members.shaw.ca/bsanders
It is perfectly useless to know the right answer to the wrong question.
VMM said:Hi Bill,
Use the following administrative template:
;-----------BEGIN CODE--------
CLASS MACHINE
CATEGORY !!category
POLICY !!Remote
KEYNAME "SYSTEM\CurrentControlSet\Control\Terminal Server"
EXPLAIN !!Remote_Explain
VALUENAME "fDenyTSConnections"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END POLICY
END CATEGORY
[strings]
category = "Custom Policy Settings"
Remote = "Remote Desktop"
Remote_Explain = "Enable to enable Remote Desktop. Disable to disable
Remote
Desktop."
;-----------END CODE--------
Regards,
Ding Bat said:The original question (although poorly framed) was looking to
accomplish this without having to visit each PC, i.e., using Group
Policy on the server.
Computer Configuration - Windows Settings - Security Settings - Local
Policies - User Rights Assignment - Allow Users to connect remotely
using Terminal Services - specify which user accounts can logon
remotely
and
Computer Configuration - Administrative Templates - Windows Components
- Terminal Services - Allow users to connect remotely using Terminal
Services - turns on the Remote Desktop capability