Get-NetAppHost
Short Description
Returns NetApp storage systems added to Veeam Backup & Replication.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-NetAppHost [-Name <String[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns NetApp storages added to Veeam Backup & Replication. 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 |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Name |
Specifies an array of storage names. The cmdlet will return storage systems with these names. |
String[] |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Getting All NetApp Storage Systems
|
This command returns all NetApp storage systems.
|
Example 2. Getting NetApp Storage System by Name
|
This command returns a NetApp storage by name.
|