PowerTip: Find Which PowerShell Cmdlets Contain Specific Parameter

Doctor Scripto

Summary: Find which Windows PowerShell cmdlets contain a specific parameter.

Hey, Scripting Guy! Question How can I find which cmdlets contain the –Force parameter?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet and specify the parameter name, for example:

Get-Command -ParameterName force

0 comments

Discussion is closed.

Feedback usabilla icon