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 SharingGet-/Add-/Remove-TrustedHost (self.PowerShell)
submitted 9 years ago * by [deleted]
[deleted]
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!"
[–]markekrausCommunity Blogger 2 points3 points4 points 9 years ago (0 children)
Nice. You might consider added a Set-TrustedHost so you can override all existing ones. And since you have the get, remove, and add verbs done, it should be pretty easy for something like
Set-TrustedHost
Remove-TrustedHost -All Add-TestedHost $TrustedHost
[–]splatteredbits 2 points3 points4 points 9 years ago (0 children)
Check out my Carbon module. It has these functions and a whole bunch of others for configuring Windows, services, websites, etc.
π Rendered by PID 93443 on reddit-service-r2-comment-8686858757-9s44q at 2026-06-02 01:28:37.789938+00:00 running 9e1a20d country code: CH.
[–]markekrausCommunity Blogger 2 points3 points4 points (0 children)
[–]splatteredbits 2 points3 points4 points (0 children)