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:
- 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 | Accept |
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, | False |
Storage | Specifies the VMware storage policy profile. The cmdlet will return datastores clusters compatible with this profile. Accepts VBRViStoragePolicy type. | True | Named | True (ByValue, | 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
Related Commands