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