Get-VBRNASServerPath

Short Description

Returns files paths to NFS network shared folders.

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

Syntax

Get-VBRNASServerPath -Server <VBRUnstructuredServer> [<CommonParameters>]

Detailed Description

This cmdlet returns files paths to NFS network shared folders.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Server

Specifies NFS network shared folders. The cmdlet will return file paths to these shared folders.

Accepts the VBRUnstructuredServer object. To create this object, run the Get-VBRUnstructuredServerReturns unstructured data sources added to the inventory. cmdlet.

VBRUnstructuredServer

True

Named

True (ByPropertyName, ByValue)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

The cmdlet returns the VBRNASServerPath object that contains settings returns files paths to NFS network shared folders.

Examples

Getting Files Paths to NFS Network Shared Folders

This example shows how to get file path to the \\LinuxSRV2049\November share folder.

$server = Get-VBRUnstructuredServer -Name "\\LinuxSRV2049\November"

Get-VBRNASServerPath -Server $server

Perform the following steps:

  1. Run the Get-VBRUnstructuredServerReturns unstructured data sources added to the inventory. cmdlet. Specify the Name parameter value. Save the result to the $server parameter.
  2. Run the Get-VBRNASServerPath cmdlet. Set the $server variable as the Server parameter value.

Get-VBRUnstructuredServerReturns unstructured data sources added to the inventory.

Page updated 2026-08-19

Page content applies to build 13.1.1.18