Simple HTTP api for Executing PowerShell Scripts
[Based on the feedback, I've renamed this to HTTP] There may be scenarios where you don’t need the full interactive experience of PowerShell remoting over PSRP (PowerShell Remoting Protocol), or have the need to execute some PowerShell scripts from a non-Windows system. You could directly code against WS-Man as I’ve blogged ...