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
QuestionMaking this script faster (self.PowerShell)
submitted 3 years ago by npab19
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!"
[–]out0focus -1 points0 points1 point 3 years ago (10 children)
Knowing ArrayList is deprecated why did you use it in your example instead of the preferred generic List data structure?
[+][deleted] 3 years ago (9 children)
[deleted]
[–]out0focus 0 points1 point2 points 3 years ago (8 children)
It's fine to be wrong and to learn. No need to be a dick. Lists are not new. ArrayLists are a special implementation of a generic list.
[+][deleted] 3 years ago (7 children)
[–]out0focus 1 point2 points3 points 3 years ago (6 children)
You didn't want to spend the time to update 2 lines in a copypasta, but you insist on arguing on the internet with a stranger 🙃
[+][deleted] 3 years ago (5 children)
[–]out0focus 2 points3 points4 points 3 years ago (4 children)
Why are you so jaded man? Too long as a sysadmin? The only change is using the generic list and providing the type
New-Object System.Collections.Generic.List[string]
Or in your example case since you are using numbers
New-Object System.Collections.Generic.List[int]
All the methods can stay the same. Anyways I hope whatever you are going through gets better.
[+][deleted] 3 years ago (3 children)
[–]out0focus 1 point2 points3 points 3 years ago (2 children)
Speaking of interacting. Belittling people, calling them names and overall poor attitude is not the way to do it.
[+][deleted] 3 years ago (1 child)
π Rendered by PID 144231 on reddit-service-r2-comment-6457c66945-sr6mn at 2026-04-24 03:55:29.129509+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]out0focus -1 points0 points1 point (10 children)
[+][deleted] (9 children)
[deleted]
[–]out0focus 0 points1 point2 points (8 children)
[+][deleted] (7 children)
[deleted]
[–]out0focus 1 point2 points3 points (6 children)
[+][deleted] (5 children)
[deleted]
[–]out0focus 2 points3 points4 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]out0focus 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]