VMware/PowerCLI Scripts: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 June 2023

  • curprev 19:0719:07, 2 June 2023Admin talk contribs 1,045 bytes +1,045 Created page with "=PowerCLI Scripts= ===PowerCLI on MAC=== *Install Docker engine https://docs.docker.com/docker-for-mac/install/ https://docs.docker.com/engine/installation/linux/docker-ce/centos/ *Pull the powerclicore container docker pull vmware/powerclicore *Run the powerclicore container docker run --rm -it vmware/powerclicore ===Find the Total number of Virtual CPU's per vCenter Server=== Connect-VIServer -Server <VCENTER_SERVER> -Protocol https -User <ADMIN_USER> -Password..."