Get-VsanHCIMeshDatastoreSource

This cmdlet retrieves vSAN HCI Mesh datastore sources based on the specified filters. You can use this cmdlet starting from vSAN 8.0 Update 1.

Syntax

-VCHost  <String[]>
[-Server  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
VCHost
String[] named Specifies the remote vCenter Server IP address or FQDN from which to retrieve the HCI Mesh datastore source(s).
optional
Server
VIServer[] named Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.

Output

VMware.VimAutomation.Storage.Types.V1.Vsan.VsanHCIMeshDatastoreSource

Examples


Example 1

Get-VsanHCIMeshDatastoreSource -VCHost ('10.186.46.61')

Retrieves the vSAN HCI Mesh datastore sources with the specified VCHost.

Related Commands

Feedback

Was this page helpful?