Writing your own PowerShell Hosting App (Part 3)
In the last post we started building the app, but ran into a problem with output. We were able to get output from some scripts (dir, for example, gave incomplete output), but others didn’t give us anything useful at all (get-service, returned “System.ServiceProcess.ServiceController” over and over). The reason for this is simple. PowerShell cmdlets (and …
Continue reading ‘Writing your own PowerShell Hosting App (Part 3)’ »