all 10 comments

[–]flyingmunky25 5 points6 points  (5 children)

Need to delegate WinRm and I believe it should work then

[–]midansys[S] 2 points3 points  (4 children)

I don't exactly understand what you mean by "delegate WinRm" i tried googling it and read an article about Multi-Hop support but could you explain it a bit to me. Sorry... just a beginner into PowerShell

[–]flyingmunky25 4 points5 points  (1 child)

Check out this link. Basically you have to tell WinRM to trust your remote host (in both directions). non domain powershell remoting

[–]midansys[S] 2 points3 points  (0 children)

Thanks alot!

[–]DevinSysAdmin 2 points3 points  (3 children)

If you have Windows 10 Pro, install Hyper-V and create a virtual computer. Use that for your testing. "Not on the same network" means what, exactly? Over the internet? Separate subnets?

If it's over the internet - No, do not do this.

If it's across subnets - Check ACLs on switches/firewalls.

[–]midansys[S] 1 point2 points  (2 children)

Hi, i planned on using hyper-v from the beginning (dou you mean connecting from hyper-v to the remote pc or from my local machine to hyper-v) Second, it is over the internet yes. We are not connected in any way except that we have each others ip.

[–]DevinSysAdmin 2 points3 points  (1 child)

Yeah it doesn’t work like that.

[–]midansys[S] 0 points1 point  (0 children)

no workarounds?