In Case You Missed It PowerShell for Admins PowerShell for Developers

ICYMI: PowerShell Week of 18-June-2021

Robin Dadswell
2 min read
Share:

Topics include Password Auditing, PowerShell 7.2, WiFi Password Recovery and more…

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

How to show all known Wi-Fi network SSIDs and Passphrases with Powershell

by Paolo Frigo on 8th June

Paolo simply needed the list of all the known wi-fi networks presented in a key-value pair format, so he wrote this script a few months ago and took the opportunity to write an article about it.

Audit your Active Directory user passwords against haveibeenpwned.com

by Ondrej Sebela on 13th June

In this article, Andrew will show you, how to easily and securely check, whether some of your users are using leaked passwords with PowerShell.

Monitoring with PowerShell: Predict when disk is full

by Kelvin Tegelaar on 15th June

Learn how to start doing predictive monitoring with PowerShell in this article

How to Work with REST APIs and PowerShell’s Invoke-RestMethod

by Ryan Kowalewskik on 18th June

Do you often access application programming interfaces (APIs) using PowerShell? Maybe you want to but don’t know where to start? Whether you’re a PowerShell pro or just starting, this tutorial has you covered with a built-in PowerShell cmdlet that interacts with APIs called Invoke-RestMethod.

Preview updating PowerShell 7.2 with Microsoft Update

by Travis Plunk on 18th June

Update PowerShell using Microsoft updates coming soon - find out more about it here

u/richie65 shares his module for a PowerShell version of ipconfig.

Tweet of the Week

A look at Justin’s @code native Pester test adapter

Youtube: I Need Coffee: Episode 56 - Get BC Version from Docker Container using PowerShell

Get BC Version from Docker Container using PowerShell

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