In Case You Missed It

ICYMI: PowerShell Week of 20-November-2020

Robin Dadswell
2 min read
Share:

Topics include Splatting, Print Servers, Active Directory and more…

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

Using the PowerShell formatting system to your advantage

by Jos Koelewijn on 15th November
A nice walkthrough of how PowerShell displays output.

Answering the PowerShell Registered User Challenge

by Jeff Hicks on 16th November
Take a look at Jeff’s solution for the recent Iron Scripter Challenge around a computer’s registered user.

Documenting with PowerShell: Documenting Print Servers

by Kelvin Tegelaar on 17th November
Before I start on this; I agree. Printers are the bane of our existence in IT and I am hoping for a paperless environment each day. Unfortunately we’re not at that future just yet, so we have to document print servers and their settings.

PowerShell Splatting: What is it and How Does it Work?

by Adam Listek on 18th November
In this article, you’ll learn how best to use PowerShell splatting to enhance your scripts and code!

Reddit users share recent PowerShell tips they have learned.

Tweet of the Week

If you’re already bored of the #PowerShell 7.1 GA, don’t fret! The first PowerShell 7.2 preview is already live

Youtube: Active Directory automation with PowerShell

Live stream showing off using PowerShell for working in Active Directory.

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