Files
PowerCLI-Example-Scripts/Modules/VMware.VMEncryption
baoyinqiao 7a5ae91379 Add a new VIProperty: KMSserver for VM
As Mike suggested, add a new VI Property to retrieve the KMSserver
ClusterId for encrypted VMs.
2016-12-14 08:57:43 +08:00
..
2016-12-09 15:31:03 +08:00

Prerequisites/Steps to use this module:

  1. This module only works for vSphere products that support VM Encryption. E.g. vSphere 6.5 and later.
  2. All the functions in this module only work for KMIP Servers.
  3. Install the latest version of Powershell and PowerCLI(6.5).
  4. Import this module by running: Import-Module -Name "location of this module"
  5. Get-Command -Module "This module Name" to list all available functions.