diff --git a/Diagnostics/ExTRA/ExTRA.ps1 b/Diagnostics/ExTRA/ExTRA.ps1 index 924e5b40f8..692d1a828b 100644 --- a/Diagnostics/ExTRA/ExTRA.ps1 +++ b/Diagnostics/ExTRA/ExTRA.ps1 @@ -8,7 +8,11 @@ param( . $PSScriptRoot\GetTagsFromFileContent.ps1 function ShowCommandToHost { - Write-Host "The trace can be created, started, and stopped from the command line or PowerShell" + Write-Host "The trace can be created, deleted, started, and stopped from the command line or PowerShell" + Write-Host + Write-Host "To delete a previously created data collector set:" + Write-Host + Write-Host "logman delete ExchangeDebugTraces" -ForegroundColor Green Write-Host Write-Host "To create a data collector which is non-circular and stops at 1 GB:" Write-Host diff --git a/Diagnostics/ExTRA/ui.html b/Diagnostics/ExTRA/ui.html index c13921a365..5c9b122fa8 100644 --- a/Diagnostics/ExTRA/ui.html +++ b/Diagnostics/ExTRA/ui.html @@ -89,7 +89,11 @@
Tags
- \ No newline at end of file +