--- title: "Get-VBRNutanixHost" description: "Returns Nutanix Files storage systems. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns Nutanix Files storage systems." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrnutanixhost.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Storage Systems > Nutanix Files Storage Systems > Get-VBRNutanixHost" dateModified: "2026-08-19" --- # Get-VBRNutanixHost ## Short Description Returns Nutanix Files storage systems. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRNutanixHost [-Name ] [] ``` ## Detailed Description This cmdlet returns Nutanix Files storage systems. You can get the list of all Nutanix Files storage systems added to your virtual infrastructure or narrow down the output by a storage system name. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of storage system names. The cmdlet will return storage systems with these names.

String[]

False

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object The cmdlet returns the `CNutanixHost` object that defines the settings of a Nutanix Files storage system. ## Examples ::: example ### Getting Nutanix Files Storage Systems This command gets Nutanix Files storage systems. ``` Get-VBRNutanixHost -Name "Nutanix Files_host" ``` :::