I have a couple PowerShell scripts that just do a simple check for a particular log. I've been looking for clear understanding of the result of executing the script locally or remotely. The posts and admin guides say the remote puts the script on the remote server and runs it there, the local says it runs the script locally. My question is when you run it locally and have a remote node assigned to the monitor, does it actually pull the results of the script from the remote server? I ask because I ran it both ways and got different data back and it made me question whether it was actually running the script against the remote server.
↧