GUI
A new kind of GridView right in your console: Introducing the early preview of ConsoleGuiTools
(devblogs.microsoft.com)
The Microsoft.PowerShell.ConsoleGuiTools is a module that will contain a set of cmdlets that enable
By: Tyler Leonhardt submitted:Jun 15 2022
The Microsoft.PowerShell.ConsoleGuiTools is a module that will contain a set of cmdlets that enable
console-based GUIs. Today, it contains one very important cmdlet: Out-ConsoleGridView.
By: Tyler Leonhardt submitted:Jun 15 2022
A PowerShell Form Generator
(codeproject.com)
This article is an evolution of the previous, it regards not only the implementation of the package,
By: Lars Fosdal submitted:Jul 19 2024
This article is an evolution of the previous, it regards not only the implementation of the package,
but in particular a new paradigm with which the form objects are specified; the article is not intended to be an exhaustive explanation of the product, for this please refer to the attached documentation.
By: Lars Fosdal submitted:Jul 19 2024
Automate GUIs with UIAutomation in PowerShell
(powershellone.wordpress.com)
In this post, I would like to describe how to utilize the Microsoft UIAutomation framework through
By: Dirk submitted:Jun 16 2022
In this post, I would like to describe how to utilize the Microsoft UIAutomation framework through
PowerShell to automate GUIs. Since the UIAutomation assembly already comes with .Net it also can be accessed directly through PowerShell.
By: Dirk submitted:Jun 16 2022
Build a PowerShell Menu in 5 minutes
(youtube.com)
In this video, we break down the concept of switch statements and how they can be utilized to create
By: Mike in the Cloud submitted:Aug 9 2024
In this video, we break down the concept of switch statements and how they can be utilized to create
an interactive menu for users. We'll start with the basics of setting up a script, defining functions, and understanding how to handle user inputs in PowerShell.
By: Mike in the Cloud submitted:Aug 9 2024
Building an Open Source IT Admin Toolkit with WinUI 3
(nkasco.com)
A customizable and expandable destination for centralizing day-to-day job functions.
By: Nathan Kasco submitted:Jun 16 2022
A customizable and expandable destination for centralizing day-to-day job functions.
By: Nathan Kasco submitted:Jun 16 2022
Building web forms with PowerShell Universal
(blog.ironmansoftware.com)
PowerShell Universal provides several features that are capable of building web-based forms using
By: Adam Driscoll submitted:Jun 16 2022
PowerShell Universal provides several features that are capable of building web-based forms using
PowerShell. For basic forms, we suggest using Universal Automation. For advanced forms, we suggest using Universal Dashboard.
By: Adam Driscoll submitted:Jun 16 2022
Create an interactive HTML report with PowerShell data
(vcloud-lab.com)
Basically I wrote this project as an fun/poc, but it went very well. I wanted to show the HTML +
By: janviudapi submitted:Jun 16 2022
Basically I wrote this project as an fun/poc, but it went very well. I wanted to show the HTML +
PowerShell capabilities to my (Asset collection team) colleagues as there are endless possibilities what you can build using HTML + Powershell. After launching the html file in the chromium browser the webpage looks like below.
By: janviudapi submitted:Jun 16 2022
Creating a UI Part 3 – POSH GUI
(youtube.com)
In this third in the series on developing a GUI for your PowerShell apps, we learn about a free web
By: Bryan Cafferky submitted:Jun 15 2022
In this third in the series on developing a GUI for your PowerShell apps, we learn about a free web
based service called POSH GUI available on poshgui.com. It writes the Winform code for you. In this video I'll explain what you need to know to develop your own UI with POSH GUI.
By: Bryan Cafferky submitted:Jun 15 2022
Creating Extensive PowerShell GUI Applications
(domruggeri.com)
A great tutorial on creating Powershell applications using Visual Studio
By: submitted:Jun 15 2022
A great tutorial on creating Powershell applications using Visual Studio
By: submitted:Jun 15 2022
Creating PowerShell GUIs in Minutes using Visual Studio
(foxdeploy.com)
This post is part of the Learning GUI Toolmaking Series, here on FoxDeploy.
By: Stephen Owen submitted:Jun 15 2022
This post is part of the Learning GUI Toolmaking Series, here on FoxDeploy.
By: Stephen Owen submitted:Jun 15 2022
Display any tree with PowerShell
(itluke.online)
Display Active Directory, Registry, VMWare, File System, and more trees with PowerShell...
By: Luke submitted:Jun 9 2023
Display Active Directory, Registry, VMWare, File System, and more trees with PowerShell...
By: Luke submitted:Jun 9 2023
Easily Enable End Users to Manage Active Directory Users with PowerShell GUI
(thelazyadministrator.com)
Recently I got a request to find a way to let managers or Human Resources the ability to modify
By: Brad Wyatt submitted:Jun 16 2022
Recently I got a request to find a way to let managers or Human Resources the ability to modify
basic user attributes in Active Directory. Like anyone else, I presented the idea of using RSAT to let them modify users in ADUC or ADAC. This was not an ideal solution because ADUC can become overwhelming to someone that isn't technical. They wanted something that was extremely basic, easy to follow and work in without any guidance or instructions, and did not show the user anything else that they could not modify or needed to see.
By: Brad Wyatt submitted:Jun 16 2022
Frontend PowerShell with Google Forms: Part 1 Getting your data
(youtube.com)
[OC] Learn how to get data from a Google Form into PowerShell, by building a repeatable and reusable
By: Matthew Dowst submitted:May 24 2024
[OC] Learn how to get data from a Google Form into PowerShell, by building a repeatable and reusable
automation you can use to with any form.
By: Matthew Dowst submitted:May 24 2024
Frontend PowerShell with Google Forms: Part 2 Replying with Gmail
(youtube.com)
[OC] Learn how to integrate Gmail into your scripts to send automated email responses. You'll also
By: Matthew Dowst submitted:May 31 2024
[OC] Learn how to integrate Gmail into your scripts to send automated email responses. You'll also
learn how to make your automations more flexible by accounting for things like hitting grid limits in Google Sheets.
By: Matthew Dowst submitted:May 31 2024
Get-GroupCompareInfo.ps1
(gist.github.com)
A demonstration of using Write-Progress in a thread-safe way inside Foreach-Parallel
By: Justin Grote submitted:Jun 16 2022
A demonstration of using Write-Progress in a thread-safe way inside Foreach-Parallel
By: Justin Grote submitted:Jun 16 2022
How to Build a PowerShell GUI for your Scripts
(adamtheautomator.com)
PowerShell is a command-line tool but did you know it can also be used as a base for graphical
By: submitted:Jun 15 2022
PowerShell is a command-line tool but did you know it can also be used as a base for graphical
interfaces? Sometimes command-line isn’t the best kind of interface for a particular instance. Building a PowerShell GUI for for your service desk is a great example. This is one of those times when it is more appropriate to build graphical tools instead.
By: submitted:Jun 15 2022
How to Craft a Modern PowerShell Message Box
(adamtheautomator.com)
Discover all the modern ways to craft a PowerShell Message Box and get away from the VBScript
By: Edem Afenyo submitted:Jan 6 2023
Discover all the modern ways to craft a PowerShell Message Box and get away from the VBScript
methods of old in this updated how-to!
By: Edem Afenyo submitted:Jan 6 2023
How to Create a Powershell Form Generator
(ctrlaltzzz.wordpress.com)
Powershell is a powerful scripting language that can automate many tasks and perform complex
By: Fabio De Oliveira submitted:May 12 2023
Powershell is a powerful scripting language that can automate many tasks and perform complex
operations. But sometimes, you may want to make your scripts more user-friendly and interactive by adding a graphical user interface (GUI).
By: Fabio De Oliveira submitted:May 12 2023
How to Create a Powershell Menu GUI
(smarthomepursuits.com)
In this guide, I'm going to show you an incredibly simple way to create a menu to display all of
By: Danny submitted:Jun 16 2022
In this guide, I'm going to show you an incredibly simple way to create a menu to display all of
your most-used Powershell scripts.
By: Danny submitted:Jun 16 2022
How to Create Prompts in PowerShell
(jeffbrown.tech)
In this post, I'm going to demonstrate two ways to create prompts in PowerShell and how to take
By: Jeff Brown submitted:Jun 15 2022
In this post, I'm going to demonstrate two ways to create prompts in PowerShell and how to take
action on the response.
By: Jeff Brown submitted:Jun 15 2022
How to use WPF with Powershell and create Metro Design GUI (video)
(youtube.com)
In this video, I explain to create easily WPF GUI with Powershell. I also explain how to create
By: Damien Van Robaeys submitted:Jun 16 2022
In this video, I explain to create easily WPF GUI with Powershell. I also explain how to create
Metro Design GUI.
By: Damien Van Robaeys submitted:Jun 16 2022
ImPS
(slluxx.github.io)
ImPS is a simple one-file module wrapper to use WPF components in your script without writing
By: Slluxx submitted:Sep 15 2023
ImPS is a simple one-file module wrapper to use WPF components in your script without writing
massive amounts of UI code or using XML layouts. It is heavily inspired by ImGUI/DearPyGui to make it as easy as possible to use while keeping the configurability.
By: Slluxx submitted:Sep 15 2023
Microsoft.PowerShell.ConsoleGuiTools 0.4.0
(powershellgallery.com)
Cross-platform Console Gui Tools for PowerShell
By: PowerShell Team submitted:Jun 15 2022
Cross-platform Console Gui Tools for PowerShell
By: PowerShell Team submitted:Jun 15 2022
Out-GridView Returns
(devblogs.microsoft.com)
It?s been almost 3 years since PowerShell Core debuted for Linux and Mac, and as we?ve increased our
By: submitted:Jun 15 2022
It?s been almost 3 years since PowerShell Core debuted for Linux and Mac, and as we?ve increased our
cmdlet coverage more and more, one cmdlet has always stood out as a top, cross-platform request. Today, we are excited to announce that?Out-GridView?is debuting on all Core-supported platforms through the?GraphicalTools Module.
By: submitted:Jun 15 2022
Pglet
(pglet.io)
Web app to run PowerShell commands on a computer from anywhere
By: Feodor Fitsner submitted:Jun 16 2022
Web app to run PowerShell commands on a computer from anywhere
By: Feodor Fitsner submitted:Jun 16 2022
POSHGUI
(poshgui.com)
The Alpha version of a completely new, WPF designer is now available
By: Maciej Obuchowski submitted:Jun 16 2022
The Alpha version of a completely new, WPF designer is now available
By: Maciej Obuchowski submitted:Jun 16 2022
POSHGUI
(poshgui.com)
Need to create a form with PowerShell ? Here’s a great FREE solution!
By: submitted:Jun 15 2022
Need to create a form with PowerShell ? Here’s a great FREE solution!
By: submitted:Jun 15 2022
PowerShell Pro Tips: TUIs and Out-ConsoleGridView
(youtube.com)
Want to add interfaces to your tools, all within the terminal where you are already running
By: Andrew Pla submitted:Apr 26 2024
Want to add interfaces to your tools, all within the terminal where you are already running
PowerShell? We'll learn about Microsoft.PowerShell.ConsoleGuiTools and learn how to make use of the Out-ConsoleGridView command to get you started on your TUI journey.
By: Andrew Pla submitted:Apr 26 2024
PowerShell Universal in Docker
(hub.docker.com)
We are now publishing our nightly PowerShell Universal builds as preview tags in docker.
By: Adam Driscoll submitted:Jul 21 2023
We are now publishing our nightly PowerShell Universal builds as preview tags in docker.
By: Adam Driscoll submitted:Jul 21 2023
Powershell-HTML5-Reporting
(github.com)
New, simple, fast HTML5 builder to create awesome reporting.
By: Quentin Schweitzer submitted:Jun 16 2022
New, simple, fast HTML5 builder to create awesome reporting.
By: Quentin Schweitzer submitted:Jun 16 2022
Presentation of Hurry (The IT admin’s companion)
(reddit.com)
This tool offers the ability to use scripts through a GUI. The main code is in NodeJS / Electron but
By: u/rebrec submitted:Jun 16 2022
This tool offers the ability to use scripts through a GUI. The main code is in NodeJS / Electron but
since most of the actions it performs against devices are made in Powershell, I thought it might be the right place to promote it.
By: u/rebrec submitted:Jun 16 2022
Preview Release of DDD
(davidlenihan.com)
DDD is a PowerShell module. It adds commands to PowerShell to make working with 3D graphics easy.
By: David Lenihan submitted:Jun 16 2022
DDD is a PowerShell module. It adds commands to PowerShell to make working with 3D graphics easy.
By: David Lenihan submitted:Jun 16 2022
PSBlazor : A new PowerShell web technology
(youtube.com)
In this session, we'll look at how PSBlazor, an upcoming feature of PowerShell Universal, allows
By: Adam Driscoll submitted:Mar 22 2024
In this session, we'll look at how PSBlazor, an upcoming feature of PowerShell Universal, allows
developers to produce web interfaces with a combination of Razor and PowerShell syntax.
By: Adam Driscoll submitted:Mar 22 2024
psncal.ps1
(gist.github.com)
Print the calendar vertically i.e the weekdays will be shown in a column, not in a row
By: Doug Finke submitted:Jun 16 2022
Print the calendar vertically i.e the weekdays will be shown in a column, not in a row
By: Doug Finke submitted:Jun 16 2022
PSScriptMenuGui
(github.com)
This module uses a CSV file to make a graphical menu of PowerShell scripts.
By: Dan O'Sullivan submitted:Jun 15 2022
This module uses a CSV file to make a graphical menu of PowerShell scripts.
By: Dan O'Sullivan submitted:Jun 15 2022
Simple form development using PowerShell
(devblogs.microsoft.com)
Create .NET forms without all the .NET.
By: Rod Meaney submitted:Mar 22 2024
Create .NET forms without all the .NET.
By: Rod Meaney submitted:Mar 22 2024
The Ultimate Guide to Terminal User Interfaces in PowerShell
(blog.ironmansoftware.com)
Terminal User Interfaces (TUI) have a long history in computing and were some of the first forms of
By: Adam Driscoll submitted:Jun 16 2022
Terminal User Interfaces (TUI) have a long history in computing and were some of the first forms of
interfaces between human and machine. Sometimes referred to as text-based user interfaces, they are starting to gain popularity again with projects like Terminal.Gui for .NET. In this guide, we take a deep dive into how to build TUIs with PowerShell and Terminal.Gui.
By: Adam Driscoll submitted:Jun 16 2022
Use a CSV file to make a graphical menu of PowerShell scripts
(blog.osull.com)
I've recently been working on a PowerShell module that uses a CSV file to create a custom menu of
By: Dan O'Sullivan submitted:Jun 15 2022
I've recently been working on a PowerShell module that uses a CSV file to create a custom menu of
scripts.
By: Dan O'Sullivan submitted:Jun 15 2022
Windows Forms – working in PowerShell 7 Preview2
(tfl09.blogspot.com)
One long-anticipated feature of what is soon to be PowerShell 7 is the use of Windows Forms.
By: submitted:Jun 15 2022
One long-anticipated feature of what is soon to be PowerShell 7 is the use of Windows Forms.
Technically, it is the .NET Framework that provides for form handling, but with the latest Preview.2 of PowerShell 7, this is now possible!
By: submitted:Jun 15 2022