Stop D365EventTrace - FH-Inway/d365fo.tools GitHub Wiki
Stop an Event Trace session
Stop-D365EventTrace [[-SessionName] <String>] [<CommonParameters>]
Stop an Event Trace session that you have started earlier with the d365fo.tools
Stop-D365EventTrace
This will stop an Event Trace session. It will use the "d365fo.tools.trace" as the SessionName parameter.
Name of the tracing session that you want to stop
Default value is "d365fo.tools.trace"
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: D365fo.tools.trace
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: ETL, EventTracing, EventTrace
Author: Mötz Jensen (@Splaxi)
This cmdlet/function was inspired by the work of Michael Stashwick (@D365Stuff)
He blog is located here: https://www.d365stuff.co/
and the blogpost that pointed us in the right direction is located here: https://www.d365stuff.co/trace-batch-jobs-and-more-via-cmd-logman/