Get-VsanResyncingOverview

This cmdlet retrieves the overview of objects going through synchronization in a vSAN cluster.

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
required
Cluster
Cluster[] named
  • wildcards
  • pipeline
  • Specifies the vSAN cluster for which you want to retrieve synchronization details.
    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

    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

    Feedback

    Was this page helpful?