PowerCLI Reference

Get-VsanResyncingOverview

Synopsis

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.

Syntax

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

Related Commands

Online Version

Detailed Description

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

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
ClusterCluster[]Specifies the vSAN cluster for which you want 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 the Connect-VIServer cmdlet.falseFalse

Return Type

One or more VsanResyncingOverview objects

Notes

Examples

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

Get-VsanResyncingOverview -Cluster $cluster

Retrieves the vSAN resyncing overview of objects from the $cluster cluster.


Copyright © VMware, Inc. All rights reserved.