--- title: "Get-StoragePluginHost" description: "This cmdlet returns Veeam Universal Storage API integrated storages added to Veeam Backup & Replication. You can get the list of all storages or narrow down the output by storage name or storage plugin." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-storagepluginhost.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Storage Systems > Universal Storage API Integrated Systems > Get-StoragePluginHost" dateModified: "2026-08-20" --- # Get-StoragePluginHost ## Short Description Returns Universal Storage API integrated systems. **Platform**: VMware **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License **Storage System**: IBM Spectrum Virtualize, INFINIDAT InfiniBox, Pure Storage ## Syntax ``` Get-StoragePluginHost [-Name ] [-PluginType ] [] ``` ## Detailed Description This cmdlet returns Veeam Universal Storage API integrated storages added to Veeam Backup & Replication. You can get the list of all storages or narrow down the output by storage name or storage plugin. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

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

String[]

False

Named

False

PluginType

Specifies the storage Plug-in. The cmdlet will return storage systems added to Veeam Backup & Replication over this Plug-in.

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). ## Examples ::: example ### Example 1. Getting All Storage Systems This command returns all storage systems added to Veeam Backup & Replication. ``` Get-StoragePluginHost ``` ::: ::: example ### Example 2. Getting Storage Systems by Name This command returns storage systems by name. ``` Get-StoragePluginHost -Name "IBM Spectrum" ``` ::: ::: example ### Example 3. Getting All Storage Systems by Associated Storage Plug-in This command returns storage systems by the associated storage plug-in. ``` Get-StoragePluginHost -PluginType "Ibm" ``` ::: ## Related Commands [`Get-StoragePluginHost`](get-storagepluginhost.md)