cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DKnappe
Engaged Sweeper
Hey all,
I would like to find all RDS/Terminal Servers that are run in application mode. This is relevant for Microsoft licensing, since an installation on an application server does not require a license.

There is a WMI class containing this information and a query would look like this:
Get-WmiObject -Namespace "root\CIMV2\TerminalServices" -Class "Win32_TerminalServiceSetting" -ComputerName $name).TerminalServerMode 


Return can be 0 or 1. 0 means only admin rds is enabled, 1 is application mode.

Is there already scanned data I can use to find this information?
Is there a way to add the WMI query to LanSweeper?

Thanks in advance!
1 ACCEPTED SOLUTION
Susan_A
Lansweeper Alumni
The specified WMI class is not currently scanned by Lansweeper. It is not possible for you to add this to the scanning procedure either, as what is scanned is hard coded into the Lansweeper scanning service. Perhaps you could create a deployment package that retrieves the information and prints it to a separate file. General info on creating and deploying packages can be found here.

View solution in original post

1 REPLY 1
Susan_A
Lansweeper Alumni
The specified WMI class is not currently scanned by Lansweeper. It is not possible for you to add this to the scanning procedure either, as what is scanned is hard coded into the Lansweeper scanning service. Perhaps you could create a deployment package that retrieves the information and prints it to a separate file. General info on creating and deploying packages can be found here.