Get-ThinkSystemHost

Short Description

Returns ThinkSystem storage systems added to the backup infrastructure.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-ThinkSystemHost [-Name <string[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns the list of all ThinkSystem storage systems added to the backup infrastructure or narrow down the output by a storage name.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

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 ThinkSystem Storage Systems

This command returns all ThinkSystem storage systems.

Get-ThinkSystemHost

Example 2. Getting ThinkSystem Storage Systems by Name

This command returns a ThinkSystem storage by name.

Get-ThinkSystemHost -Name "ThinkSystem Store"