Create a checkpoint of the IntelliTrace file for an Internet Information Services (IIS) web application.
Syntax Checkpoint-WebApplicationMonitoring [-Name] String [-Confirm] [-WhatIf] [CommonParameters] Key -Name String The name of the web application for which to create a checkpoint. This name is listed in IIS Manager. Valid values for this parameter are: -- A web application name. Must be specified as website name/web application name For example, "Default Web Site/WebApp1". -- An IIS path. For example, "IIS:\sites\Default Web Site\WebApp1". -Confirm Prompt for confirmation before executing the command. -WhatIf Describe what would happen if you executed the command, without actually executing the command. CommonParameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -WarningAction, -WarningVariable, -OutBuffer -OutVariable.
Creates a Visual Studio IntelliTrace file without stopping application monitoring.
The IntelliTrace file is created in the output path that you specify in the Start-WebApplicationMonitoring cmdlet.
Examples
Create a checkpoint:
PS C:\> Checkpoint-WebApplicationMonitoring -Name "Default Web Site/WebApp1"
“If you're not making mistakes, then you're not doing anything. I'm positive that a doer makes mistakes” ~ John Wooden
Related PowerShell Cmdlets:
Get-WebApplicationMonitoringStatus - Get the monitoring status of web apps