Find UUID for a VM from powercli

          Find UUID for a VM from powercli


use power cli

1)Connect Vcenter server:

PowerCLI C:\> Connect-VIServer <IP>

2)Find VM UUID:

Get-VM <vm_name> | %{(Get-View $_.Id).config.uuid}

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...