ASP.NET PowerShell Impersonation
- by Ben
I have developed an ASP.NET MVC Web Application to execute PowerShell scripts.
I am using the VS web server and can execute scripts fine.
However, a requirement is that users are able to execute scripts against AD to perform actions that their own user accounts are not allowed to do.
Therefore I am using impersonation to switch the identity…