Summary: Learn to provide a parameter list for a cmdlet in a viewable table.
I am trying to work with cmdlets with so many parameters that I am having a hard time reading them in Get-Help.
Is there a way to list them in a single table?
Access the Parameters property by using Get-Command and the cmdlet name, for example:
(GET-Command GET-Childitem).parameters