PowerTip: Find All Windows PowerShell Functions

Doctor Scripto

Summary: Easily find all the Windows PowerShell functions.

Hey, Scripting Guy! Question How can I find all Windows PowerShell functions easily?

Hey, Scripting Guy! Answer Use the Get-Command cmdlet, and specify the CommandType function:

Get-Command -CommandType function

0 comments

Discussion is closed.

Feedback usabilla icon