Configure PowerShell Cmdlet Default Values by Using Splatting

Summary: Learn how to use the Windows PowerShell splatting feature to avoid typing repetitive cmdlet parameters. Hey, Scripting Guy! I am wondering if you can help me. There are some cmdlets that have a lot of parameters. I need to fill these parameters out in order to cause the cmdlet to work properly, but once I have figured out the parame...