Enable Remote Desktop (RDP)
Log In or Register to download the BES file, and more.

2 Votes

Collections (part of 1 collection)

Windows Configuration

Versioning - This is the latest version.

1Enable Remote Desktop (RDP)11/5/2012 6:48:16 PM
2Enable Remote Desktop (RDP)5/8/2013 12:03:12 PM

Description

Enable remote desktop settings in the registry. (RDP)

Property Details

ID2458
StatusQA - Ready for Production Level Testing
TitleEnable Remote Desktop (RDP)
DomainBESC
CategoryConfiguration
Download Size0
Sourcedanielheth@bigfix.me
Source ID<Unspecified>
Source Severity<Unspecified>
Source Release Date5/8/2013 12:00:00 AM
Is TaskTrue
Added by on 5/8/2013 12:03:12 PM
Last Modified by on 5/8/2013 12:03:12 PM
Counters 12280 Views / 200 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 1 rating. ** Log In or Register to add your rating.

Relevance

isWindows (Relevance 274)
Used in 605 fixlets and 3 analyses   * Results in a true/false
Show indented relevance
name of operating system starts with "Win"
Used in 2 fixlets   * Results in a true/false
Show indented relevance
exists value "fDenyTSConnections" whose (it != 0) of key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" of registry

Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
regset "[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]" "fDenyTSConnections"=dword:00000000
//thanks sinucus (http://bigfix.me/user/sinucus) for this great addition:
waithidden cmd.exe /C netsh firewall set service type= remotedesktop mode = enable
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 2

Action Link Click here to learn more about this setting.
Script Type URL
http://technet.microsoft.com/en-us/library/cc782195(v=ws.10).aspx
    

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
danielheth -
great advice... sinucus. I'll add an updated version of this fixlet.
sinucus -
This will not disable to firewall rule. Use the following to open up the firewall. waithidden cmd.exe /C netsh firewall set service type = remotedesktop mode = enable