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