Update VMware.VMEncryption.psm1
This commit is contained in:
committed by
GitHub
parent
df9d71d4e0
commit
13649b8e35
@@ -831,7 +831,7 @@ Function Set-VMEncryptionKey {
|
|||||||
C:\PS>$VM|Set-VMEncryptionKey -KMSClusterId $KMSCluster.Id -Deep
|
C:\PS>$VM|Set-VMEncryptionKey -KMSClusterId $KMSCluster.Id -Deep
|
||||||
|
|
||||||
Deep rekeys the VM Home and all its disks using a new key.
|
Deep rekeys the VM Home and all its disks using a new key.
|
||||||
The key is generted from the KMS whose clusterId is $KMSCluster.Id.
|
The key is generated from the KMS whose clusterId is $KMSCluster.Id.
|
||||||
|
|
||||||
.NOTES
|
.NOTES
|
||||||
This cmdlet assumes there is already a KMS in vCenter Server. If VM is not encrypted, the cmdlet quits.
|
This cmdlet assumes there is already a KMS in vCenter Server. If VM is not encrypted, the cmdlet quits.
|
||||||
@@ -979,7 +979,7 @@ Function Set-VMDiskEncryptionKey {
|
|||||||
C:\PS>$HardDisk|$Set-VMEncryptionKey -VM $VM -KMSClusterId $KMSCluster.Id -Deep
|
C:\PS>$HardDisk|$Set-VMEncryptionKey -VM $VM -KMSClusterId $KMSCluster.Id -Deep
|
||||||
|
|
||||||
Deep rekeys all the disks of the $VM using a new key.
|
Deep rekeys all the disks of the $VM using a new key.
|
||||||
The key is generted from the KMS whose clusterId is $KMSCluster.Id.
|
The key is generated from the KMS whose clusterId is $KMSCluster.Id.
|
||||||
|
|
||||||
.NOTES
|
.NOTES
|
||||||
This cmdlet assumes there is already a KMS in vCenter Server.
|
This cmdlet assumes there is already a KMS in vCenter Server.
|
||||||
|
|||||||
Reference in New Issue
Block a user