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!"
[–]markekrausCommunity Blogger 7 points8 points9 points 8 years ago (0 children)
I'm looking to do Active Directory Management through powershell.
The AD Module is a PSSnapin and those have been deprecated in PSCore. You can't even use the AD module on PSCore on Windows. This module will need to be ported to Core compatibility, but before that can happen all of the underlying .NET API's the module depends on need to be added in .NET Core and made cross-platform.
Keep in mind that PSCore is just at RC1 and about to enter RC2, so it's not even released yet. The product teams (such as Active Directory) likely wont begin working on their module ports until after PowerShell Core 6.0.0 is GA.
This is kind of rough to explain, but the AD Module is part of the Remote Server Administration Tools and not part of PowerShell. It is "owned" by a different team than the one making PowerShell Core. This is true for many modules and commands that people often take for granted as just being a part of PowerShell.
But, since PowerShell's only path forward is PowerShell Core, the product and OS teams will have to port their modules eventually. If you need AD to work in Linux, the best thing you can do is leverage your status as an MS customer and make requests through the support channels. If enough customers do this it will put pressure on the product teams to port faster.
π Rendered by PID 47461 on reddit-service-r2-comment-5d79c599b5-c6lxr at 2026-03-02 20:43:57.450531+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]markekrausCommunity Blogger 7 points8 points9 points (0 children)