An open API service indexing awesome lists of open source software.

https://github.com/nocturnalbeast/powercli-scripts

A collection of some VMWare PowerCLI scripts that are used to ease maintenance for multiple ESXi hosts connected to vCenter instance.
https://github.com/nocturnalbeast/powercli-scripts

esxi powercli vcenter vmware vmware-esxi vmware-powercli vmware-vcenter

Last synced: 3 months ago
JSON representation

A collection of some VMWare PowerCLI scripts that are used to ease maintenance for multiple ESXi hosts connected to vCenter instance.

Awesome Lists containing this project

README

          

# powercli-scripts

A collection of PowerShell scripts for managing VMware vSphere environments using PowerCLI.

## Requirements

- VMware PowerCLI module (tested on/upto 13.3.0 build 24145081)
- Windows PowerShell 5.x (tested on/upto 5.1 build 22621)

## Common Parameters

Both scripts support the following common parameters:

- `VSphereServer`: vCenter Server hostname/IP
- `Username`: vCenter authentication username
- `Password`: vCenter authentication password
- `UseExistingConnection`: Use existing PowerCLI connection
- `RetainConnection`: Keep the connection open after script completion