Quantcast
Channel: /r/powershell – How to Code .NET
Viewing all articles
Browse latest Browse all 8793

Having some real issues with the second hop

$
0
0

Hey guys,

I’m having some real issues here with second hop. Have been googling and trying a bunch of things but keep running into either access denied errors or other stuff. I think I’m approaching this in a too complicated manner and could benefit from your advice.

I want to copy a large folder (200mb+) from my computer to 15 servers in the datacenter. I can do this one by one which takes over 20 minutes (15*200=3000mb), so I was hoping I could copy it to 1 datacenter server and then have that server redistribute it to the others as the server-to-server speed in the DC would reduce the copy speed to a couple seconds.

What’s the easiest way to do it? Is this a good idea to do at all or should I stick to the slow copy and why?

Thanks

submitted by /u/SpiffierGlobe90
[link] [comments]

The post Having some real issues with the second hop appeared first on How to Code .NET.


Viewing all articles
Browse latest Browse all 8793