About 659,000 results
Open links in new tab
  1. Selecting items from a list box - PowerShell | Microsoft Learn

    Dec 9, 2022 · This article shows how to create a list box control using the .NET Framework form-building features in Windows PowerShell.

  2. Powershell GUI. Select an item from a dynamic ListBox.

    Feb 1, 2021 · If I understood you correctlly, you need to capture the value that user selects from the ListBox, so you could pass that value to your function and perform search. ListBox control …

  3. Powershell GUI. Selecting an item from a dynamic ListBox with ...

    I understand that instead of $ ListBox, use $ mDataGrid1? I tried that, but it doesn't work either. I attach the code and screenshot. Add-Type -AssemblyName System.Windows.Forms. Add …

  4. Creating a list box in PowerShell - Stack Overflow

    Apr 17, 2015 · PowerShell uses dynamic scoping and employs a "copy-on-write" approach to variables. That is, assuming $x is defined in the global scope, modifying $x in a function would …

  5. Interactive Select from List in Powershell - Stack Overflow

    May 23, 2012 · Is there a plugin or tool that will let me display a list of objects to a user (Format-Table style) and allow them to use the cursor to select a choice from the list, including …

  6. Gather User Input – List Drop Down – PowerShell - GARYTOWN

    Dec 11, 2023 · Tips for Task Sequence when using PowerShell Forms. Typically if you run a PowerShell script in the TS, it’s hidden, you don’t see it, so to make a Form popup, you need …

  7. Two ways to provide GUI interaction to users - FoxDeploy.com

    Feb 17, 2014 · In this blog post, I’ll outline two methods you can use in your PowerShell scripts to provide GUI interactivity to your users, and allow them to select an object from a list. These …

  8. Powershell GUI. Selecting an item from a dynamic ListBox.

    Mar 5, 2021 · If I understood you correctlly, you need to capture the value that user selects from the ListBox, so you could pass that value to your function and perform search. ListBox control …

  9. Populate items into a List Box (GUI) : r/PowerShell - Reddit

    Nov 20, 2022 · I'm trying to place the offline systems into a List Box. I'm not sure why it's not populating the offline systems into the list box. The variable for the list box is $SystemsOffline. …

  10. Part III - Using Advanced GUI Elements in PowerShell

    May 14, 2015 · Beginning with this example, we’ll start by combining some of the above approaches and work towards making a more useful tool, a GUI that wraps around making a …

Refresh