Good afternoon, RoryA kindly provided me with the following function to determine the IP address of a remote host, but whilst it works happily for Windows hosts, it doesn't work for Linux ones.
Function fWMIGetIPAddress(strComputer As String) As String
Dim objWMIService, colItems, objItem...