Get-VBRFiler

Short Description

Returns enterprise NAS systems added as file shares to the inventory.

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 inventory.

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 inventory.

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 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 inventory.

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

Page updated 4/29/2024

Page content applies to build 12.3.1.1139