Add cheatsheet powershell sans and practicalpowershell #12434 (#12436)

* Added Powershell7 quick references cheatsheet from PracticalPowershell

* Added SANS Powershell cheatsheet

* Update more/free-programming-cheatsheets.md

Co-authored-by: Leithen <lcrider@cvent.com>

* Update more/free-programming-cheatsheets.md

Co-authored-by: Leithen <lcrider@cvent.com>

---------

Co-authored-by: enguy-hub <enguy-hub@github.com>
Co-authored-by: Leithen <lcrider@cvent.com>
This commit is contained in:
enguy-hub
2025-10-13 02:00:56 +02:00
committed by GitHub
parent 37975c892a
commit f8552bc741
+7
View File
@@ -40,6 +40,7 @@
* [Octave](#octave)
* [Perl](#perl)
* [PHP](#php)
* [Powershell](#powershell)
* [Python](#python)
* [Django](#django)
* [FastAPI](#fastapi)
@@ -401,6 +402,12 @@
* [PHP Cheat Sheet - 2021 Edition](https://www.quickstart.com/blog/php-cheat-sheet/) - Zsolt Nagy (HTML)
### Powershell
* [Powershell 7.0 - Quick References](https://practicalpowershell.com/wp-content/uploads/2020/04/PowerShellQuickReference-PowerShell7.0-v1.03.pdf) - PracticalPowershell (PDF)
* [SANS Powershell Cheatsheet](https://wiki.sans.blue/Tools/pdfs/PowerShell.pdf) - SANS (PDF)
### Python
* [Comprehensive Python Cheat Sheet for Beginners](https://medium.com/the-codehub/comprehensive-python-cheat-sheet-for-beginners-5d76bb038fa2) - Rishi Sidhu, Medium (HTML)