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。如需詳細資訊,請參閱 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