Bauke Plugge

Results 2 comments of Bauke Plugge

Would be great! If I can help testing or discussing the options, let me know!

Same issue here. got it working with some tweaks: added an extra line to $VsanClusterInfo ```powershell 'vSAN ESA Enabled' = Switch ($VsanCluster.VsanEsaEnabled) { $true { 'Yes' } $false { 'No'...