Skip to content

Instantly share code, notes, and snippets.

View alexinnes's full-sized avatar

Alex Innes alexinnes

  • Glasgow
View GitHub Profile
#
# Ping-Forever.ps1
#
# Modified version of alexinnes/ConstantPingToServer.ps1 (https://gist.github.com/alexinnes/b2076c88700020af3963)
#
[CmdletBinding()]
param(
[Parameter(Mandatory=$true)]
[string]$ComputerName,
[string]$LogDirectory = 'C:\ping logs\'