Hi, I've spend quite sometime locating the database table that contains the VM Property > Friendly Name but out of luck.Apricate your help with mentioning the DB table name that has the [Friendly Name] column?Thanks
We want to update Purchases' Cost Center information via Business Adapter Studio. When we execute the BA the Cost Center is immediately get cleared "automatically". This change can be identified by navigating to "Purchase Properties > History" tab. A...
You can either request to your Flexera admin to help you elevating your account's privileges or talk to your Flexera account manager or simply request the Flexera Support by raising a ticket.
If I understood correctly, ideally you should create a license per product (in this case Windows 10) instead of multiple licenses and then link the purchases to the license and after that you can allocate the licenses to devices to manage the deploym...
I just found the table that contains the Friendly Name column, its [VirtualMachine_MT] in Compliance Database. SELECT
CC.[ComputerName]
,VM.[FriendlyName]
,CC.[IPAddress]
,CC.[SerialNo]
,CC.[Manufacturer]
,CC.[MACAddress]
FROM [ComplianceComputer_MT]...