PowerShell, Hyper-V: Controlling Automatic Start in Batches
#PowerShell #Hyper-VIn my environment, I have a lot of very large hyper-v hosts and each can contain 100+ VM's. These VM's are partly…
PowerShell, Hyper-V: Drain standalone Hyper-V host
#PowerShell #Hyper-VIf you need to drain a non clustered Hyper-v server then you have the lovely shared nothing live migrations tool at your disposal. Of course, its…
Storage: Windows Storage spaces S2D
#Hyper-V #PowerShell #StorageI have written a guide on testing storage with VM-fleet [https://grumpy.tech/storage-testing-with-vm-fleet/] that goes well with this. Generally speaking when testing something new I…
Powershell : Add Additional IP's
#PowerShellToday I had to add 40 secondary IP's to a network interface on an IIS server. Here is how you would do that in…