ICYMI: PowerShell Week of 11-September-2020
Topics include filtering speed increase, PoshBot, error handling and more!
Special thanks to Robin Dadswell, Prasoon Karunan V, Kiran Patnayakuni and Kevin Laux.
Speeding Access to Office 365 PowerShell Data Using Where Instead of Where-Object
by Tony Redmond on 7th September
A neat little investigation by Tony Redmond into the benefits of using the .NET where method as opposed to the PowerShell Native Where-Object command.
PowerShell Tips & Tricks That Will Increase Your Productivity
by Caroline Chiari on 8th September
See some things that Caroline finds helpful on the command line and maybe learn something new in the process!
Certificate-Based Authentication for Exchange Online PowerShell
by Robin Dadswell on 9th September
An exploration into a vital part of migrating away from Basic Authentication for Exchange Online
PowerShell Error Handling
by Adam Bertram on 9th September
To ensure we set up a net to catch all of the errors that are bound to happen, it’s important to understand error handling. Error handling is a concept in all programming languages that outlines steps, procedures and code that’s written to intelligently capture errors and do something about them. PowerShell is no different.
Reddit /r/PowerShell - Most Popular Weekly Post
A discussion about Advanced Functions and should you learn about them
Tweet of the Week
#PowerShell 7.1-preview.7 is out! This will be our last preview (unless there’s a major issue) before our Release Candidate!
Youtube: Module Monday: PoshBot
Module Monday is a video series where I look at a cool PowerShell module each Monday. This Monday, I looked at PoshBot. PoshBot is a chat bot built with PowerShell. It allows you to issue you commands from your chat client, schedule jobs, trigger messages on events and more! Upgrade your ChatOps!
Related Articles
ICYMI: PowerShell Week of 22-October-2021
Topics include Microsoft Graph, PowerShell remoting and more…
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
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