From e13a61650bce08c7fe68915154e73dc9eeece51d Mon Sep 17 00:00:00 2001 From: Alexandre S Date: Fri, 14 May 2021 12:23:42 +0200 Subject: [PATCH] Fix: SRV-03 Creation Switch name --- Host/Serveurs.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Host/Serveurs.ps1 b/Host/Serveurs.ps1 index 19c4718..0e99c31 100644 --- a/Host/Serveurs.ps1 +++ b/Host/Serveurs.ps1 @@ -58,7 +58,7 @@ $vms = @{ Generation = '2' MemoryStartupBytes = 1024Mb VHDPath = "d:\VHD\SRV-03.vhdx" - SwitchName = "Arc-SRV" + SwitchName = "Bou-LAN } New-VM @vms