Add-VsanObjectToRepairQueue
This cmdlet puts a list of vSAN objects on a repair queue.
Syntax
-Cluster
<Cluster[]>
[-Server <VIServer[]>]
[CommonParameters]
[-Server <VIServer[]>]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
Cluster[] | named |
|
Specifies the vSAN cluster from which you want to repair objects. | optional |
|
VIServer[] | named |
|
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. |
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
VsanObject[] | named |
|
Specifies the vSAN objects you want to repair. | optional |
|
VIServer[] | named |
|
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
VsanObject
This cmdlet retrieves vSAN objects based on the specified filters.
VsanObjectToRepairQueue
This cmdlet puts a list of vSAN objects on a repair queue.