Initial vSAN Encryption Module

vSAN Encryption Module
This commit is contained in:
Jase McCarty
2018-12-07 16:11:18 -07:00
parent 4ec117e6fe
commit 76eadeba8a
3 changed files with 347 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Prerequisites/Steps to use this module:
1. This module only works for vSphere products that support vSAN Encryption. E.g. vSAN 6.6 and later with a vSAN Enterprise license
2. All the functions in this module only work for KMIP Servers.
3. Install the latest version of Powershell and PowerCLI(11).
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.