In Case You Missed It

ICYMI: PowerShell Week of 19-June-2020

Robin Dadswell
1 min read
Share:

Topics include PSReadLine, Active Directory Monitoring, PowerShell Inventory and more…

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

Monitoring with PowerShell: Monitoring Active Directory Health

by Kelvin Tegelaar on 15th June

A Script for monitoring the entire general health of a domain controller

PowerShell command history

by СЕРГЕЙ ВАСИН on 16th June

Exploring your PS History with PSReadLine

Building a PowerShell Inventory

by Jeff Hicks on 16th June

PowerShell code that we could use to inventory our PowerShell script library.

Resolving PowerShell Module Assembly Dependency Conflicts

by Robert Holt on 17th June

When writing a PowerShell module, especially a binary module (i.e. one written in a language like C# and loaded into PowerShell as an assembly/DLL), it’s natural to take dependencies on other packages or libraries to provide functionality.

Reddit /r/PowerShell - Most Popular Weekly Post

Part 4 of a blog post sharing a script to scan IP Address and provide details.

Tweet of the Week

The first update to Windows Terminal Preview is out now!

Youtube: Intro to REST API calls with Powershell

CodeDoge’s video to help you get started with APIs 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

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