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