December 2017
Beginner
598 pages
14h 7m
English
Here are some of the examples of PowerCLI scripts used to perform some tasks in the vSphere environment:
Get-VMHost esxi01 | Get-VM | Move-VM -Destination (Get-VMHost esxi02)
To move a single VM to a different host, use the following script:
Move-VM -VM VM_name -Destination esxi01

Read now
Unlock full access