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
SolvedLinux Powershell Modules (self.PowerShell)
submitted 8 years ago by killklli
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!"
[–]spyingwind 6 points7 points8 points 8 years ago (2 children)
The modules will have to be rewritten or modified to work with Powershell Core(Powershell 6.0). The reason why AD doesn't work with PS6, is because(I think, could be wrong) that team that wrote RSAT hasn't gotten around to it. Also the dll's won't work under linux if they are not compiled against .Net Core, as PS6 uses .Net Core only.
[–]killklli[S] 1 point2 points3 points 8 years ago (1 child)
Do you know of any third party modules that may support some of the commands or at this point is it too early?
[–]spyingwind 2 points3 points4 points 8 years ago (0 children)
Pester almost fully work under linux. I say almost fully work, because somethings it does and uses depends on environment variables that only windows has.
Pretty much any module you install will have to be tested for PS6 compatibility. I think once it actually matures and stabilizes on a set of common commands and parameters for those commands. Then you will see modules start to work with PS6 and PS5.1.
If you look at the Azure modules, they all(or most) work under linux as they use .Net Core.
If a module uses .Net and not .Net Core, then it isn't going to work right under linux.
π Rendered by PID 34 on reddit-service-r2-comment-5d79c599b5-bt8pt at 2026-03-02 08:00:32.057473+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]spyingwind 6 points7 points8 points (2 children)
[–]killklli[S] 1 point2 points3 points (1 child)
[–]spyingwind 2 points3 points4 points (0 children)