I\'m working on an application to have Powershell embedded in it. I\'m wondering if there is a way I can launch开发者_StackOverflow a separate Powershell command window, and interact with my applicati
I\'m writing a web service that executes powershell scripts (active directory, directory management, etc).
I need CLI for our asp.net mvc application to perform maintenance tasks and some status tasks. I think powershell is designed to provide CLI. But i do not know anything about it other than name.
I\'ve done some work hosting PowerShell and have done a lot of reading but I am seeing strange behavior and it makes me wonder if I do not understand the host like I thought I did.