On Windows 7 and later releases of the Operating System, it is possible to use PowerShell Remoting.
This service provides the user with PowerShell terminals and allows him to execute PS scripts on remote computers. Once the connection to the remote computer is established, all PS feature are available, like to mount network shares or installing software from the command line.
From now on, the machine which will issue the PowerShell commands will be called ‘Client’, while the one which will execute the commands will be called ‘Server’.
source: www.praim.com