VMware Aria

 View Only
  • 1.  Aria Operations and view for esxi with eval licenses

    Posted Feb 10, 2026 05:38 PM

    PowerCli can track if an esxi host is using a real or eval license. Has anyone found a way to do this as a property in Aria Operations (v8.18)? It be great to have it as a column on an esxi view. I checked the overall properties and could not find a property.

    Get-VMHost | Select-Object Name, @{N="License"; E={$_.LicenseData.Name}}, @{N="EvalMode"; E={$_.LicenseData.IsEval}} | Export-Csv -Path "C:\temp\HostLicenses.csv" -NoTypeInformation


    -------------------------------------------


  • 2.  RE: Aria Operations and view for esxi with eval licenses

    Posted Feb 11, 2026 11:34 AM

    I tried to create a view in VMware Aria Operations, but it is only showing License Product Name as "VMware ESX Server".

    Under Metrics and Properties, it is not displaying any detailed license information.

    -------------------------------------------



  • 3.  RE: Aria Operations and view for esxi with eval licenses

    Posted Feb 11, 2026 11:58 AM

    I saw that there were no properties for licenses other than Product Name. Seems really odd there hasn't been development to pull in the key and usage.

    -------------------------------------------



  • 4.  RE: Aria Operations and view for esxi with eval licenses

    Posted Feb 11, 2026 12:31 PM

    Agree, let's see if anyone has any other solution. Thanks!

    -------------------------------------------



  • 5.  RE: Aria Operations and view for esxi with eval licenses

    Posted Mar 12, 2026 03:47 AM

    Hello

    There is an option to see ESXi version license option using Aria

    In ESXi metrics, you can search for 

    Summary -> vSphere Tags

    It will be having license information & you can use it in Dashboard to get a visibility of such licenses count

    -------------------------------------------



  • 6.  RE: Aria Operations and view for esxi with eval licenses

    Posted Mar 12, 2026 11:41 AM

    Tried to create a View and this is what I see:



    Went to host metric directly and this is what I see:

    -------------------------------------------



  • 7.  RE: Aria Operations and view for esxi with eval licenses

    Posted Mar 12, 2026 11:42 AM

    Tried to create a View and this is what I see:



    Went to host metric directly and this is what I see:

    -------------------------------------------

    -------------------------------------------



  • 8.  RE: Aria Operations and view for esxi with eval licenses

    Posted Mar 13, 2026 03:33 AM

    Hello

    Yes. You are correct. I also checked in my VCF HOL lab & I am not seeing the required metric. I found below article from VMware which is mentioning about this issue. Please go through with it for more information...

    https://knowledge.broadcom.com/external/article/421414/aria-operations-fails-to-detect-or-displ.html

    -------------------------------------------