Do you ever write a function with so many parameters that it reaches the right end of your screen? In that case, putting all parameters in 1 object might be a usefull replacement, right? Powershell supports a method to achieve exactly that! It is called splatting. We create a PowerShell hastable and put all parameters in […]