Get-VBRNASBackupJob (obsolete)
Short Description
Returns file backup jobs.
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-VBRNASBackupJob [<CommonParameters>]
-
NameGet-VBRNASBackupJob -Name <String[]> [<CommonParameters>]
-
IdGet-VBRNASBackupJob -Id <Guid[]> [<CommonParameters>]
Detailed Description
This cmdlet returns file backup jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an ID of a file backup job. The cmdlet will return an array of jobs with the specified ID. |
|
True |
Named |
False |
|
Name |
Specifies a name of a file backup job. The cmdlet will return an array of jobs with the specified name. |
|
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 VBRNASBackupJob object that contains settings of file backup jobs.
Examples
Example 1. Getting all File Backup Jobs
|
This command returns all file backup jobs that are added to the Veeam Backup & Replication infrastructure.
|
Example 2. Getting File Backup Job by Name
|
This command returns the
|
Example 3. Getting File Backup Job by ID
|
This command returns the
|