In Case You Missed It

ICYMI: PowerShell Week of 29-May-2020

Robin Dadswell
2 min read
Share:

Topics include Performance Counters, Out-buffer, Pester and more…

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

Automating with PowerShell: Creating dynamic distribution groups in all O365 tenants

by @KelvinTegelaar on 27th May

Kelvin came up with a script to create a distribution group and add users dynamically in the O365 tenants.

Solving the PowerShell Counting Challenge

by @JeffHicks on 27th May

A few great challenge snippets by Jeff Hicks

Using Performance Counters

by @TobiasPSP on 28th May

Learn how to automate CPU load monitoring with performance counters.

So That’s What OutBuffer Is For!

by @WindosNZ on 28th May

In this post, Josh explains about what is -OutBuffer and what is it for.

Reddit /r/PowerShell - Most Popular Weekly Post

As a long time fish shell user who recently returned to Windows, I really wanted to recreate the prompt from the fish shell, so I wrote a little script to do it! It’s my first Powershell script, and I’m amazed by how easy it is to script things; it’s just like C#!

Tweet of the Week

#pester #pspester #powershell It is finally true, Pester 5.0.0 is out, go grab it in PSGallery.

Youtube: Run PowerShell in VS Code on WSL2

In this video, I show how to install PowerShell in Windows Subsystem for Linux version 2. After it’s copied to the machine, I then show how to configure the VS Code PowerShell extension so that you can execute PowerShell on the Linux WSL instance.

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