Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdhitsolutions/jdhitsolutions
https://github.com/jdhitsolutions/jdhitsolutions
powershell powershell-module
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdhitsolutions/jdhitsolutions
- Owner: jdhitsolutions
- Created: 2021-03-10T18:11:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T13:47:31.000Z (25 days ago)
- Last Synced: 2024-10-12T21:06:45.644Z (25 days ago)
- Topics: powershell, powershell-module
- Homepage:
- Size: 255 KB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Jeff Hicks
I am a veteran IT Pro and scripting fanatic, going back to batch files in the early days of DOS. Today, I create content, code, and courses intended to teach PowerShell or to make an IT Pro's job a little easier. You can often find me speaking to user groups and at IT conferences like Techmentor. You can learn about me and links to all of my online activities, including a premium newsletter at .
Here is a sample of my latest work:
- [Introducing PSReminderLite](https://jdhitsolutions.com/blog/powershell/9422/introducing-psreminderlite/?utm_source=rss&utm_medium=rss&utm_campaign=introducing-psreminderlite)
- [PowerShell Scripting and Toolmaking](https://jdhitsolutions.com/blog/books/9389/powershell-scripting-and-toolmaking/?utm_source=rss&utm_medium=rss&utm_campaign=powershell-scripting-and-toolmaking)
- [Pick Up The PowerShell Practice Primer](https://jdhitsolutions.com/blog/books/9352/pick-up-powershell-practice-primer/?utm_source=rss&utm_medium=rss&utm_campaign=pick-up-powershell-practice-primer)
- [GitHub Scripting Challenge Solution](https://jdhitsolutions.com/blog/powershell/9343/github-scripting-challenge-solution/?utm_source=rss&utm_medium=rss&utm_campaign=github-scripting-challenge-solution)
- [My Conference Future](https://jdhitsolutions.com/blog/conferences/9327/my-conference-future/?utm_source=rss&utm_medium=rss&utm_campaign=my-conference-future)[![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fjeffhicks)](https://twitter.com/jeffhicks) You can find me on [X](https://twitter.com/jeffhicks) and I hope you'll think about following me, althouth my engagement on Twitter is slowing and you'll find me more active on Mastodon. and [BlueSky](https://bsky.app/profile/jeffhicks.bsky.social).
## Go Premium :newspaper:
You might be interested in subscribing to my premium PowerShell newsletter, [Behind the PowerShell Pipeline](https://buttondown.email/behind-the-powershell-pipeline/), which dives deeper into PowerShell and the culture around it. You can subscribe for free and receive limited content. Premium members get content like [this article](https://buttondown.email/behind-the-powershell-pipeline/archive/are-you-my-type/). Paid subscribers have full access to all published content going back to the beginning of 2022.
##
_"Those who forget to automate are doomed to repeat their work."_
## :bulb: Current Work
The list below includes some of my current GitHub projects that I think will be of interest to most IT professionals. I write these modules not only to solve common problems or add value to your daily work routine but also to serve as teaching opportunities. As you might expect, much of my work is PowerShell-related, and most modules can be installed from the PowerShell Gallery. You can find all of my repositories by clicking the Repositories link above or [here](https://github.com/jdhitsolutions?tab=repositories).
You might also find useful bits of information in my GitHub [gists](https://gist.github.com/jdhitsolutions).
[:heart: Sponsor](https://github.com/sponsors/jdhitsolutions)
Name| Repository | PowerShell Gallery | Notes
|---|--- | :--- |---|
PowerShell Scripting Tools | [PSScriptTools](https://github.com/jdhitsolutions/PSScriptTools) | ![PSGallery Version](https://img.shields.io/powershellgallery/v/PSScripttools.png?style=for-the-badge&logo=powershell&label=PSScriptTools) ![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/PSScripttools.png?style=for-the-badge&logo=powershell&label=Downloads) | A set of PowerShell functions you might use to enhance your functions and scripts or to facilitate working in the console. Most commands should work in both Windows PowerShell and PowerShell 7, even cross-platform.
PS Release Tools | [PSReleaseTools](https://github.com/jdhitsolutions/PSReleaseTools) | ![PSGallery Version](https://img.shields.io/powershellgallery/v/PSReleaseTools.png?style=for-the-badge&logo=powershell&label=PSReleaseTools)![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/PSReleaseTools.png?style=for-the-badge&logo=powershell&label=Downloads) | A set of commands for working with PowerShell 7.x releases, including preview builds.
Windows Terminal Toolbox | [WTToolBox](https://github.com/jdhitsolutions/WTToolBox) | [![PSGallery Version](https://img.shields.io/powershellgallery/v/WTToolBox.png?style=for-the-badge&logo=powershell&label=WTToolBox)](https://www.powershellgallery.com/packages/WTToolBox/) [![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/WTToolBox.png?style=for-the-badge&&logo=powershell&label=Downloads)](https://www.powershellgallery.com/packages/WTToolBox/) | A set of PowerShell functions for managing and working with the Windows Terminal application from Microsoft.
Active Directory Reporting Tools | [ADReportingTools](https://github.com/jdhitsolutions/ADReportingTools) | ![PSGallery Version](https://img.shields.io/powershellgallery/v/ADReportingTools.png?style=for-the-badge&logo=powershell&label=ADReportingTools)![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/ADReportingTools.png?style=for-the-badge&&logo=powershell&label=Downloads)| A set of PowerShell commands to gather information and create reports from Active Directory. Requires the ActiveDirectory module from Microsoft.## :book: Books and Courses :mortar_board:
In addition to the well-known [_Learn PowerShell in a Month of Lunches_](https://www.manning.com/books/learn-windows-powershell-in-a-month-of-lunches-third-edition?a_aid=jdhit&a_bid=2326a8ab) book, you can find my other work on LeanPub.
| | |
|---|---|
![PowerShell PracticePrimer](images/psprimer-thumb.png) | [_The PowerShell Practice Primer_](https://leanpub.com/psprimer) isn't a book to teach your PowerShell, but rather to re-enforce what you already know through 100+ console-based exercises. No scripting is required. Updated with PowerShell 7.x content.
![PowerShell Scripting and Toolmaking](images/pstoolmaking-thumbnail.png) | If you have read [_Learn PowerShell Scripting in a Month of Lunches_](https://www.manning.com/books/learn-powershell-scripting-in-a-month-of-lunches?a_aid=jdhit&a_bid=2326a8ab), then you are ready for the next step. Don Jones and I wrote this book intending it to be the definitive guide on everything you need to know to be a better PowerShell scripter and toolmaker.
![pluralsight](images/ps-skills-thumb.jpg) | I have been creating video training courses for over ten years. I have a large course catalog at [Pluralsight](https://pluralsight.pxf.io/qbR6n), with an emphasis on PowerShell-related content. If you are just getting started with PowerShell 7, [I got you covered](https://pluralsight.pxf.io/Lbvya) there as well.
-----## ![PS](images/powershell-emoji.png) Recommendations
There is a wealth of code on GitHub. These are a few recommendations for PowerShell-related repositories. Many of these people have published modules in the PowerShell Gallery.
- [![Doug Finke](https://img.shields.io/badge/Doug%20Finke-%40dfinke-green?style=for-the-badge&logo=github)](https://github.com/dfinke)
- [![Dave Carroll](https://img.shields.io/badge/Dave%20Carroll-%40theDaveCarroll-green?style=for-the-badge&logo=github)](https://github.com/thedavecarroll/)
- [![Josh King](https://img.shields.io/badge/Josh%20King-%40Windos-green?style=for-the-badge&logo=github)](https://github.com/windos)
- [![Justin Grote](https://img.shields.io/badge/Justin%20Grote-%40JustinGrote-green?style=for-the-badge&logo=github)](https://github.com/justingrote)
- [![Timothy Warner](https://img.shields.io/badge/Timothy%20Warner-%40TimothyWarner-green?style=for-the-badge&logo=github)](https://github.com/timothywarner)
- [![Kevin Marquette](https://img.shields.io/badge/Kevin%20Marquette-%40KevinMarquette-green?style=for-the-badge&logo=github)](https://github.com/KevinMarquette)
- [![mdgrs-mei](https://img.shields.io/badge/mdgrs--mei-%40mdgrs--mei-green?style=for-the-badge&logo=github)](https://github.com/mdgrs-mei)-----
## :octocat: My Stats
[![My GitHub stats](https://github-readme-stats.vercel.app/api?username=jdhitsolutions)](https://github.com/jdhitsolutions/github-readme-stats)