From 044071ef9f41b9e013c63e5f7038e39d0220f5bf Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 17 Jul 2017 16:51:51 +0200 Subject: [PATCH] powershell resources, tips and tricks --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 01661e3..d252636 100644 --- a/README.md +++ b/README.md @@ -1725,6 +1725,10 @@ Raw * [MoonPoint](http://support.moonpoint.com/network/proxy/putty/) - Using PuTTY to set up a SOCKS Proxy Connection * [MoonPoint](http://support.moonpoint.com/network/proxy/ie10-socks-proxy.php) - Configuring IE 10 to use an SSH SOCKS Proxy Server * [Calomel.org](https://calomel.org/samba_optimize.html) - Samba Optimizations and Speed Tuning for Performance +* [PSScriptAnalyzer](https://www.powershellgallery.com/packages/PSScriptAnalyzer/) - provides script analysis and checks for potential code defects in the scripts by applying a group of built-in or customized rules on the scripts being analyzed. +* [Pester](https://github.com/pester/Pester) - PowerShell BDD style testing framework +* [PowerShellScripts.com](http://powershellscripts.com/) - some scripts, tutoriels for powershell. Warning : some dead links here +* [JeffOps](http://jeffwouters.nl/) - The Scripting dutchman : lot of scripts and tips for powershell [Dillinger]: [bats]: