December 2017
Beginner
598 pages
14h 7m
English
We can’t miss PowerCLI, of course. Those who are lovers of PowerShell will love PowerCLI or PowerNSX:
Welcome to VMware PowerCLI!Log in to a vCenter Server or ESX host: Connect-VIServerTo find out what commands are available, type: Get-VICommandTo show searchable help for all PowerCLI commands: Get-PowerCLIHelpOnce you've connected, display all virtual machines: Get-VMIf you need more help, visit the PowerCLI community: Get-PowerCLICommunityCopyright (C) VMware, Inc. All rights reserved.PS C:\>
Connect to vCenter Server with the Connect-VIServer command:
PS C:\> Connect-VIServer 10.10.70.17Name Port User---- ---- ----10.10.70.17 443 VSPHERE.LOCAL\Administrator
You can easily get information about hosts with the command Get-VMHost ...
Read now
Unlock full access