Syntax
Repair-VsanObject -Cluster <Cluster[]> [-Server <VIServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet puts a list of vSAN cluster objects in a repair queue.Parameters
Return Type
NoneNotes
Examples
-------------------------- Example 1 --------------------------
Repair-VsanObject -Cluster $vsanCluster
Puts the vSAN objects of the $vsanCluster cluster in the repair queue.