Sign in
|
Join PowerShell.com!
|
Help
Home
PowerTips
Ask the Experts
Forums
Webcasts
Blogs
eBook
Script Library
Twitter Grid
Forums
»
Using PowerShell
»
General
»
Using PowerShell’s PsParser::Tokenize, Discover Functions in PowerShell Scripts
Using PowerShell’s PsParser::Tokenize, Discover Functions in PowerShell Scripts
rated by 0 users
This post has 0 Replies | 1 Follower
Posts
2,598
Reply
ps2
Posted: 11-17-2008 7:54 PM
rated by 0 users
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 the files in the subdirectories.
Read more about this article here:
http://dougfinke.com/blog/?p=501
Filed under:
Modules
,
PowerShell
Previous
|
Next
Page 1 of 1 (1 items) |
RSS
Copyright 2011 PowerShell.com. All rights reserved.