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

Detailed Description

This cmdlet returns a list of datastore clusters.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the array of datastore cluster names. The cmdlet will return clusters with these names.

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 (ByValue,
ByProperty
Name)

False

Storage
Policy

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

Accepts VBRViStoragePolicy type.

True

Named

True (ByValue,
ByProperty
Name)

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Return Type

VBRViDatastoreCluster

Related Commands

Get-VBRServer