Get-VBRNASServer (obsolete)
Short Description
Returns file shares that are added to the Veeam Backup & Replication infrastructure.
Note |
|
This cmdlet is obsolete. Run the Get-VBRUnstructuredServerReturns unstructured data sources added to the inventory. cmdlet instead. |
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRNASServer [<CommonParameters>]
-
NameGet-VBRNASServer -Name <String[]> [<CommonParameters>]
-
IdGet-VBRNASServer -Id <Guid[]> [<CommonParameters>]
-
SANEntityGet-VBRNASServer -SANEntity <VBRSANEntity[]> [<CommonParameters>]
-
BackupGet-VBRNASServer [-Backup <VBRNASBackup>] [<CommonParameters>]
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 |
|---|---|---|---|---|---|
|
Backup |
Specifies a backup. The cmdlet will return an array of file shares protected with this backup.
Accepts the |
|
False |
Named |
False |
|
Id |
Specifies an ID of a file share. The cmdlet will return an array of file shares with the specified ID. |
|
True |
Named |
False |
|
Name |
Specifies a name of a file share. The cmdlet will return an array of file shares with the specified name. |
|
True |
Named |
False |
|
SANEntity |
Specifies a name of an enterprise NAS system. The cmdlet will return an array of file shares residing on this NAS system.
Accepts the |
|
True |
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 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 the
|
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.
|
Example 4. Getting File Share by Backup
|
This example shows how to get the
Perform the following steps:
|
Related Commands
Get-VBRNASBackupReturns backup files created by the file backup job. This cmdlet is obsolete. Run the Get-VBRUnstructuredBackup cmdlet instead.