diff --git a/Scripts/Set-VMHostSecureNTP.ps1 b/Scripts/Set-VMHostSecureNTP.ps1 index fb3204b..e862fe1 100644 --- a/Scripts/Set-VMHostSecureNTP.ps1 +++ b/Scripts/Set-VMHostSecureNTP.ps1 @@ -82,6 +82,11 @@ function Set-VMHostSecureNTP { process { + if ($Type -eq "SetSecure") { + "Executing Set and Secure operation..." + $VMHost | Foreach-Object { Write-Output (SetSecure $_) } + } + } end {