Tag Archives: ConvertTo-HTML

The PowerShell Morning Report

I love how easy it is to manage computers with Windows PowerShell. It is a great reporting tool, but often I find people getting locked into one approach. I’m a big believer in flexibility and re-use and using objects in … Continue reading

Posted in PowerShell, Scripting, Windows 7, Windows Server, WMI | Tagged , , , , , | 3 Comments

Create a Master PowerShell Online Help Page

As I hope you know, PowerShell cmdlets can include links to online help. This is very handy because it is much easier to keep online help up to date. To see online help for a cmdlet use the -online parameter. … Continue reading

Posted in Miscellaneous, PowerCLI, Scripting | Tagged , , , , , | Comments Off

New Event Report Revised

Last year I posted an update to an old Mr. Roboto script that was an update to an even older VBScript. Still with me? My last revision leveraged the new Get-WinEvent cmdlet to create an HTML report of recent error … Continue reading

Posted in Mr. Roboto, PowerShell v2.0, Windows 7, WMI | Tagged , , , , , , | 1 Comment

Get Some Style

Windows PowerShell has many ways to present and store information. You can display it to the screen, write it to a file, send it to a printer, create an CSV or XML file or even a pretty HTML report. The … Continue reading

Posted in PowerShell, Scripting | Tagged , | 4 Comments