In Case You Missed It

ICYMI: PowerShell Week of 30-October-2020

Robin Dadswell
2 min read
Share:

Topics include SQL, Teams Webhooks, Zombie Files and more…

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

How to Manage SharePoint and Microsoft Teams with PowerShell Core

by Veronique Lengelle on 27th October
If you’re as addicted as I am with SharePoint, you might be glad to know that managing SharePoint is now possible with PowerShell Core!

Creating Adaptive Cards via Teams Incoming Webhooks Using PowerShell

by Adam Listek on 27th October
If you want to create a customized card in Teams you can do so with Adaptive Cards and Adam shows you how to create them with webhooks in Teams via PowerShell.

Writing an Extension Vault for PowerShell SecretManagement Preview 4

by Adam Listek on 28th October
If you’ve ever hardcoded a password, an API key, or a private certificate in a script, stop! You need to secure that sensitive information! One way to do that is with the PowerShell SecretManagement module. Offering a convenient way for a user to store and retrieve secrets using PowerShell, the SecretManagement module also has the ability to interface with different back-end systems such as Azure KeyStore or KeePass too using an extension vault!

PIVOT in PowerShell

by Shane O’Neill on 29th October
Shane improves upon his last post “Attempting SUM() OVER () in PowerShell” by using PIVOT in PowerShell.

Finding Zombie Files with PowerShell

by Jeff Hicks on 30th October
Since this is Halloween weekend in the United States, I thought I’d offer up a PowerShell solution to a scary task – finding zombie files.

The title says it all, but dig through the comments and find out some of the finer points of what makes PowerShell great.

Tweet of the Week

Is the PowerShell Gallery down? lets ask twitter.

Youtube: Taking your automation to the next level with PowerShell 7

Great video covering PowerShell 7 with @jsnover

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