This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRFiler

Short Description

Returns enterprise NAS systems added as file shares to the backup infrastructure.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get all enterprise NAS systems added to the backup infrastructure.

Get-VBRFiler  [<CommonParameters>]

  • Get enterprise NAS systems by the NAS system name.

Get-VBRFiler -Name <string[]>  [<CommonParameters>]

  • Get enterprise NAS systems by the NAS system ID.

Get-VBRFiler -Id <guid[]>  [<CommonParameters>]

Detailed Description

This cmdlet returns an array of enterprise NAS systems added to the backup infrastructure.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of names of enterprise NAS systems. The cmdlet will return an array of the enterprise NAS systems with the specified name.

String[]

True

Named

False

Id

Specifies an array of IDs of enterprise NAS systems. The cmdlet will return an array of the NAS filers 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 VBRFiler object that defines the settings of the enterprise NAS system added as a file share to the backup infrastructure.

Examples

Get-VBRFilerExample 1. Getting All Enterprise NAS Systems Added to Veeam Backup & Replication Infrastructure

Get-VBRFilerExample 2. Getting Enterprise NAS System by Name

Get-VBRFilerExample 3. Getting Enterprise NAS System by ID