From 3b2e5aafb9f0bbbc6dbf23a59a519289cec6172d Mon Sep 17 00:00:00 2001 From: Jake Bolton Date: Tue, 28 May 2024 20:54:44 -0500 Subject: [PATCH] new ping log history demo --- Pwsh/Web/Start-PingLogLoop.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pwsh/Web/Start-PingLogLoop.ps1 b/Pwsh/Web/Start-PingLogLoop.ps1 index d3cf70d..11fa4cf 100644 --- a/Pwsh/Web/Start-PingLogLoop.ps1 +++ b/Pwsh/Web/Start-PingLogLoop.ps1 @@ -2,6 +2,8 @@ <# .SYNOPSIS repeat pinging until canceled by ctrl+c. Writes to log every iteration. + .NOTES + You can use the same code to write to an excel sheet using the module ImportExcel .EXAMPLE Pwsh> Start-TestConnectionLoop -SleepSeconds 0.1 -Verbose -Targets 'somedoesnotexist.com', 9.12.3.3, 'google.com', 1.1.1.1 Pwsh> Get-Content 'ping-history.csv'