Get-VsanResyncingOverview
This cmdlet retrieves the overview of objects going through synchronization in a vSAN cluster.
Syntax
-Cluster
<Cluster[]>
[-Server <VIServer[]>]
[CommonParameters]
[-Server <VIServer[]>]
[CommonParameters]
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required |
|
Cluster[] | named |
|
Specifies the vSAN cluster for which you want to retrieve synchronization details. | 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
VMware.VimAutomation.Storage.Types.V1.Vsan.VsanResyncingOverview
Examples
Example 1
Get-VsanResyncingOverview -Cluster $cluster
Retrieves the vSAN resyncing overview of objects from the $cluster cluster.
Related Commands
VsanResyncingComponent
This cmdlet retrieves the details of components going through synchronization in a vSAN cluster.
VsanResyncingOverview
This cmdlet retrieves the overview of objects going through synchronization in a vSAN cluster. It will query information about vSAN objects that are currently syncing data.