Press "Enter" to skip to content

The Basics of Parameter Splatting in Powershell

Patrick Gruenauer makes a funny noise:

It often happens that you have many, many parameters in PowerShell. The command then extends over several lines. That doesn’t look pretty. In this article, I will show you how to summarize these parameters and then use them in the command. Let’s get started.

Click through for two examples of how it works.