Hi!
I need to copy machine.config (from all .net versions installed) from approximately 30 servers to a shared folder. Like this:
C:\share\server1\v1.1.4322\machine.config
C:\share\server1\v4.0.30319\machine.config
C:\share\server2\v1.1.4322\machine.config
C:\share\server2\v2.0.50727\machine.config
and so on...
PSRemoting is not implemented. I don't have any code and im a newbie to PS. Thanks!