There are a number of ways to pass the names of the local machine into a script or function:
use the actual name
use the IP address (if the processing in the script can work with IP addresses)
use 127.0.0.1 – the loop back address (if the… Read the full text.