diff --git a/esxi-scripts/cooldown.ps1 b/esxi-scripts/cooldown.ps1 index 9dd3b908..f072a38f 100755 --- a/esxi-scripts/cooldown.ps1 +++ b/esxi-scripts/cooldown.ps1 @@ -6,40 +6,6 @@ Connect-VIServer -Server $VCENTERHOST -Protocol https -User $VCENTERUSER -Passwo Get-VM | Where {$_.Name -like '*MySQL-Node2*' -or $_.Name -like '*Webserver-Node2*' -or $_.Name -like '*LB-Node2*' -or $_.Name -like '*WAN-DNS-Node3*' -or $_.Name -like '*UniFi-Camera-Proxy*' -or $_.Name -like '*Internet Monitor*' -or $_.Name -like '*OMSA*' -or $_.Name -like '*OpenConnect VPN*' -or $_.Name -like '*RustDesk Server*'} | Where {$_.Name -notlike '*Offsite-Backups*'} | Shutdown-VMGuest -Confirm:$false Disconnect-VIServer -Server $VCENTERHOST -Force –Confirm:$false - - - - - - - -and - - - - - - - - - - - - - - - - - - - - - - - - - - -