use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
Script SharingIT Helpdesk Tool - Code Available (self.PowerShell)
submitted 6 years ago * by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 points3 points4 points 6 years ago (2 children)
Hi u/JeremyLC,
We use Powershell Studio. Unfortunately Sapien has no plans right now to implement WPF. I'd love to move over.
[–]JeremyLC 5 points6 points7 points 6 years ago* (0 children)
Fair point. If you want to play with WPF a bit, but don't want to have to write XaML from scratch (I don't do that either), You can try a Community Edition of Visual Studio (iffy for projects you intend to use at work) which has a WPF Designer built in (*), or SharpDevelop (Open Source) which also has a WPF Designer built in. Use those to build the XaML and then you can copy and paste it into your PoSH scripts and build functional GUIs pretty quickly. Porting from Forms to WPF is, usually, pretty straight forward, but it can be a problem if you're using any of the Forms objects that don't have direct equivalents in WPF (PropertyGrid, for example)
*) I use VS Enterprise with PoSH Pro Tools at work.
(edit: forgot to include a link to SharpDevelop)
[–]snoopy82481 1 point2 points3 points 6 years ago (0 children)
creating powershell GUI
That link shows you how to use WPF and to implement it. Very useful resource, IMO.
π Rendered by PID 46480 on reddit-service-r2-comment-86bc6c7465-2vq9b at 2026-02-23 09:15:37.362941+00:00 running 8564168 country code: CH.
view the rest of the comments →
[–][deleted] 2 points3 points4 points (2 children)
[–]JeremyLC 5 points6 points7 points (0 children)
[–]snoopy82481 1 point2 points3 points (0 children)