processing for SetSecure

This commit is contained in:
Markus Kraus
2020-05-25 21:45:13 +02:00
parent 5c3e80bbf6
commit bd70bfb5dc

View File

@@ -82,6 +82,11 @@ function Set-VMHostSecureNTP {
process {
if ($Type -eq "SetSecure") {
"Executing Set and Secure operation..."
$VMHost | Foreach-Object { Write-Output (SetSecure $_) }
}
}
end {