Forum Discussion
Jude Perera
Feb 23, 2018Copper Contributor
HTML and background Powershell running
Hi team,
I would like some guidance over the below requirement. I want to have a HTML page, and inside the HTML page there will be some powershell commands running at a given interval. The powe...
Carl in t Veld
Mar 30, 2018Copper Contributor
One setup I can think of is building a simple ASP.NET website that runs your required PowerShell commands server-side. You can then easily route back the output of the PowerShell commands towards the ASP.NET server-side http request pipeline.