Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Using PowerShell’s PsParser::Tokenize, Discover Functions in PowerShell Scripts

    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...
    Posted to General (Forum) by ps2 on 11-17-2008
    Filed under: Modules, PowerShell
  • Exporting Functions in PowerShell Modules

    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/
    Posted to General (Forum) by ps2 on 12-21-2008
    Filed under: Modules, PowerShell
  • Modules in Windows 2008 R2

    his is a new area in PowerShell v2 that enables you to load\unload functionality from your PowerShell sessions. Modules can be "libraries" of functions as I showed in a recent set of posts or they can be compiled dlls with cmdlets. ... Read More
    Posted to Windows Server 2008 R2 (Forum) by ps2 on 04-10-2009
    Filed under: Modules
  • Powershell 2.0: One Cmdlet at a Time #8 Get-Module

    By Jonathan Medd PowerShell 2.0 introduces the concept of modules; essentially they are the evolution of snapins from PowerShell 1.0. There are some great videos below by Bruce Payette and Osama Sajid from the PowerShell team both introducing and ... Read More
    Posted to PowerShell v2 (Forum) by ps2 on 12-04-2009
    Filed under: Modules, Get-Module
  • Loading Snapins within a Module

    Hello, I am currently writing a PowerShell 2 Script module that provides a load of helper scripts for use in other systems. This module, contains a cmdlet called 'Load-Snapin' that takes and array of Snapins to be loaded and then attempts to load them, e.g.: Load-Snapin -snapins "VMWare...
    Posted to Learn PowerShell (Forum) by RussellSeymour on 11-24-2010
    Filed under: Scope, Snapins, Modules
  • PowerShell Modules, Metadata, and Mysteries

    Joel Bennett talks a little about his experience using PowerShell nested modules and module manifests. Read more
    Posted to PowerShell v2 (Forum) by ps2 on 02-10-2009
    Filed under: Modules
  • Loading PowerShell modules with parameters

    Josh Einstein shows that you can use ArgumentList to pass parameters to a PowerShell module. Read More
    Posted to PowerShell v2 (Forum) by ps2 on 02-23-2009
    Filed under: Modules, Parameters
Page 1 of 1 (7 items)
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.