A virtual desktop template is a method to track software access details in a VDI (Virtual Desktop Infrastructure) environment. It’s a catalog of software applications that specifies which user groups can access the applications. The Virtual Desktop Templates page (Discovery & Inventory > Virtual Desktop Templates) shows the templates used for individual inventory devices that FlexNet Manager Suite has inventory details for.
Map virtual desktop templates to multiple devices
To see the virtual desktop templates used for multiple machines, use the compliance database table, VDIAccessToComputerMapping. Using the compliance database table will quickly map templates to devices in your FlexNet Manager suite environment.
Below is an example query you can modify to return a list of inventory device names and the template names/types they are mapped to.
USE FNMSCompliance -- Or your Compliance Database equivalent
SELECT device.ComputerName AS 'Inventory device',
template.ComputerName AS 'VDI Name',
AccessMode.ResourceName AS 'Access Mode Name'
FROM VDIAccessToComputerMapping AS map
JOIN ComplianceComputer AS device
ON device.ComplianceComputerID = map.MergingComplianceComputerID
JOIN ComplianceComputer AS template
ON template.ComplianceComputerID = map.TemplateComplianceComputerID
JOIN AccessMode
ON AccessMode.AccessModeID = map.AccessModeID
WHERE device.ComputerName IN ('Machine Name', 'Machine Name', 'Machine Name')
-- Replace 'Machine Name' with the list of Inventory devices that you want to find the mappings for
See the articles below for more information about virtual desktop templates from FlexNet Manager Suite Online Help.
Related Articles
Virtual Desktop Templates web UI page may perform poorly 4Number of Views Virtual Desktop Templates page may display templates multiple times 4Number of Views Virtual Desktop Templates UI page may fail to loading when there are massive numbers of records to be displayed 4Number of Views How to update "Service Provider" value for an inventory device properties of virtual desktop template? 5Number of Views Support of Virtual Desktop Infrastructure for Floating Licenses 9Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Case id: 00001065
Activity: Status change: 2 hours ago