Get-VMHostCluster

Get-VMHostCluster

Gets virtual machine host clusters.

構文

Parameter Set: CimSession
Get-VMHostCluster [-CimSession] <CimSession[]> [ <CommonParameters>]

Parameter Set: ClusterName
Get-VMHostCluster [-ClusterName] <String[]> [[-Credential] <PSCredential[]> ] [ <CommonParameters>]

詳細説明

The Get-VMHostCluster cmdlet gets VMHostCluster objects.

パラメーター

-CimSession<CimSession[]>

リモート セッションまたはリモート コンピューターでコマンドレットを実行します。コンピューター名またはセッション オブジェクト (New-CimSession コマンドレットや Get-CimSession コマンドレットの出力など) を入力します。既定値は、ローカル コンピューター上の現在のセッションです。

Aliases

none

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

true(ByPropertyName)

ワイルドカード文字の受け入れ

false

-ClusterName<String[]>

Specifies an array of names of the virtual machine host clusters that this cmdlet gets.

Aliases

none

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

true(ByValue)

ワイルドカード文字の受け入れ

false

-Credential<PSCredential[]>

Specifies one or more user accounts that have permission to perform this action. The default is the current user.

Aliases

none

必須/オプション

false

位置

2

既定値

none

パイプライン入力の受け入れ

true(ByValue)

ワイルドカード文字の受け入れ

false

<CommonParameters>

このコマンドレットは共通のパラメーターをサポートしています(-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、および -OutVariable)。詳細については、TechNet の「 「about_CommonParameters」 (https://go.microsoft.com/fwlink/p/?LinkID=113216) を参照してください。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

  • Microsoft.HyperV.PowerShell.VMHostCluster

    This cmdlet returns a VMHostCluster object.

使用例

Example 1: Get a virtual machine host cluster

This command gets the VMHostCluster object for the cluster named ContosoCluster.

PS C:\> Get-VMHostCluster -ClusterName "ContosoCluster"

関連項目

Set-VMHostCluster