How to find Moref ID for VM and Datastore

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

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...