# GUI Applications with PS

**URL:** https://forums.powershell.org/t/gui-applications-with-ps/4538
**Category:** PowerShell Help
**Created:** [July 20, 2015, 2:38am UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538 "2015-07-20T02:38:59Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![mel-vw](https://avatars.discourse-cdn.com/v4/letter/m/258eb7/32.png) [@mel-vw](https://forums.powershell.org/u/mel-vw)
#### Post date: [July 20, 2015, 2:38am UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538/1 "2015-07-20T02:38:59Z")

</div>

what tools can be used for creating gui apps with ps?

---

<div class="post-metadata">

### Author: ![donj](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.powershell.org/donj/32/137_2.png) [@donj](https://forums.powershell.org/u/donj)
#### Post date: [July 20, 2015, 2:42am UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538/2 "2015-07-20T02:42:18Z")

</div>

SAPIEN’s PowerShell Studio.

---

<div class="post-metadata">

### Author: ![mel-vw](https://avatars.discourse-cdn.com/v4/letter/m/258eb7/32.png) [@mel-vw](https://forums.powershell.org/u/mel-vw)
#### Post date: [July 20, 2015, 5:14am UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538/3 "2015-07-20T05:14:08Z")

</div>

But it is not open-source or freeware. Any alternatives?

---

<div class="post-metadata">

### Author: ![matt-bloomfield](https://avatars.discourse-cdn.com/v4/letter/m/dec6dc/32.png) [@matt-bloomfield](https://forums.powershell.org/u/matt-bloomfield)
#### Post date: [July 20, 2015, 7:22am UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538/4 "2015-07-20T07:22:47Z")

</div>

Have a look at Stephen Owen’s series on [Learning GUI Toolmaking](http://foxdeploy.com/resources/learning-gui-toolmaking-series/).

---

<div class="post-metadata">

### Author: ![mel-vw](https://avatars.discourse-cdn.com/v4/letter/m/258eb7/32.png) [@mel-vw](https://forums.powershell.org/u/mel-vw)
#### Post date: [July 20, 2015, 7:41am UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538/5 "2015-07-20T07:41:33Z")

</div>

Will have a look on Stephen’s blog thanks.

I tried using ShowUI and so much issues. It is constantly requesting to be installed.Not so great…

---

<div class="post-metadata">

### Author: ![pscookiemonster](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.powershell.org/pscookiemonster/32/634_2.png) [@pscookiemonster](https://forums.powershell.org/u/pscookiemonster)
#### Post date: [July 20, 2015, 7:51am UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538/6 "2015-07-20T07:51:55Z")

</div>

Hi there!

[This response](https://www.reddit.com/r/PowerShell/comments/2vr8cr/looking_for_a_web_management_tool_for_powershell/coklbb3) on Reddit runs through a few options. Stephen’s post is a great resource if you go the WPF route.

I think an important question to ask is, are you positive you need a GUI? These often provide a crutch for others to lean on, and enables them to avoid learning PowerShell basics.

Good luck!

---

<div class="post-metadata">

### Author: ![mel-vw](https://avatars.discourse-cdn.com/v4/letter/m/258eb7/32.png) [@mel-vw](https://forums.powershell.org/u/mel-vw)
#### Post date: [July 20, 2015, 8:05am UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538/7 "2015-07-20T08:05:28Z")

</div>

Ok well Desktop Application would be nice for certain projects.

Others may just be html which I have sort of figured out how to intergrate ps with it.

But here is something interesting: Android development?

Any clue if this is possible? Building apps for the phone?

---

<div class="post-metadata">

### Author: ![pscookiemonster](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.powershell.org/pscookiemonster/32/634_2.png) [@pscookiemonster](https://forums.powershell.org/u/pscookiemonster)
#### Post date: [July 20, 2015, 10:11am UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538/8 "2015-07-20T10:11:54Z")

</div>

Mel - Yes, it’s possible, the link in the previous post includes a number of web based solutions. There are purpose-built-for-PowerShell solutions like WebCommander, repurposed tools like Jenkins, or you can write your own custom [ASP.NET](http://ASP.NET) site backed by C# code, which could run PowerShell in some manner.

Each of these is going to introduce its own little quirks, security considerations, upkeep, and yak shaving.

Again, if this is for an IT audience, consider whether you will help or hurt them by providing this. PowerShell can benefit pretty much anyone working on the Microsoft side of the fence in IT; consider motivating them and giving them a hand learning to fish.

I do wonder if Microsoft would ever consider providing something similar to WebCommander. Not a big fan of GUIs, but a more official and ‘standard’ solution to this question would be nice to see.

Cheers!

---

<div class="post-metadata">

### Author: ![flynnbundy](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.powershell.org/flynnbundy/32/639_2.png) [@flynnbundy](https://forums.powershell.org/u/flynnbundy)
#### Post date: [July 20, 2015, 11:21am UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538/9 "2015-07-20T11:21:50Z")

</div>

Don summed this up perfectly I think.

SAPIEN’s PowerShell Studio.

The free trial is more than enough to get your hands into making GUI’s with PowerShell, also he (Don) has a great section over on the CBTnuggets PowerShell series to help with creating GUI tools from end to end. Grab a copy and have a play. Alternatively, see Warren’s link.

---

<div class="post-metadata">

### Author: ![openiduser3](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.powershell.org/openiduser3/32/421_2.png) [@openiduser3](https://forums.powershell.org/u/openiduser3)
#### Post date: [November 6, 2015, 6:48am UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538/10 "2015-11-06T06:48:31Z")

</div>

Just curious… There used to be (at least) two Powershell frameworks for creating GUIs that, last I heard, were going to be merged into one. Whatever happened to them?

```
 [... time passes ...]

```

I found one of them, [Show-UI](https://showui.codeplex.com/).

---

<div class="post-metadata">

### Author: ![dotnVo](https://avatars.discourse-cdn.com/v4/letter/d/4af34b/32.png) [@dotnVo](https://forums.powershell.org/u/dotnVo)
#### Post date: [May 16, 2024, 8:44pm UTC](https://forums.powershell.org/t/gui-applications-with-ps/4538/11 "2024-05-16T20:44:29Z")

</div>


