About 172,000 results
Open links in new tab
  1. Running Remote Commands - PowerShell | Microsoft Learn

    Mar 24, 2025 · Using the WS-Management protocol, Windows PowerShell remoting lets you run any Windows PowerShell command on one or more remote computers. You can establish …

  2. Enter-PSSession: Running Remote Commands in Interactive Shell

    Mar 15, 2024 · Enter-PSSession cmdlet allows you to establish a persistent interactive PowerShell session with a remote computer. All commands you enter in your command …

  3. How to Run PowerShell Commands on Remote Computers

    Jul 20, 2017 · PowerShell Remoting lets you run PowerShell commands or access full PowerShell sessions on remote Windows systems. It’s similar to SSH for accessing remote terminals on …

  4. Enter-PSSession Cheat Sheet - Enter-PSSession Command Line …

    Mar 2, 2025 · PowerShell’s Enter-PSSession cmdlet is an invaluable tool for remote administration, allowing you to open an interactive session on a remote computer as if you …

  5. Using Remoting in PowerShell: Complete Guide to Enable …

    PowerShell Remoting uses the WS-Management protocol and Windows Remote Management (WinRM) service to establish connections between computers. It allows you to run PowerShell …

  6. How to Run PowerShell Script on Remote Computers - TheITBros

    If you need to run commands or scripts against one or more remote computers, you can use PowerShell Remoting. In this article, we will look at several examples of how to use …

  7. PowerShell to Connect to Remote Computer: A Quick Guide

    Discover how to use PowerShell to connect to remote computer effortlessly. This concise guide reveals essential commands and tips for smooth connectivity. To connect to a remote …

  8. Enter-PSSession (Microsoft.PowerShell.Core) - PowerShell

    The Enter-PSSession cmdlet starts an interactive session with a single remote computer. During the session, the commands that you type run on the remote computer, just as if you were …

  9. PowerShell Remoting in a Workgroup Environment: A Step-by …

    Apr 3, 2025 · As with a domain-joined PC, the first step is to enable PowerShell remoting on the remote machine. Open an elevated PowerShell session and run the following command: …

  10. Enter-PSsession: Run PowerShell Remote Commands

    Jul 21, 2023 · Enter-PSSession is a cmdlet that initiates an interactive session with a remote system. It uses the Windows Remote Management (WinRM) service to connect with the target …