"192.168.1.100" , "machine2" | foreach-object {([wmiClass] "\\$_\ROOT\CIMV2:win32_process" ).Create( "calc" )} So what does this do? Well first of all it takes in a list of machines, in this case 2, one specified by name, and one by IP, then pipes that
Read More...