concept remote computer in category powershell

This is an excerpt from Manning's book Windows PowerShell in Action, Third Edition.
The core of PowerShell remoting is Invoke-Command (aliased to icm). This command allows you to invoke a block of PowerShell script on the current computer, on a remote computer, or on a thousand remote computers. Let’s see some of this in action. Microsoft releases patches for Windows on a regular basis. Some of those patches are critical, in that they resolve security-related issues, and as an administrator you need to be able to test if the patch has been applied to the machines for which you’re responsible. Checking a single machine is relatively easy—you can use the Windows update option in the control panel and view the installed updates as shown in figure 1.2.

This is an excerpt from Manning's book PowerShell Deep Dives.
WinRM has to spin up a runspace (a PowerShell process) on the remote computer. That includes setting several options for locale, timing, and so on, as shown in figure 7.
The technology called Performance Logs and Alerts (PLA) is both a protocol and a software component for logging diagnostic data on remote computers or on local computers as well. The software component is a set of DCOM interfaces. To summarize, PLA allows you to