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

PowerTip: Find All Windows PowerShell Functions

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles