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