Skip to content

Instantly share code, notes, and snippets.

View ivan-kishka's full-sized avatar

Ivan Kishka ivan-kishka

View GitHub Profile
@PatrickTerlisten
PatrickTerlisten / Shutdown-vSphereCluster.ps1
Created December 1, 2015 16:21
A script to shutdown a vSphere Cluster.
<#
.SYNOPSIS
No parameters needed. Just execute the script.
.DESCRIPTION
This script will shut down all VMs, the ESXi hosts that were running the VMs, the vCenter VM
and, at the end, the ESXi host that was running the vCener VM.
Please modify all necessary variables. Make sure that you read the comments!