--- title: "Add-VBRNutanixHost" description: "This cmdlet adds Nutanix Files storage systems to the backup infrastructure. When you add storage systems to your backup infrastructure, Veeam Backup & Replication performs rescan of storage systems." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrnutanixhost.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Storage Systems > Nutanix Files Storage Systems > Add-VBRNutanixHost" dateModified: "2026-08-19" --- # Add-VBRNutanixHost ## Short Description Adds Nutanix Files storage systems to the backup infrastructure. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AddCredentials
Credentials
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credentials |
Specifies the credentials that you want to use for authentication to the storage system. Accepts the |
|
True |
Named |
False |
|
Description |
Specifies a description of the storage system. |
|
False |
Named |
False |
|
Force |
Defines that the cmdlet will add the storage system without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Name |
Specifies a storage system IP address or DNS name. |
|
True |
Named |
False |
|
NASCreateRulesAutomatically |
Defines that the cmdlet will allow Veeam Backup & Replication to automatically create required SMB and NFS export rules in the storage system. If you provide this parameter, the rules will be created automatically in case the proxies are unavailable. If you do not provide the parameter and use the NFS protocol, the rules will not be created, and you must create the rules manually in the Nutanix Files storage system. For the SMB protocol, no actions are required. |
|
False |
Named |
False |
|
NASNFS |
Defines that the storage system will work over the NFS protocol. |
|
False |
Named |
False |
|
NASProxy |
Specifies the array of proxies you want to use. Accepts the |
False |
Named |
False |
|
|
NASSMB |
Defines that the storage system will work over the SMB protocol. |
|
False |
Named |
False |
|
Password |
Specifies the password you want to use for authentication to the storage system. |
|
True |
Named |
False |
|
Port |
Specifies the port used to connect to the storage system. |
|
False |
Named |
False |
|
SkipRescan |
Defines that the cmdlet will not start storage rescan automatically after you add storage systems to the backup infrastructure. |
|
False |
Named |
False |
|
UserName |
Specifies the user name that you want to use for authentication to the storage system. |
|
True |
Named |
False |