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
|
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 |
|
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:
- Run the
Get-VBRUnstructuredServerReturns unstructured data sources added to the inventory. cmdlet. Specify theNameparameter value. Save the result to the$serverparameter. - Run the
Get-VBRNASServerPathcmdlet. Set the$servervariable as theServerparameter value.
Related Commands
Get-VBRUnstructuredServerReturns unstructured data sources added to the inventory.