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 roaming profile

    I would like to have a powershell profile setup so that it will roam with me when I login to any system. I can do the roaming profile easily in AD with folder redirection, but how can I create a powershell profile and also have the modules I want load when I launch powershell and install? I know the...
    Posted to Learn PowerShell (Forum) by virtuallynothere on 03-28-2012
    Filed under: Learning PowerShell, Modules, Remote
  • Remove global constant variables when a module is removed

    Hi, I need to remove / unload constant global variables when a module gets removed using the remove- module cmdlet. Additionally, the remove- variable documentation in MSDN says - You cannot use this cmdlet to delete variables that are set as constants or those that are owned by the system. - http:/...
    Posted to General (Forum) by Angshuman on 04-25-2012
    Filed under: Modules, power shell, Variables
  • 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 (9 items)
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.