Find-VBRViDatastoreCluster
Short Description
Looks for VMware datastore clusters.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
ServerFind-VBRViDatastoreCluster [-Name <String[]>] -Server <Object> [<CommonParameters>]
-
StoragePolicyFind-VBRViDatastoreCluster [-Name <String[]>] -StoragePolicy <VBRViStoragePolicy> [<CommonParameters>]
Detailed Description
This cmdlet returns a list of VMware datastore clusters.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies an array of datastore cluster names. The cmdlet will return clusters with these names. |
|
False |
Named |
False |
|
Server |
Specifies a host or cluster. The cmdlet will return the datastore clusters created on this host or cluster.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
StoragePolicy |
Specifies the VMware storage policy profile. The cmdlet will return datastores clusters compatible with this profile.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet returns the VBRViDatastoreCluster object that contains a list of VMware datastore clusters.
Examples
Example 1. Looking for VMware Datastores Clusters Connected to Specific ESXi Host
|
This example shows how to look for VMware datastore clusters on the
Perform the following steps:
|
Example 2. Looking for VMware Datastores Clusters Compatible with Specific Storage Policy Profiles
|
This example shows how to get the list of the
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.Find-VBRViStoragePolicyLooks for VMware storage policy profiles.