Ok, I understand this one is done “to death” already, but anyway, here is my take on it. I had a need for something a bit more optimized than the Get-Snapshot command, so I had to use Get-View. I also needed the possibility of either getting all snapshots, or filter on VM name.
(more…)
Tag: VMWare
Get VMWare resource status
The following function will query one or more vSphere servers for overall status, configuration status as well as any configuration issues. It can also filter on Name, if you just want to get a quick status of one or more named resources.
(more…)
List-vmPortGroups
This script takes the name of one or more VMWare host as input and lists all configured port groups.
(more…)
VMWare: Get basic datastore information
This script will take a name of a specific datastore, a list of datastores, or if none is specified query vSphere for ALL datastores, and will return an object with some basic information.
(more…)