Get-VBRNASBackup (obsolete)
Short Description
Returns backup files created by the file backup job.
Note |
|
This cmdlet is obsolete. Run the |
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRNASBackup [<CommonParameters>]
-
NameGet-VBRNASBackup -Name <String[]> [<CommonParameters>]
-
IdGet-VBRNASBackup -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns backup files created by the file backup job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of the file backup IDs. The cmdlet will return an array of backup files that are created by this file backup. |
|
True |
Named |
False |
|
Name |
Specifies a name of the file backup job. The cmdlet will return an array of backup files that are created by this file backup job. |
|
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 VBRNASBackup object that contains backup files created by the file backup job.
Examples
Example 1. Getting All Backup Files
|
This command gets all backup files that are created by the file backup jobs. The cmdlet output will contain details of these backup files.
|
Example 2. Getting Backup Files by Name
|
This command gets backup files that are created by the
|
Example 3. Getting Backup Files by ID
|
This command gets backup files that are created by the
|