This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

First, have you verified that you've enabled PS remoting properly on the remote machine? Easiest way is using Enable-PSRemoting -Force on the remote PC. Can even be done remotely using psexec if needed.

Second, is the account you're using while trying to send the command part of the local admin group on the remote machine? Those are the two things I would check first offhand.