Sorry, but there are no more tags available to filter with.
-
One of the new features in PowerShell version 2.0 are Modules, which allow PowerShell code to be organized in self-contained, reusable units. Doug Finke has written a Get-Functions Script which takes a single file, a list of files or the –Recurse switch. The switch finds all the functions in all...
-
Andy Scheider discusses the concept of exporting functions to PowerShell Modules or PSM1 files. Once a function is in a Module it can be Imported into another session and reused. Read more at: http://get-powershell.com/2008/12/15/exporting-functions-in-powershell-modules/