In Case You Missed It

ICYMI: PowerShell Week of 16-October-2020

Robin Dadswell
2 min read
Share:

Topics include DSC, AD Recycle Bin, Pester and more…

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

Getting familiar with Invoke-Item in PowerShell

by Mike Kanakos on 12th October

Mike does a deep dive on the Invoke-Item cmdlet, showing you all the ways to use it.

How to Recover Objects with the Active Directory Recycle Bin

by Adam Listek on 13th October

In this article, Adam explores exactly how the recycle bin functions, what can be done with the recycle bin, and how to effectively use it.

Getting Started in Web Automation with PowerShell and Selenium

by June Castillote on 14th October

Learn how to get started using the incredible combination of these two excellent tools, Selenium and PowerShell, to automate web-related tasks on web browsers. You’ll learn how to programmatically perform actions such as navigating, logging, searching, clicking, and sending input.

Beyond Pester 101: Applying testing principles to PowerShell.

by Glenn Sarti on 15th October

We see a lot talks on testing PowerShell with Pester, but are the tests we write good tests? What makes a test “good”? How do we measure how effective our tests are? This talk will help you answer these questions, including why testing is important and how to apply these principles to your project.

Automating with PowerShell: Creating your own password push.

by Kelvin Tegelaar on 16th October

A password pushing tool with an Azure Function.

Reddit /r/PowerShell - Most Popular Weekly Post

A discussion around is DSC still relevant to learn today.

Tweet of the Week

A new approach to managing the #PowerShell repository, engine, and Committee.

Youtube: Power Apps change the app owner with PowerShell.

In this Quick Thursday Tip (QTT) you will learn how to change the owner of one or more Power Apps by using PowerShell. Super handy when someone leaves the company for example.

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