Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nathan_budd
Engaged Sweeper
I'm trying to setup what should be a fairly simple custom report, but don't really know where to start.

I have a scanned registry key:
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\fDenyTSConnections

I want my custom report to simply show all system that have this value as "1".

How would I build the custom report? What should ther script look like?
1 REPLY 1
Hemoco
Lansweeper Alumni
First: add the registry key to be scanned.

Report looks like this:

Select tblComputers.Computername, tblRegistry.Valuename, tblRegistry.Value
From tblComputers Inner Join tblRegistry On tblComputers.Computername = tblRegistry.Computername
Where tblRegistry.Valuename = 'fDenyTSConnections'

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now