ICYMI: PowerShell Week of 13-November-2020
Topics include Teams, Azure, Tic-Tac-Toe and more…
Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux.
Introducing PSTeams 2.0 – Support for Adaptive Cards, Hero Cards, List Cards and Thumbnail Cards
by Przemyslaw Klys on 9th November
Let’s look at enhancements in the Teams PS module about what type of cards that can now be sent via PowerShell.
How to Survive Refactoring a PowerShell Script from Hell.
by Adam Bertram on 10th November
If you’ve ever inherited a script or set of PowerShell scripts, you probably know the frustration. You have a specific way of coding honed over years and years of experience and you come across a… let’s say monstrosity.
Announcing PSReadLine 2.1+ with Predictive IntelliSense
by Jason Helmick on 10th November
With the latest release of PowerShell and PSReadLine Beta version, Jason walks us through how to enable and make use of predictive IntelliSense.
Announcing Az Predictor.
by Damien Caro on 11th November
The Azure PowerShell modules expose over 4,000 cmdlets and, on average, ten parameters per cmdlet. Experienced PowerShell users will find the right cmdlet and parameter to achieve their goal but this can be more complicated for casual users.
Better Performance Counters with PowerShell
by Jeff Hicks on 12th November
Jeff Hicks show us a new addition to the latest release of PSScriptTools around Performance Counters.
Reddit /r/PowerShell - Most Popular Weekly Post
u/Fireburd55 made tic-tac-toe in PowerShell and wanted to share it with the community.
Tweet of the Week
Whether you’re a #PowerShell 7.0 user or a Windows PowerShell diehard, make sure to check out latest GA release of PowerShell 7.1!
Youtube: Catch Me If You Can: PowerShell Red vs Blue
A talk about how security and PowerShell interact and in some cases cause problems for each other.
Related Articles
ICYMI: PowerShell Week of 22-October-2021
Topics include Microsoft Graph, PowerShell remoting and more…
ICYMI: PowerShell Week of 08-October-2021
Topics include VMWare, Windows 11, Web Reports and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux How to gather your vCenter inventory data with this VMware PowerShell script by Scott Matteson on 7th October Inventory reports are a common request when administering a VMware vCenter environment. Learn how this VMware PowerShell script can make such requests quick and easy Building a Web Report in PowerShell, use the -Force Luke by Chris Noring on 8th October
ICYMI: PowerShell Week of 03-September-2021
Topics include O365, SQL, Code Formatting and more… Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux Automating with PowerShell: Setting up application consent by Kelvin Tegelaar on 29th August In this post you will learn two things about 0365 application consent: how to setup the OAuth consent workflow and how to monitor for application requests. Easy way to connect to FTPS and SFTP using PowerShell by Przemyslaw Klys on 29th August