This script will invoke the process to repair any vSAN Objects that need to be repaired. This is typically used when the 60 minute (default) Repair Timer has not expired, but an administrator would like to invoke a repair immediately operation. RVC: PowerCLI: ...
Start-RvcVsanClusterRepairImmediately.ps1
This script will report the current state of FIPS for the ssh and rhttpproxy services. Example: Get-VMHostFipsState -VMHost <VMHost> -Service <ssh/rhttpproxy/blank> #Security #VMwarePowerCLI #Apache2.0 #PowerShell #vSphere #6.7 #FIPS #ESXi #Compliance
HostFipsState.ps1