This document discusses PowerShell remoting, including reusable sessions, interactive sessions, and running single commands remotely. It covers core remoting commands like New-PSSession and Invoke-Command. The document demonstrates creating reusable sessions to run multiple commands against machines, passing variables to remote hosts, and restricting the commands allowed in an interactive session for security. It provides resources for learning more about PowerShell remoting.