Skip to content

A PowerShell function that checks if a host is reachable via the Test-Connection function. When the host is determined reachable a song is played.

Notifications You must be signed in to change notification settings

timway/powershell-alert-reachability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

powershell-alert-reachability

A PowerShell function that checks if a host is reachable via the Test-Connection function. When the host is determined reachable a song is played.

install this script so it is loaded automatically

If you want to have this function available on each load of PowerShell you can add it to your user's profile. To do this here are a few steps you can do:

if (!(Test-Path -Path $PROFILE )) { New-Item -Type File -Path $PROFILE -Force }
ise $PROFILE

About

A PowerShell function that checks if a host is reachable via the Test-Connection function. When the host is determined reachable a song is played.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published