This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-NetAppHost

Short Description

Returns NetApp storage systems added to Veeam Backup & Replication

Applies to

Platform: VMware

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Get-NetAppHost [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

Detailed Description

You can get the list of all NetApp storage systems added to your virtual infrastructure or narrow down the output by storage name.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

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

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Example 1

This command returns all NetApp storage systems.

Get-NetAppHost

Example 2

This command returns a NetApp storage by name.

Get-NetAppHost -Name "NetApp Store"