Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrussellfreelance committed Feb 22, 2020
1 parent 888a920 commit 6afb678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 6afb678

Please sign in to comment.