About 50 results
Open links in new tab
  1. [MS-NETOD]: .NET Remoting | Microsoft Learn

    May 30, 2019 · The .NET remoting framework supports two transport protocols, namely TCP and HTTP, but a user can add any transport to the .NET remoting stack. The .NET remoting core protocol ([MS …

  2. PowerShell remoting - PowerShell | Microsoft Learn

    Feb 6, 2026 · One-to-many remoting While you might occasionally need to perform tasks interactively on a remote computer, PowerShell remoting becomes more powerful when you simultaneously execute …

  3. PowerShell Remoting FAQ - PowerShell | Microsoft Learn

    This is known as the "fan-in" configuration. PowerShell remoting supports both fan-out and fan-in configurations. For the fan-out configuration, PowerShell uses the Web Services for Management …

  4. System.Runtime.Remoting Namespace | Microsoft Learn

    Provides classes and interfaces that allow developers to create and configure distributed applications. Some of the more important classes of the System.Runtime.Remoting namespace are the …

  5. Running Remote Commands - PowerShell | Microsoft Learn

    Dec 9, 2025 · You can run commands on one or hundreds of computers with a single PowerShell command. Windows PowerShell supports remote computing using various technologies, including …

  6. Using WS-Management (WSMan) Remoting in PowerShell

    Dec 9, 2025 · WSMan remoting isn't supported on non-Windows platforms Since the release of PowerShell 6, support for remoting over WS-Management (WSMan) on non-Windows platforms is …

  7. Enable-PSRemoting (Microsoft.PowerShell.Core) - PowerShell

    To enable and disable PowerShell remoting endpoints that are hosted by Windows PowerShell, run the Enable-PSRemoting cmdlet from within a Windows PowerShell session.

  8. about_Remote - PowerShell | Microsoft Learn

    Sep 29, 2025 · For information about how remoting works, how to manage remote data, special configurations, security issues, and other frequently asked questions, see PowerShell Remoting …

  9. Security Considerations for PowerShell Remoting using WinRM

    Dec 9, 2025 · PowerShell Remoting is the recommended way to manage Windows systems. PowerShell Remoting is enabled by default in Windows Server 2012 R2 and higher. This document covers …

  10. IpcChannel Class (System.Runtime.Remoting.Channels.Ipc)

    Provides a channel implementation that uses the IPC protocol to transmit messages.