ASCII GUI in your PowerShell Console Reading time ~5 minutes

I stumbled upon this epic .net project by PhonicUK on Github for “an event-driven windowing system using a line-art interface for use by command-line applications” and thought I would see if it worked in PowerShell. The results, I think are pretty cool! The code to create this is really very......

WPF WebBrowser / ObjectForScripting / Execute PowerShell... a possibly excellent app framework. 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. Okay, so about 5 months ago I wrote a blog post on a potential......

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......