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 increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...