Show-HTML Reading time ~1 minute

This is just going to be a quick tip but I have not posted in awhile and thought I would share this little quick hit. PowerShell has a SUPER useful command for rendering variables in PowerShell into HTML called ConvertTo-HTML and of course HTML in general is really easy to......

PowerShell GUI with HTML - Part 3 Reading time ~12 minutes

The Series PowerShell GUI with HTML - Part 1 PowerShell GUI with HTML - Part 2 PowerShell GUI with HTML - Part 3 Show-HTML WPF WebBrowser / ObjectForScripting / Execute PowerShell... a possibly excellent app framework. If you have been following along with the previous two parts to this blog,......

PowerShell GUI with HTML - Part 2 Reading time ~9 minutes

The Series PowerShell GUI with HTML - Part 1 PowerShell GUI with HTML - Part 2 PowerShell GUI with HTML - Part 3 Show-HTML WPF WebBrowser / ObjectForScripting / Execute PowerShell... a possibly excellent app framework. More boring stuff today. We are going to cover how to handle URLs in......

PowerShell GUI with HTML - Part 1 Reading time ~5 minutes

The Series PowerShell GUI with HTML - Part 1 PowerShell GUI with HTML - Part 2 PowerShell GUI with HTML - Part 3 Show-HTML WPF WebBrowser / ObjectForScripting / Execute PowerShell... a possibly excellent app framework. Edit - I have changed the title of this blog series from AngularJS GUIs......

Adding a Notification Icon to PoshProgressBar Reading time ~4 minutes

So I decided I wanted to add in a new feature to the PoshProgressBar module. It is always handy to be able to close out of a window but still be able to monitor progress via the notification area, so I decided an icon in the notification tray would be......