Fix Var Naming

This commit is contained in:
Markus Kraus
2020-05-28 21:01:09 +02:00
parent 4af6de8e1d
commit 4d1436b857

View File

@@ -197,7 +197,7 @@ function Set-VMHostSecureNTP {
}
function Secure ($myhost) {
function Secure ($MyHost) {
## Get NTP Servers
"Get NTP Servers ..."
[Array]$CurrentNTPServers = $MyHost | Get-VMHostNtpServer