Skip to content

Mass Ping utility. Ping lists of hosts to monitor network status.

Notifications You must be signed in to change notification settings

a-abella/Mass-Ping.ps1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mass-Ping.ps1

Mass Ping utility. Ping lists of hosts to monitor network status.

Select target PCs from source files passed as parameters, from Organization Units, or from manual entry. Parses ping output and displays host status.

Organizational Unit graphical selection dialog provided by MicaH's Choose-ADOrganizationaUnit function. https://itmicah.wordpress.com/2016/03/29/active-directory-ou-picker-revisited/

Requirements

  1. ActiveDirectory Powershell module (available in Windows RSAT).
  2. MicaH's ChooseADOrganizationalUnit.ps1 file for dotsourcing. https://itmicah.wordpress.com/2016/03/29/active-directory-ou-picker-revisited/

Usage

  1. Pass a list of hosts from a text file by calling Mass-Ping.ps1 hostlist.txt[,hostlist2.txt]
  2. Call Mass-Ping.ps1 with no parameters to enter interactive mode.
  3. If querying hosts from AD OU, select the OU from the graphical dialog.
  4. Else, enter hostnames or IPs one by one.

Read through script comments for the lines that must be edited to suit your environment.

About

Mass Ping utility. Ping lists of hosts to monitor network status.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published