Initial Push

This is an initial push to PowerCLI-Example-Tools
This commit is contained in:
Jase McCarty
2018-12-10 13:36:22 -07:00
parent 76eadeba8a
commit 82c7889cec

View File

@@ -326,6 +326,7 @@ Function Get-VsanEncryptionDiskWiping {
# If vSAN is enabled and it is Encrypted
If($VsanCluster.vSanEnabled -And $EncryptedVsan.EncryptionEnabled){
# Change the setting
$EncryptedVsan.EraseDisksBeforeUse
}
}