Hi folks,
I would like share with us the powershell script that use here in my company, this script do inventory of vms that run in nutanix environment AHV and collect the information like :
name,servicevmexternalip,hypervisorFullName,blockModelName,cpuModel,numCpuSockets,numCpuCores, after collect we can export in csv and HTML to send by email
Link to script:
https://github.com/joaocsjr/powercli/blob/master/ntx-invetory1.ps1
Regards,
Joao Castro
Page 1 / 1
Great script!
Do you know if it's possible to get the "Description" Field into the Report?
With Get-NTNXVM | select * i get all sorts of usefull atributes, but i'm missing this Description field which we use in prism.
Kind regards,
Florian
Do you know if it's possible to get the "Description" Field into the Report?
With Get-NTNXVM | select * i get all sorts of usefull atributes, but i'm missing this Description field which we use in prism.
Kind regards,
Florian
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.