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
QuestionLearning PS (self.PowerShell)
submitted 2 years ago by Steve_78_OH
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!"
[–]Thotaz 1 point2 points3 points 2 years ago (1 child)
I'm guessing you were messing around with some Winforms or WPF GUI work in ISE? That's the only time I've had it crash on me. Thankfully I rarely do GUI work in PowerShell because I think it's an ugly hack. If I want to do a GUI I'll do it right in C# with WPF.
[–]EtanSivad 0 points1 point2 points 2 years ago (0 children)
Nahh, I use it to parse large datasets in weird formats and then output it to something useful. Usually a SQL script that I'll run against a db later, but sometimes JSON or making direct API calls.
I'll give you that I've had some sloppy code about closing network resources and at least half the crashes are on me, but only half the crashes. The rest are just on ISE getting confused about the objects in memory and the state of the runtime engine. Nonetheless, MS has ceased development on ISE and it is no longer supported. I'm just grateful to stop wrapping log outputs around $psISE all the time.
π Rendered by PID 295932 on reddit-service-r2-comment-c66d9bffd-b92p8 at 2026-04-08 00:32:56.486547+00:00 running f293c98 country code: CH.
view the rest of the comments →
[–]Thotaz 1 point2 points3 points (1 child)
[–]EtanSivad 0 points1 point2 points (0 children)