PowerShell

A collection of powershell what I have done

PowerShell: List CSV Free/Used Capacity plus totals

#PowerShell

This script will recursively list all the cluster shared volumes and give free/used/total data for them all. I can't claim to have…

Mat Grumpy Tech

PowerShell, Hyper-V: List clustered VMs with mounted ISO, then dismount them all.

#Hyper-V #PowerShell

There is nothing more annoying than when people leave ISO's mounted to VM's. It drives me mad.This little script will list…

Mat Grumpy Tech