Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find Which PowerShell Cmdlets Contain Specific Parameter

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>