cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Do VDI Templates affect License Compliance?

How can we tell where VDI Template came from?

(1) Reply
mfranz
By Level 17 Champion
Level 17 Champion

Hi,

If you're running FNMS on-premises, the database should tell you.

USE FNMSCompliance

SELECT *
FROM ImportedVDITemplate ivt
JOIN ComplianceConnection cc
	ON ivt.ComplianceConnectionID = cc.ComplianceConnectionID

Best regards,

Markward