Skip to content

Commit

Permalink
Update Start-ScomETLTrace.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
x-limitless-x authored Jul 19, 2021
1 parent 0bfcf00 commit 94946c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Powershell/SCOM ETL Trace/Start-ScomETLTrace.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ exit 0
if ($NetworkTrace)
{
Time-Stamp
write-host " Stopping any existing Network Trace" -ForegroundColor Gray
write-host " Stopping any existing Network Trace" -ForegroundColor Gray -NoNewline
do { Write-Host "." -NoNewline -ForegroundColor DarkCyan; sleep 1 }
until (Netsh trace stop)
}
Expand Down

0 comments on commit 94946c6

Please sign in to comment.