PowerShell
Objects Commands
Work with objects and hashtables in PowerShell. Learn properties, methods, custom objects, and splatting.
12 commands
Pro Tips
Use splatting (@params) to pass multiple parameters to cmdlets for cleaner code.
Use [PSCustomObject]@{} for creating objects - it's faster than New-Object.