Powershell Remoting: Howto Run a Comand on multiple Machines with individual Parameters?
- by icnivad
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