PSNamedPipes icon indicating copy to clipboard operation
PSNamedPipes copied to clipboard

Asynchronous named pipe module for PowerShell

NamedPipeClient & NamedPipeServer

Build status

PowerShell v5 class wrappers around [System.IO.Pipes.NamedPipeClientStream] and [System.IO.Pipes.NamedPipeServerStream] that implement asynchronous communication using named pipes.

Usage

Demo gif