/get-ping-status

Powershell script to ping computers and output into Excel

Primary LanguagePowerShell

get-ping-status

SYNOPSIS

Ping workstations and report results in file. Contains both Excel and non-Excel versions.

PARAMETER

-targets The file to be used which lists hosts to ping. File should be in text format with single FQDN server name on each line -outputDest Specify a destination folder where the report will be saved Do not include a trailing slash

DESCRIPTION

Loops through array of computers and tests network connectivity via WMI ping. Results are reported into an Excel worksheet in real time or a csv file depending on version used.