Summary : Learn how to discover Windows PowerShell 3.0 functions.
How can I find all of the functions that exist in my Windows PowerShell 3.0 installation?
a. Use the Function drive:
Dir Function:
b. First import all of the modules, and… Read the full text.