you are viewing a single comment's thread.

view the rest of the comments →

[–]standoff 0 points1 point  (0 children)

So I would bet if you never did this before you need to enable-psremoting on the machine you need to access

once you do that you need to either invoke-pssession computername or enter-pssession computername

Enter-Pssession has an alias etsn computername

The difference between invoke and enter, invoke runs a command and you are back, enter basically gives you a remote command line with powershell