Find-VBRDatastore (obsolete)
Short Description
Returns a list of VMware datastores connected to the specified ESXi host.
Note |
This cmdlet is obsolete. The cmdlet still works, but it is recommended to rewrite your scripts using the Find-VBRViDatastore cmdlet. |
Applies to
Platform: VMware
Syntax
Find-VBRDatastore -Server <CHost> [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns a list of all datastores connected to the specified ESXi host.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Server | Specifies the ESXi host you want to get the list of the connected datastores of. | Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet. | True | 1 | True (ByValue, |
Name | Specifies the name of the datastore you want to get, or search conditions. You can specify multiple names separated by commas. | String[] | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Getting Specific Datastore on Server
This example shows how to look for the Store 04 datastore on server named VMwareHost.
Perform the following steps:
|
Example 2. Getting All Datastores on Server
This example shows how to look for all datastores located on the VMwareHost server.
Perform the following steps:
|
Related Commands