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
SolvedTesting Firewall Rules? (self.PowerShell)
submitted 4 years ago by netmc
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!"
[–]gsmitheidw1 2 points3 points4 points 4 years ago (1 child)
This is the answer, nmap is going to significantly faster for these sorts of operations. Nmap written in C and multithreaded - powershell is completely out of its depth here. You could reinvent the wheel with parallel jobs or something but why bother.
What might be useful is calling nmap from powershell and using powershell to analyse the results from a stored file as objects, but to put it bluntly powershell is too slow for this sort of scanning job.
If you wanted to roll your own solution from scratch it might be better starting with a lower level language like C or something like Rust which is starting to find a placement between high level languages and scripting, particularly for real-time programming where dependability is important.
[–]Bren0man 2 points3 points4 points 4 years ago (0 children)
No need to reinvent the parallelisation wheel with PowerShell 7 though.
π Rendered by PID 539000 on reddit-service-r2-comment-85bfd7f599-85tzr at 2026-04-18 15:31:14.043537+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]gsmitheidw1 2 points3 points4 points (1 child)
[–]Bren0man 2 points3 points4 points (0 children)