To Splat or Not to Splat, That’s the Question

Splatting is a PowerShell technique designed to make it easier to pass parameter values for cmdlets. It's optional to use splatting. It's a personal choice whether to use splatting, but the good thing is that you can use splatting with Microsoft Graph PowerShell SDK cmdlets, even with some pretty complex parameters.
Published on:
Learn more