This script includes a function that reports the vSAN Cluster information for a vSAN Cluster. Information included is: Host configurations vSAN Witness Host configuration (if Stretched Cluster or 2 Node) Fault Domain information (if they exist) Preferred Fault Domain (if Stretched...
Get-RvcVsanClusterInfo.ps1
This dashboard shows the encryption status for hosts, cache disks, and capacity disks for the selected vSAN encrypted cluster as a series of heatmaps to quickly identify objects that do not have encryption enabled. This dashboard requires the following three super metrics. vSAN Host...
dashboard.json
This module provides several functions that are relevant to vSAN Encryption Export-ModuleMember -Function Invoke-VsanEncryptionRekey Export-ModuleMember -Function Set-VsanEncryption Export-ModuleMember -Function Set-VsanEncryptionKms Export-ModuleMember -Function Get...
Modules-master.zip
1 Comment - no search term matches found in comments.
.DESCRIPTION This script will look to see if a KMS Server is running on the same Encrypted vSAN Datastore that it is providing Key Management Services for. Tested on vSAN 6.6 and PowerCLI 6.5.4 The KMS Server Appliances must have VMware Tools installed for this to work properly **...
Check-VsanKmsCircularDependency.ps1
This script shows a basic enumeration of vSAN Encryption reporting using the Get-VsanView cmdlet. It shows overall health as well as some detailed reporting. Requires PowerCLI 6.5.1 (or higher) and vSAN 6.6 with Encryption enabled. #Encryption #vSAN ...
Vsan-EncryptionReport.ps1
3 Comments - no search term matches found in comments.
This script will initiate a Rekey of a vSAN Cluster. Shallow Rekeying (KEK Only) or Deep Rekeying (DEK Also) are supported, as well as Reduced Redundancy if necessary. This requires PowerCLI 6.5.1 and has been tested on vSAN 6.6 #Apache2.0 #VMwarePowerCLI #powercli ...
Vsan-EncryptionRekey.ps1