Posted
over 3 years ago
Example : I’d like to ping several servers listed in a servers.txt file : - use get-content <filename> in between brackets after a named parameted : Test-Connection -ComputerName (get-content servers.txt) -Count 1 You can also do the same without...