workstation-to-workstation remote PowerShell setup

Most of the workstations involved are Windows 10 but perhaps a few Windows 7.
I want to be able to run PS from one workstation into another.
It appears there are at least a couple of choices to make.
And, it appears there are multiple steps to take to allow it to work.
I’ve not found a roadmap (or set of instructions) that’s very useful.

What tasks are you trying to accomplish?
What have you tried?

Here is a good place to start:

If PoSH is not there by default, you have to install it.
If these are not domain joined systems, the you need to deploy PoSH Remoteing in Workgroup mode.

MS has had a blog since circa 2009 on this workgroup topic.

blogs.msdn.microsoft.com/wmi/2009/07/24/powershell-remoting-between-two-workgroup-machines

Perfect! Thanks.