--- title: "Get-VBRNASBackupJob (obsolete)" description: "This cmdlet returns file backup jobs." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrnasbackupjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Get-VBRNASBackupJob (obsolete)" dateModified: "2026-08-19" --- # Get-VBRNASBackupJob ## Short Description Returns file backup jobs. ::: note This cmdlet is obsolete. Run the [`Get-VBRUnstructuredBackupJob`](get-vbrunstructuredbackupjob.md) cmdlet instead. ::: **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
Name
Id
|
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 |