From 4d1436b857e7a79b5ec14138cfe5e09b07cedaf6 Mon Sep 17 00:00:00 2001 From: Markus Kraus Date: Thu, 28 May 2020 21:01:09 +0200 Subject: [PATCH] Fix Var Naming --- Scripts/Set-VMHostSecureNTP.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Set-VMHostSecureNTP.ps1 b/Scripts/Set-VMHostSecureNTP.ps1 index 2ad6771..1b5464e 100644 --- a/Scripts/Set-VMHostSecureNTP.ps1 +++ b/Scripts/Set-VMHostSecureNTP.ps1 @@ -197,7 +197,7 @@ function Set-VMHostSecureNTP { } - function Secure ($myhost) { + function Secure ($MyHost) { ## Get NTP Servers "Get NTP Servers ..." [Array]$CurrentNTPServers = $MyHost | Get-VMHostNtpServer