In Case You Missed It

ICYMI: PowerShell Week of 26-March-2021

Robin Dadswell
2 min read
Share:

Topics include PoshGUI, Foreach-Parallel, Azure CLI and more…

Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux

Solving Another PowerShell Math Challenge

by Jeff Hicks on 22nd March

Solving Another #PowerShell Math Challenge from the Iron Scripter Chairman

Installing the RSAT (Remote Server Administration Tools for Windows 10) tools using PowerShell

by Luke Murray on 24th March

Installing the RSAT (Remote Server Administration Tools for Windows 10) tools using PowerShell. This is just a quick article, written purely as an easy reference.

How to Install the Azure CLI (Windows, Linux, macOS, Azure Shell)

by Nick Rimmer on 24th March

Nick shows us how to install Azure CLI across multiple platforms.

How to chain multiple PowerShell commands on one line

by Thomas Maurer on 25th March

In this blog post, we will look at how you can chain and run multiple PowerShell commands on one line using pipelines and chaining commands.

Reddit /r/PowerShell - Most Popular Weekly Post

PoshGUI has switched to a subscription model with a lifetime access tier. The comments are filled with mixed reactions and suggestions for alternatives as well.

Tweet of the Week

SecretManagement and SecretStore are officially GA!

Youtube: ForEach-Parallel

When PowerShellv7 came out, it came with a foreach -parallel parameter. Now I finally get to learn how to use this new parameter and take you along for the ride.

Related Articles

Oct 8, 2021

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

Sep 3, 2021

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