PowerTip: Find Dynamic Parameters for Certain PowerShell Providers

Doctor Scripto

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

0 comments

Discussion is closed.

Feedback usabilla icon