--- title: "Set-VBRNasFilerNFSServer" description: "This cmdlet modifies settings of NFS shared folders located on an enterprise NAS system and added to the inventory. You can either specify the cache repository manually or make the file share to inherit cache repository settings from the..." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/set-vbrnasfilernfsserver.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Unstructured Data Backup > Working with Unstructured Data Source > Adding Enterprise Storage System as NAS Filer > Set-VBRNasFilerNFSServer" dateModified: "2026-08-20" --- # Set-VBRNasFilerNFSServer ## Short Description Modifies settings of NFS shared folders located on an enterprise NAS system and added to the inventory. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
OverwriteSettings
InheritSettings
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
BackupIOControlLevel |
Specifies a speed that Veeam Backup & Replication will use to read data from the file server. You can specify either of the following speed:
|
|
False |
Named |
False |
|
CacheRepository |
Specifies a cache repository. The cmdlet will set this repository as a cache repository for the NFS file share. Accepts the |
|
False |
Named |
False |
|
Encoding |
Specifies encoding for the NFS file share. You can specify one of the following values:
|
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will modify settings of NFS shared folders without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
InheritSettingsFromFiler |
Defines that the NFS file share will inherit settings of the enterprise NAS system. If you provide this parameter, the cmdlet will inherit cache settings, throttling settings and credentials. Note: You must provide the |
|
True |
Named |
False |
|
MetaMigrationType |
Specifies how the cmdlet will migrate metadata. You can use one of the following options:
|
|
False |
Named |
False |
|
RetrievalSettings |
Specifies the retrieval policy settings. The cmdlet will use these settings to retrieve data from archive repositories. Accepts the |
|
False |
Named |
False |
|
Server |
Specifies an NFS file share. The cmdlet will modify settings for this file share. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |