Powershell Remoting: Howto Run a Comand on multiple Machines with individual Parameters?

Posted by icnivad on Server Fault See other posts from Server Fault or by icnivad
Published on 2010-03-25T22:27:25Z Indexed on 2010/03/25 22:33 UTC
Read the original article Hit count: 388

Filed under:
|

For example:

Lets say i have 10 servers (Server 1-Server10) and a csv list where i have the servernames and a individual Foldername/Path for each server.

How would i create these Folders on each machine?

a) Open all 10 connections and run a command based on the csv ? b) stepping through 1by1

Please point me to the most effective way

© Server Fault or respective owner

Related posts about powershell

Related posts about remoting