Stop-VMTrace

Stop-VMTrace

Stops tracing to file.

语法

Stop-VMTrace [ <CommonParameters>]

详细说明

The Stop-VMTrace cmdlet stops tracing to a file.

参数

<CommonParameters>

此 cmdlet 支持常见的参数:-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer 和 -OutVariable。有关详细信息,请参阅 TechNet 上的 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

输入

输入类型是可以传送到 cmdlet 的对象的类型。

输出

输出类型是 cmdlet 发出的对象的类型。

  • System.Object

示例

Example 1: Stop tracing

This command stops tracing.

PS C:\> Stop-VMTrace 

相关主题

Start-VMTrace