Forum Discussion

Brendan Leddy's avatar
Brendan Leddy
Copper Contributor
May 08, 2017

Creating a website to display Powershell Script Output

Hi all,   I have a quick query, that I'm hoping someone might be able to help me with.   I run a number of powershell scripts weekly (Inactive accounts, DA memebers, etc) and the output of each s...
  • Peter McDonald's avatar
    May 08, 2017
    A quick and easy solution (depending on your security and other requirements) might be to run up an IIS web service and turn on directory browsing, then use convertto-html | out-file to make up some html files for each report with a date stamp. You can then browse to the webservice and see a listing of all the outputs.

    If required you can have a separate script the cleans it up each week or month.

Resources