Skip to the main content.
Upcoming Webinar: PowerShell security best practices
Sign up now

Marco Kamner

Marco is a DevOps engineer at heart and uses PowerShell in combination with other stacks to automate deployment, perform data analytics, and bring enterprises to the cloud. He has been using PowerShell as his primary command line on all platforms since 2018 and is always trying to get more people to switch from bash and others.

November 19, 2024 - 10 min read

Mastering PowerShell PSDefaultParameterValues for Streamlined Automation

PSDefaultParameterValuesis a hashtable allowing us to overwrite default values of any parameter on...

December 2, 2020 - 8 min read

PowerShell Aliasing

Aliasing is one of the primary ways to speed up working with any command line.