Skip to content

Stop SdnEtwTraceCapture

github-actions edited this page Jan 26, 2023 · 5 revisions

Stop-SdnEtwTraceCapture

SYNOPSIS

Start ETW Trace capture based on Role

SYNTAX

Stop-SdnEtwTraceCapture [-Role] <SdnRoles> [[-Providers] <String>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Role

The SDN Roles

Type: SdnRoles
Parameter Sets: (All)
Aliases:
Accepted values: Gateway, NetworkController, Server, LoadBalancerMux

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Providers

Allowed values are Default,Optional And All to control what are the providers needed

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: Default
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Documentation

How To Guides:

Troubleshooting Guides

Learning

Functions

Clone this wiki locally