Reset-WASComputer

Reset-WASComputer

Drops a computer from all running job instances.

構文

Parameter Set: Default
Reset-WASComputer [-Computer] <WASComputer[]> [ <CommonParameters>]

詳細説明

The Reset-WASComputer cmdlet drops a computer from all running job instances. When you drop a computer from a job, the job continues to run on other computers. The Computer parameter is required. Use Get-WASComputer to get the computer object.

パラメーター

-Computer<WASComputer[]>

Specifies the computer that you want to drop. Use Get-WASComputer to get the computer object.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

true (ByValue)

ワイルドカード文字を許可する

false

<CommonParameters>

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

入力

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

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1

Gets the test computer named "TestComputer1", saves it as a variable, and then resets the computer. This drops it from all running job instances.

PS C:\> $Computer = Get-WasComputer -ComputerName 'TestComputer1'
PS C:\> Reset-WasComputer -Computer $Computer

関連トピック

Get-WASComputer

Windows Assessment Services Technical Reference