PowerShell Logo Small

Clear-WebRequestTracingSettings



This is the built-in help made by Microsoft for the command 'Clear-WebRequestTracingSettings', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Clears the Request Tracing configuration from the specified Web site.

SYNTAX


Clear-WebRequestTracingSettings [[-Name] <String>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Clears Request Tracing settings from the specified Web site. It also disables Request Tracing for the site. This command is identical to
ClearWebRequestTracingSetting, which is preferred.



<

RELATED LINKS

Disable-WebRequestTracing
Clear-WebRequestTracingSetting

REMARKS

<

Examples


-------------- EXAMPLE 1: Removing Request Tracing from the Default Web Site --------------

IIS:\>Clear-WebRequestTracingSettings -Name "Default Web Site"



Demonstrates how to remove Request Tracing from the Default Web Site.