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

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...