PowerTip: Find PowerShell Cmdlets that Accept Hash Table Input

Doctor Scripto

Summary: Find Windows PowerShell cmdlets that accept a hash table for input.

Hey, Scripting Guy! Question How can I find what Windows PowerShell cmdlets accept a hash table for input?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet, use the ParameterName parameter, and search for HashTable information:

Get-Command -ParameterName *hashtable* 

0 comments

Discussion is closed.

Feedback usabilla icon