Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Use PowerShell » Tip: Passing Parameters

    By Steven Murawski Powershell column for MCP Magazine (Keeping Your Options Open). If you are new to PowerShell, I would definitely recommend reading the article, as provides a nice introduction to the Param statement. Jeffrey recommended to cast your ... Read More
    Posted to General (Forum) by ps2 on 03-11-2009
    Filed under: Parameters
  • Calling module in a module, both having optional params?

    I have a module (o) that wraps an external module (i). module i has optinal params so module o need to accept (or not) those optional params and pass those set params over to module i. How is this done?? The below does not work (would i need an eval? note im using pseudo below. Please give full answer...
    Posted to Learn PowerShell (Forum) by d8v15 on 09-21-2011
    Filed under: parameters
  • Same results for Function: with pipeline input / named parameter input

    I am trying to write a function which takes pipeline input and input by parameter and handles them in the same way. The idea is that the following two commands have the same output. $a | Test-Input Test-Input -InputObject $a How do I make this happen in my function? I understand the process of both commands...
    Posted to General (Forum) by seb8iaan on 11-11-2011
    Filed under: Functions, Advanced Functions, Parameters, Function Parameters
  • Using PowerShell User Parameters and Prompts

    The programmer of a PowerShell script always has a vital source of information - the user. The question is how to get that information from them. Read More
    Posted to General (Forum) by ps2 on 06-09-2009
    Filed under: Parameters, Prompts
  • 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 (5 items)
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.