Invoke-Piper: Forward local or remote tcp ports through SMB pipes

Piper Forward local or remote tcp ports through SMB pipes. Download git clone https://github.com/p3nt4/Invoke-Piper.git EXAMPLES Local port forwarding through pipe testPipe: -L 33389:127.0.0.1:3389 SERVER: Invoke-PiperServer -bindPipe testPipe -destHost 127.0.0.1 -destPort 3389 CLIENT: net use \\serverIP...