How To Generate A Report On Your Classic Build/Release Pipeline Agent Specifications Reading time ~5 minutes

Warning ⚠ Ubuntu 16.04 LTS environment is deprecated and will be removed on October 18, 2021. Migrate to ubuntu-latest instead. For more details, see https://github.com/actions/virtual-environments/issues/3287 Perhaps you may have seen this warning in Azure DevOps already. It’s easy enough to fix once you identify a classic build or release pipeline......

Article Review: Federal Court Case Reveals CDC Lacks Evidence to Claim ‘Vaccines Don’t Cause Autism’ (Epoch Times) Reading time ~13 minutes

Link To The Article Review My dad (thank you dad!) sent me a link to this article I wanted to break down. The claim of the article, based on the title, is that there was a federal court case which ended in the CDC being forced to state they do......

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