PowerCLI Reference

Get-VsanResyncingComponent

Synopsis

This cmdlet retrieves the details of components going through synchronization in a vSAN cluster.

Syntax

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

Related Commands

Online Version

Detailed Description

This cmdlet retrieves the details of components going through synchronization in a vSAN cluster.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
ClusterCluster[]Specifies the vSAN cluster for which to retrieve synchronization details.trueTrue (ByValue)
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.falseFalse

Return Type

Zero or more VsanResyncingComponent objects

Notes

Examples

-------------------------- Example 1 --------------------------

Get-VsanResyncingComponent -Cluster $cluster

Retrieves the vSAN resyncing components from the $cluster cluster.


Copyright © VMware, Inc. All rights reserved.