Skip to the main content.

Topic: Scripting (2)

Posts about

Scripting (2)

October 1, 2024 - 3 min read

Decoding URLs: PowerShell's hidden gems

In this article, we explore how PowerShell handles URL encoding and decoding using two powerful...

October 1, 2024 - 2 min read

Filter out the noise: Keep your PowerShell properties clean!

Tired of wading through empty properties in PowerShell objects? Learn how to filter out unnecessary...

September 30, 2024 - 2 min read

Quick tip: Keep your PowerShell command history at your fingertips

Want to keep track of your PowerShell commands effortlessly? This article reveals a simple way to...

September 30, 2024 - 2 min read

Empower your scripts – Add help links for effortless user guidance

Boost your PowerShell functions with easy-to-add help links. Make it simple for users to access...

September 30, 2024 - 2 min read

Why 'advanced functions' should be your PowerShell default

Did you know that simple functions could create hidden pitfalls? Advanced functions, created by...

September 30, 2024 - 4 min read

Enhance script reliability by using PowerShell classes

Protect your PowerShell scripts from misconfiguration. Here is a type-safe way of importing...

September 30, 2024 - 4 min read

Unleash IntelliSense in PowerShell – From hash tables to intuitive objects

Simplify your PowerShell scripts by converting hash tables into objects! With all data in one...

September 30, 2024 - 4 min read

Boost PowerShell efficiency – Convert hash tables to variables

Tired of digging through hash tables? Discover a trick that lets you access config settings...

September 30, 2024 - 4 min read

Separate config from code: Clean up PowerShell scripts with hash tables

Say goodbye to hardcoding paths and settings! Learn how to simplify your PowerShell scripts by...