From 6afb6780e8a84f5c02fde55518c20066502ed0f2 Mon Sep 17 00:00:00 2001 From: jrussellfreelance Date: Sat, 22 Feb 2020 16:26:54 -0500 Subject: [PATCH] updated readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cf60a3e..4e6ffd1 100644 --- a/readme.md +++ b/readme.md @@ -1,10 +1,10 @@ ## My PowerShell Scripts As requested, here is a list of all the scripts I could make generic, and that aren't exclusive to where I work. I am still new to PowerShell, so forgive me if my scripts seem stupid or not helpful. If you open up a script, I explain what it does in the comments. Also, in general I need to add in some more error checking and verification of success, because normally I am so used to being the only person who uses the script, so I know what not to do. -Powershell-Cmdlet-Explorer lists all installed modules, and by clicking on a module, you can see the cmdlets for that module. When you click on a cmdlet, you can see the help information for it. +*Powershell-Cmdlet-Explorer* lists all installed modules, and by clicking on a module, you can see the cmdlets for that module. When you click on a cmdlet, you can see the help information for it. Screenshot: -![alt text](https://www.jesserussell.net/wp-content/uploads/2018/01/powershell-cmdlet-explorer2.png) +![cmdlet screenshot](https://raw.githubusercontent.com/JacFearsome/powershell-scripts/master/screenshots/cmdlet1.png) You can check each script's file for a description of what it does.