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.
- Host: GitHub
- URL: https://github.com/nocturnalbeast/powercli-scripts
- Owner: nocturnalbeast
- Created: 2022-12-18T12:15:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T20:37:00.000Z (about 1 year ago)
- Last Synced: 2025-01-28T03:22:41.151Z (12 months ago)
- Topics: esxi, powercli, vcenter, vmware, vmware-esxi, vmware-powercli, vmware-vcenter
- Language: PowerShell
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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