Skip to main content

ESXi command to check license expired details

 

To check the license details:

vim-cmd vimsvc/license --show


To see the license expired date details:

vim-cmd vimsvc/license --show | grep -i date

Comments