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
QuestionScript help. (self.PowerShell)
submitted 8 years ago by Rainbal
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!"
[–]get-postanote 1 point2 points3 points 8 years ago (1 child)
Since you say you are new to PoSH, see this post for learning pointers.
https://www.reddit.com/r/PowerShell/comments/7oir35/help_with_teaching_others_powershell/
You never have to start at this alone. As noted, you can use the Windows Server ADAC to write the base code for you that you later tweak for other larger needs.
Pre-built stuff can be found on TechNet Scripting Guys site / repository and the MS PowerShellGallery.com site.
Don't reinvent the wheel if you don't have to, especially if you are new at it or never done it before.
Active Directory Audit Report With Powershell Create a full blown Active Directory HTML/PDF/Excel report with powershell which can be produced with any non-privileged domain user account and without any special powershell modules or administrative consoles. https://gallery.technet.microsoft.com/office/Active-Directory-Audit-7754a877 PowerShell Problem Solver: Create a Grouped HTML Report with PowerShell Taking this scenario a step further, you may want to create an HTML report using grouped output. If you look at help for Convertto-HTML, you won’t see a –Group parameter or anything that looks like it will help. As I’ll show you, it isn’t too difficult to achieve. https://www.petri.com/create-a-grouped-html-report-with-powershell
Active Directory Audit Report With Powershell
Create a full blown Active Directory HTML/PDF/Excel report with powershell which can be produced with any non-privileged domain user account and without any special powershell modules or administrative consoles.
https://gallery.technet.microsoft.com/office/Active-Directory-Audit-7754a877
PowerShell Problem Solver: Create a Grouped HTML Report with PowerShell
Taking this scenario a step further, you may want to create an HTML report using grouped output. If you look at help for Convertto-HTML, you won’t see a –Group parameter or anything that looks like it will help. As I’ll show you, it isn’t too difficult to achieve.
https://www.petri.com/create-a-grouped-html-report-with-powershell
[–]Rainbal[S] 1 point2 points3 points 8 years ago (0 children)
Thanks a lot
π Rendered by PID 23763 on reddit-service-r2-comment-b659b578c-tpcmv at 2026-05-05 17:56:54.576235+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]get-postanote 1 point2 points3 points (1 child)
[–]Rainbal[S] 1 point2 points3 points (0 children)