Add-VsanObjectToRepairQueue

This cmdlet puts a list of vSAN objects on a repair queue.

Syntax

-Cluster  <Cluster[]>
[-Server  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Cluster
Cluster[] named
  • wildcards
  • pipeline
  • Specifies the vSAN cluster from which you want to repair objects.
    optional
    Server
    VIServer[] named
  • wildcards
  • Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.

    -VsanObject  <VsanObject[]>
    [-Server  <VIServer[]>]
    [CommonParameters]

    Parameters

    Required Parameter Name Type Position Features Description
    required
    VsanObject
    VsanObject[] named
  • pipeline
  • Specifies the vSAN objects you want to repair.
    optional
    Server
    VIServer[] named
  • wildcards
  • Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.

    Output

    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.

    Related Commands

    Feedback

    Was this page helpful?