
Having Fun with SquaredUp and Powershell
With the SquaredUp Dashboard Server Standalone and PowerShell, you can create a variety of attractive visualizations. Whether it’s...

How to Publish Your PowerShell Module to the PowerShell Gallery
Publishing your PowerShell modules to the PowerShell Gallery (PSGallery) is an excellent way to share your work with...

Hunting Down AD Objects with PowerShell – The Fast and Furious Way
Ever felt like searching for something in Active Directory is like looking for a needle in a haystack?...

Happy New Year – or – Draw a picture with code
Did you know that you can use PowerShell to create images? While PowerShell is primarily known as a...

Bringing the Holiday Spirit with PowerShell: Play “Jingle Bells”
The holiday season is here, and what better way to spread some Christmas cheer than by combining coding...

One Script to Rule Them All: Simplifying Server-Desktop Configurations
I’ve recently acquired a few new servers and was annoyed by the repetitive, identical clicks I had to...

Optimizing foreach: Avoiding Common Pitfalls in PowerShell
In PowerShell, loops are essential for iterating through data efficiently. However, improper use of loops, especially foreach, can...

Simplifying String Splits with PowerShell
Sometimes, dealing with strings in PowerShell can be a bit tedious, especially when you need to break them...