Share via


Stop-VMTrace

Stop-VMTrace

Stops tracing to file.

構文

Stop-VMTrace [ <CommonParameters>]

詳細説明

The Stop-VMTrace cmdlet stops tracing to a file.

パラメーター

<CommonParameters>

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

入力

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

出力

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

  • System.Object

使用例

Example 1: Stop tracing

This command stops tracing.

PS C:\> Stop-VMTrace 

関連項目

Start-VMTrace