Browse Forum Posts by Tags

Showing related tags and posts for the General forum. 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
  • 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
Page 1 of 1 (3 items)
Copyright 2012 PowerShell.com. All rights reserved.