Summary: Easily find a list of Windows PowerShell functions.
How can I produce a list of the Windows PowerShell functions that are currently available?
Use the Function PS Drive and the Get-ChildItem cmdlet:
Get-ChildItem function:

Summary: Easily find a list of Windows PowerShell functions.
How can I produce a list of the Windows PowerShell functions that are currently available?
Use the Function PS Drive and the Get-ChildItem cmdlet:
Get-ChildItem function:

Ed Wilson is the former Microsoft Scripting Guy.
0 comments