Moref ID for VM and Datastores
powercli commands:Connect-VIServer <VC/esxi server IP>
To find VM moref ID:
Get-VM | Select Name,ID
To Find Moref ID for datastores:
Get-Datastore | ft -Property Name,ID -AutoSize
List the vSwitches from ESXI using CLI: esxcli network vswitch standard list output example: vSwitch0 Name: vSwitch0 Class...
No comments:
Post a Comment