cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
juanmasdeu
Engaged Sweeper
Hello,

Im looking forward to create a report that only shows the computers which have the following registry key with this value (the one bold and red):

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
"RCDependentServices"=hex(7):43,00,65,00,72,00,74,00,50,00,72,00,6f,00,70,00,\
53,00,76,00,63,00,00,00,53,00,65,00,73,00,73,00,69,00,6f,00,6e,00,45,00,6e,\
00,76,00,00,00,00,00
"NotificationTimeOut"=dword:00000000
"SnapshotMonitors"="1"
"ProductVersion"="5.1"
"AllowRemoteRPC"=dword:00000000
"DelayConMgrTimeout"=dword:00000000
"fDenyTSConnections"=dword:00000000
"StartRCM"=dword:00000000
"TSAdvertise"=dword:00000000
"DeleteTempDirsOnExit"=dword:00000001
"fSingleSessionPerUser"=dword:00000001
"PerSessionTempDir"=dword:00000000
"TSUserEnabled"=dword:00000000
"InstanceID"="dcd71f05-9066-4ade-9fbc-8e4f96e"
"RailShowallNotifyIcons"=dword:00000001
"RDPVGCInstalled"=dword:00000001

can someone please tell me how i can do this report?

thanks

1 ACCEPTED SOLUTION
Hemoco
Lansweeper Alumni
General instructions for setting up a registry scan and generating a registry report can be found here: http://www.lansweeper.com/kb/18/report-based-on-registry-keys.html
To limit the report to computers with a specific value, add a criterion to the Criteria column for the tblRegistry.Value expression. E.g.:
= '0'

View solution in original post

1 REPLY 1
Hemoco
Lansweeper Alumni
General instructions for setting up a registry scan and generating a registry report can be found here: http://www.lansweeper.com/kb/18/report-based-on-registry-keys.html
To limit the report to computers with a specific value, add a criterion to the Criteria column for the tblRegistry.Value expression. E.g.:
= '0'