--- title: "Add-VBRFiler" description: "This cmdlet adds an enterprise NAS system as a file share to the inventory." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrfiler.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Unstructured Data Backup > Working with Unstructured Data Source > Adding Enterprise Storage System as NAS Filer > Add-VBRFiler" dateModified: "2026-08-19" --- # Add-VBRFiler ## Short Description Adds an enterprise NAS system as a file share to the inventory. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
AddCredentials
Credentials
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
AccessCredentials |
Specifies credentials that the cmdlet will use to authenticate against the enterprise NAS system. |
|
True |
Named |
False |
|
BackupIOControlLevel |
Specifies a speed that Veeam Backup & Replication will use to read data from the file server. You can specify one of the following speed:
|
|
False |
Named |
False |
|
CacheRepository |
Specifies the cache repository. Veeam Backup & Replication will keep the .VCACHE files on this repository. Accepts the |
|
True |
Named |
False |
|
EnableSnapDiff |
Use this parameter for Dell PowerScale (formerly Isilon) storages only. Defines that during the file backup jobs Veeam Backup & Replication will use the file change tracking technology provided by the NAS manufacturer. |
|
False |
Named |
False |
|
Password |
Specifies the password. The cmdlet will use this password to authenticate against the enterprise NAS system. |
|
True |
Named |
False |
|
StorageServer |
Specifies the storage server where the file share is located. The cmdlet will add this storage server as a file share to the inventory. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
User |
Specifies the user name. The cmdlet will apply this user name to authenticate against the enterprise NAS system. |
|
True |
Named |
False |