-
Senaste inläggen
- Batch Enable-VMReplication in PowerShell 3.0
- Import-VMsFromFolder – Batch import VMs from folder in Hyper-V!
- Get-ADComputerLastLogon
- Introducing unofficial PowerShell module for HP G6 Servers (Without iLo requirements)
- Restore-HostVmReplication Check all VMs replicationstatus and restores them
- Get-HPDiskAndArrayStatus – Hämta status på dina HP diskar, raid kontroller och maila dig om något är fel!
- Install-RemoteVM När du vill sitta lugnt på din stol och rulla ut VM’s till olika Hyper-V hostar. (WS12R2, MDT2013)
- Komplett MDT konfiguration med powershell
Senaste kommentarer
- Henrik Toft om Datortillverkarna förstör Windows!
- Ein Andersson om Datortillverkarna förstör Windows!
- Henrik Toft om Say hello to my little friend
- Henrik Dahl om Say hello to my little friend
- Henrik Toft om Say hello to my little friend
- Andy om Say hello to my little friend
- Henrik Toft om Datortillverkarna förstör Windows!
- JP om Datortillverkarna förstör Windows!
Arkiv
Kategorier
Länkar
Category Archives: Hyper-V
Batch Enable-VMReplication in PowerShell 3.0
Today was the last day I user wizard Hyper-V to activate the VM replication .. Why? Since today i did something i should have done a long time ago.. I made a script for enable VM replication for all machines … Continue reading
Posted in Hyper-V, Powershell
Leave a comment
Import-VMsFromFolder – Batch import VMs from folder in Hyper-V!
Ever needed to batch import VMs in Hyper-V based on a folder path? Here is the PowerShell solution for you! (with some built-in error handling) Disclaimer: This script is provided ”AS IS” with no warranties 1 2 3 4 5 … Continue reading
Posted in Hyper-V, Powershell
Leave a comment
Restore-HostVmReplication Check all VMs replicationstatus and restores them
Okaay.. So i made a small script to restore VM replication (for all VMs on the host) if it’s in a failed state. And for some reasons, sometimes they are.. 1 2 3 4 5 6 7 8 9 10 … Continue reading
Posted in Hyper-V, Powershell
Leave a comment