This is an archive version of the document. To get the most up-to-date information, see the current version.

Find-VBRViDatastoreCluster

Short Description

Looks for datastore clusters.

Applies to

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

This cmdlet provides 2 parameter sets.

  • For looking for datastore clusters on a selected server:

Find-VBRViDatastoreCluster -Server <Object> [-Name <string[]>]  [<CommonParameters>]

  • For looking for datastore clusters with a selected storage policy:

Find-VBRViDatastoreCluster -StoragePolicy <VBRViStoragePolicy> [-Name <string[]>]  [<CommonParameters>]

Related Commands

Get-VBRServer

Return Type

VBRViDatastoreCluster

Detailed Description

This cmdlet returns a list of datastore clusters.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the name of the datastore cluster you want to get.

False

Named

False

False

Server

Specifies the host or cluster. The cmdlet will return the datastore clusters created on this host or cluster.

True

Named

True (by Value
FromPipeline, ValueFromPipeline
ByPropertyName)

False

Storage
Policy

Specifies the VMware storage policy profile. The cmdlet will return datastores clusters compatible with it.

True

Named

True (by Value
FromPipeline, ValueFromPipeline
ByPropertyName)

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.