Skip to content

Commit 8e5ae90

Browse files
jdh readme update
1 parent 861fd29 commit 8e5ae90

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

jdh.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
11
# Jeff Hicks
22

3-
:computer: I am a veteran IT Pro and scripting fiend, going all the way back to batch files in the early days of DOS. I create content, code, and courses intended to teach PowerShell or to make an IT Pro's job a little easier. I blog frequently at <https://jdhitsolutions.com/blog> and you can follow me on [Twitter](https://twitter.com/jeffhicks)
3+
I am a veteran IT Pro and scripting fiend, going all the way back to batch files in the early days of DOS. I create content, code, and courses intended to teach PowerShell or to make an IT Pro's job a little easier. I blog frequently at <https://jdhitsolutions.com/blog>, and you can follow me on [Twitter](https://twitter.com/jeffhicks).
44

55
## :bulb:Current Work
66

77
These are some of my current GitHub projects. Much of my work is PowerShell-related, and most modules can be installed from the PowerShell Gallery.
88

99
Name| Repository | PowerShell Gallery | Notes
1010
|---|--- | --- |---|
11-
PowerShell Scripting Tools |PSScriptingTools | stats | notes
12-
PS Release Tools | PSReleaseTools | stats | notes
13-
PowerShell Type Extension Tools |PSTypeExtensionTools | stats | notes
14-
Active Directory Reporting Tools |ADReportingTools | stats | notes
15-
MySQLLite | MySQLite | stats | notes
11+
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=PowerShell%20Gallery)![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/PSScripttools.png?style=for-the-badge&label=Downloads) | A set of PowerShell functions you might use to enhance your own functions and scripts or to facilitate working in the console. Most should work in both Windows PowerShell and PowerShell 7, even cross-platform.
12+
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=PowerShell%20Gallery)![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/PSReleaseTools.png?style=for-the-badge&label=Downloads) | A set of commands for working with PowerShell 7.x releases.
13+
PowerShell Type Extension Tools | [PSTypeExtensionTools](https://github.com/jdhitsolutions/PSTypeExtensionTools) | [![PSGallery Version](https://img.shields.io/powershellgallery/v/PSTypeExtensionTools.png?style=for-the-badge&logo=powershell&label=PowerShell%20Gallery)](https://www.powershellgallery.com/packages/PSTypeExtensionTools/) [![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/PSTypeExtensionTools.png?style=for-the-badge&label=Downloads)](https://www.powershellgallery.com/packages/PSTypeExtensionTools/) | A set of PowerShell tools for working with type extensions.
14+
Active Directory Reporting Tools | [ADReportingTools](https://github.com/jdhitsolutions/ADReportingTools) | under active development | A set of PowerShell commands to gather information and create reports from Active Directory.
15+
MySQLite | [MySQLite](https://github.com/jdhitsolutions/MySQLite) | under development | A small set of PowerShell commands for working with SQLite database files.
1616
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=PowerShell%20Gallery)](https://www.powershellgallery.com/packages/WTToolBox/) [![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/WTToolBox.png?style=for-the-badge&label=Downloads)](https://www.powershellgallery.com/packages/WTToolBox/) | notes
17-
Windows Sandbox Tools | WindowsSandBoxTools | stats | notes
17+
Windows Sandbox Tools | [WindowsSandBoxTools](https://github.com/jdhitsolutions/WindowsSandboxTools) | under development | This repository is a collection of PowerShell tools and scripts that I use to run and configure the Windows Sandbox feature that is part of Windows 10 2004.
1818

19-
You can find all of my repositories [here](https://github.com/jdhitsolutions?tab=repositories).
19+
You can find all of my repositories [here](https://github.com/jdhitsolutions?tab=repositories). You might also find useful bits of information in my [gists](https://gist.github.com/jdhitsolutions)
20+
21+
## :book: Books and Courses :mortar_board:
22+
23+
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) books, you can find my other work on Leanpub.
24+
25+
| | |
26+
|---|---|
27+
![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-inforce what you already know through 100+ console-based exercises. No scripting is required.
28+
![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.
29+
30+
![pluralsight](images/pluralsight_logo.png)
31+
32+
I have been creating video training courses for over 10 years. I have a large course catalog at [Pluralsight](pluralsight.pxf.io/qbR6n), with an emphasis on PowerShell-related content. If you are just getting started with PowerShell 7, [I got you covered\(pluralsight.pxf.io/Lbvya) there as well.
2033

21-
## :book: Books and Courses
2234

2335
## :octocat: GitHub Stats
2436

0 commit comments

Comments
 (0)