In Case You Missed It

ICYMI: PowerShell Week of 19-March-2021

Robin Dadswell
2 min read
Share:

Topics include DSC, Active Directory, Compare-Object and more…

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

Simple Simple Microsoft Crescendo Example Part II

by Tommy Maynard on 15th March

The Microsoft.PowerShell.Crescendo module is mostly brand new. It’s still early on in its development. It’s currently at version 0.4.1.. Tomyy gives you an idea of his first experience working with the module.

PowerShell Execution Policies: Understanding and Managing

by Chaitanya on 16th March

In this post, you’re going to learn about PowerShell execution policies and how to manage them with the Set-ExecutionPolicy cmdlet. By the end of this post, you’ll know not only to run scripts but how to use execution policies too!

Extending PowerShell’s Compare-Object to handle custom classes and arrays

by Dirk Bremen on 16th March

In this post, Dirk will walk you through the process of extending the built-in Compare-Object cmdlet to support “deep” comparison of custom objects, arrays, and classes.

Advanced HTML reporting using PowerShell

by Przemysław Kłys on 16th March

Have a look at Przemysław Klys’s Advanced HTML reporting using PowerShell

Better Active Directory Reporting with PowerShell

by Jeff Hicks on 18th March

Jeff shares his ADReportingScripts tools, built from a collection of scripts to deal with common AD tasks and frustrations.

Reddit /r/PowerShell - Most Popular Weekly Post

Redditor discovers the “Copy as PowerShell” feature, also available in Chrome.

Tweet of the Week

#PowerShell 7.2-preview.4 is out!

Youtube: Testing DSC Pull Server and apply localhost.mof to a client node that disables Windows Firewall

As a follow on from last week, In this video we will use this same infrastructure to configure the Windows Firewall on a client node. I will use the FirewallProfile resource from the NetworkingDSC Module on the PowerShell Gallery to accomplish the task. The video has all the step-by-step instructions, and you can download the code used at my website linked below.

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