Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

locally run script into running on multiple server

$
0
0

Hi,

 

I have a PS v2 script that was created to run against one server at a time. Its used as a quality control to check if it server installed properly. Mainly does validation with if statements and displays result on console and writes result to file locally also. I would like to be able to run this script from one place against 300 previously built server. I tried creating a for loop with input file to get server list, but something is wrong as i believe it is just running the script against the local server only. Any advice would be appreciated.

 

Thanks


Viewing all articles
Browse latest Browse all 6937

Trending Articles