Feb 23 2018 02:21 AM
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 powershell is to run and display the outputs on the HTML page.
Is this scenario even possible? I'm quite new so can anyone please point me in some direction.
Thank you.
Jude.
Feb 24 2018 07:26 AM
No experience with it my self, but maybe this can help you on the way?
https://hodgkins.io/automating-with-jenkins-and-powershell-on-windows-part-1
Mar 30 2018 04:10 AM
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.
Apr 15 2018 12:20 PM
Hi,
Adam Driscoll have created the UniversalDashboard PowerShell module. It is available in the PowershellGallery. Have a look, it might be the thing you are looking for:
https://www.powershellgallery.com/packages/UniversalDashboard/1.5.3
Cheers
Tore
Jan 28 2020 11:31 AM
Jan 30 2020 04:56 AM