PowerTip: Where Did that PowerShell Cmdlet Come From?

Doctor Scripto

Summary: Determine the source of a particular Windows PowerShell cmdlet.

Hey, Scripting Guy! Question How can I tell if a Windows PowerShell cmdlet comes from one module or from another module?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet, and select the module property:

Get-Command unblock-file | select name, module

0 comments

Discussion is closed.

Feedback usabilla icon