PowerShell Newbie; How to remotely execute commands

How to I get Windows Servers to respond to remote PowerShell Requests? What setting do I need to set?

The error I get is:
This operation might require other privileges

Look into “Secrets of PowerShell Remoting,” here on our Resources > eBooks menu (it’s free). However, it’s possible that the task you tried to perform requires permissions or privileges that you don’t have.

Thank you Don Jones for your prompt reply. You come highly recommended by Jason Helmick and Jeffrey Snover. They have recommended chapter 9 of your “Lunches” book.

Thank you for the ebook refrence. I think I solved my problem: “PowerShell is not Installed on the remote computer”.

When I run the powershell command in the cmd utility it gives me an error:
‘powershell’ is not recognized as an internal or external command,
operable program or batch file.

Also PowerShell does not exist in the Accessories Folder.

Thank you again.