Syntax
Get-VsanResyncingOverview [-Cluster] <Cluster[]> [-Server <VIServer[]>] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet retrieves the overview of objects going through synchronization in a vSAN cluster.Parameters
Return Type
One or more VsanResyncingOverview objectsNotes
Examples
-------------------------- Example 1 --------------------------
Get-VsanResyncingOverview -Cluster $cluster
Retrieves the vSAN resyncing overview of objects from the $cluster cluster.