Skip to content

Commit 94946c6

Browse files
Update Start-ScomETLTrace.ps1
1 parent 0bfcf00 commit 94946c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Powershell/SCOM ETL Trace/Start-ScomETLTrace.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ exit 0
444444
if ($NetworkTrace)
445445
{
446446
Time-Stamp
447-
write-host " Stopping any existing Network Trace" -ForegroundColor Gray
447+
write-host " Stopping any existing Network Trace" -ForegroundColor Gray -NoNewline
448448
do { Write-Host "." -NoNewline -ForegroundColor DarkCyan; sleep 1 }
449449
until (Netsh trace stop)
450450
}

0 commit comments

Comments
 (0)