Edit

Share via


Disable-WebRequestTracing

Disables request tracing for a website.

Syntax

Default (Default)

Disable-WebRequestTracing
    [[-Name] <String>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Disable-WebRequestTracing cmdlet disables request tracing for the specified website, but does not remove request tracing settings.

Examples

Example 1: Disable request tracing for the default website

IIS:\> Disable-WebRequestTracing -Name "Default Web Site"

This command disables request tracing for the default website.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Specifies the name of site for which request tracing is disabled.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Notes

  • You can use the Clear-WebRequestTracingSetting cmdlet to remove request tracing settings.