Hello my name is Kevin Johnson and I am a freelance software developer. To see all of my work you can visit my website www.greyboxsoftwaresolutions.com
The following is a PowerShell script that demonstrates multi-processing in PowerShell. This script is very simple and what I mean by that is, all it does is ping a list of computers.
However, the point of this script is to not be complex however it is to be informative.
Some things to note about this script is that
- Yes I know there are many ways to simplify this script
To see my full blog entry on this you can view my post on my webisite at http://www.greyboxsoftwaresolutions.com/2016/05/multi-processing-ping-script/