< Back

Get-VsanResyncingOverview

Sun Jan 19, 2020 7:17 pm

NAME 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>]





DESCRIPTION

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





PARAMETERS

-Cluster <Cluster[]>

Specifies the vSAN cluster for which you want to retrieve synchronization details.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? true



-Server <VIServer[]>

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.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? true



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

One or more VsanResyncingOverview objects







NOTES









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



Get-VsanResyncingOverview -Cluster $cluster



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



RELATED LINKS

Online Version: https://code.vmware.com/doc/preview?id= ... rview.html