Get-VBRNutanixVolume
Short Description
Returns all volumes of the specified Nutanix Files storage systems.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRNutanixVolume [-Name <String[]>] [-Host <CNutanixHost[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns Nutanix Files volumes added to the backup infrastructure.
Tip |
|
Run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Host |
Specifies a storage system. The cmdlet will return an array of volumes added to that storage system.
Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies an array of volume names that you want to get. The cmdlet will return volumes with these names. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the CSanVolume object that defines volume settings.
Examples
Getting Nutanix Files Volumes
This command gets Nutanix Files volumes.
|
Get-VBRNutanixVolume -Name "VOL01" |