PowerShell Logo Small

Clear-WebRequestTracingSettings



This is the built-in help made by Microsoft for the command 'Clear-WebRequestTracingSettings', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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] [-WhatIf] [<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

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287843
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.