Get-VBRNASServer
Short Description
Returns file shares that are added to the Veeam Backup & Replication infrastructure.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
This cmdlet provides parameter sets that allow you to:
- Get all file shares that are added to the Veeam Backup & Replication infrastructure.
- Get file shares by the file shares name.
- Get file shares by the file shares ID.
Detailed Description
This cmdlet returns an array of file shares that are added to the Veeam Backup & Replication infrastructure.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
Name | Specifies a name of a file share. The cmdlet will return an array of file shares with the specified name. | String[] | True | Named | False |
|
Id | Specifies an ID of a file share. The cmdlet will return an array of file shares with the specified ID. | Guid[] | True | Named | False |
|
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBRNASServer object that contains settings of file shares added to the Veeam Backup & Replication infrastructure.
Examples
Example 1. Getting All File Shares
This command gets all file shares added to the Veeam Backup & Replication infrastructure. The cmdlet output will contain settings of these file shares.
|
Example 2. Getting File Shares by Name
This command gets a file share by the file share name. The cmdlet output will contain settings of these file shares. |
Example 3. Getting File Share by ID
This command gets file share by the file share ID. The cmdlet output will contain settings of these file shares.
|