Cisco UCS memory inventory by PowerShell

We upgraded our Cisco UCS environment, every host got extra memory from 128 to 256GB. Before we did it we had mesured CPU usage by VMware vRealize Operation Manager. It was a great help to this […]
We upgraded our Cisco UCS environment, every host got extra memory from 128 to 256GB. Before we did it we had mesured CPU usage by VMware vRealize Operation Manager. It was a great help to this […]
I know, this is not a nice solution, but working and simple, when you want to know who created a VM, or any Event information from a VM. I found lots of other script witch […]
I would like to know our VM names and vmdk files path. Becouse, the name of VM and folder name of path isn’t same sometimes. This script shows to you this information. $vms=Get-VM Get-HardDisk -vm $vms| […]