I really abhor the new ad in the PowerShell 5.1 console and it seems there's no hope of Microsoft making it go away. …
Read MoreWhen performing file migrations, PowerShell's
Copy-Item
is not ideal. I've since forgotten the original reasons I concluded this with the rest of the Internet, but this quote from reddit covers it pretty well.The Copy-Item and Move-Item cmdlets are general purpose commands. They have the ability to handle many …
Read MoreBack in 1996, as I watched a movie about Italy at the Drexel Theatre in Columbus OH, I decided that one day I'd live in Europe.
I didn't need to move immediately. I just put it on my long-term agenda and figured things would eventually work themselves out with gentle guidance.
Part of that gentle guidance was to …
Read MoreBack in January and February, I wrote couple posts that highlighted my journey into livestreaming, from understanding the different services/platforms to the lighting I used.
Since then, I got pretty deep into the hardware part but actually returned to a simplified setup. The third iteration was pretty intense. I even …
Read MoreBack in January, I wrote an introduction to livestreaming titled My First Twitch Livestream Setup. In it, I created the how-to guide for getting started that I wish I had the day I found Twitch.
It's now been a couple weeks and I'm becoming more acclimated to Twitch, though I still don't get emotes and would prefer if …
Read MoreThis post is about all the things I use to fill my life with dark mode. I'm mostly writing to tell everyone about a free browser plugin, Dark Reader, that's incredible, but will include other extras as well.
Dark Reader
The browser plugin Dark Reader has changed my life and I'm obsessed with it. As I explained to a …
Read MoreBack in December, I found Twitch and fell in love with livestreaming. It was amazing watching people code in PowerShell with blinged out profiles and cool cut screens. Whaaat, this is a thing? I love it!
Getting started
I jumped into streaming (I'm potatoqualitee on Twitch) as soon as I found the PowerShell Live Twitch …
Read MoreRecently, I was trying to publish a module and ran into an error:
Failed to generate the compressed file for module 'Attempting to build package ...'
After searching for a bit, I found someone who fixed a similar issue with a nuget reisntall. That got me thinking that my psd1 was not problematic, but rather my …
Read MoreUpdate: This method is faster but some anti-virus software hate it. I've since reverted our method of import to an all-in-one ps1 👎
Considering dbatools now has over 500 commands, we are always eager to keep an eye on the speed of our import process.
As outlined in the blog post decreasing module import times, we've …
Read More