February 22nd, 2013

PowerTip: Find Dynamic Parameters for Certain PowerShell Providers

Doctor Scripto
Scripter

Summary: Learn how to find out about dynamic parameters for certain Windows PowerShell providers.

Hey, Scripting Guy! Question How can I easily find out about parameters that are added to cmdlets when they are used with a specific Windows PowerShell provider?

Hey, Scripting Guy! Answer Use the Get-Help cmdlet and look for the Help topic related to the provider. Near the bottom of the article is a section about dynamic parameters. The following illustrates this technique for the FileSystem provider.

Get-Help FileSystem

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.