
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2016 12:52 PM
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:
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!
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!
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2016 02:22 PM
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.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2016 02:22 PM
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.
