In Case You Missed It

ICYMI: PowerShell Week of 22-October-2021

Robin Dadswell
2 min read
Share:

Topics include Microsoft Graph, PowerShell remoting and more…

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

Sending Email from Exchange Online Using the Microsoft Graph SDK for PowerShell

by Tony Redmond on 18th October

how to send Email from Exchange Online Using the Microsoft Graph SDK for PowerShell

Removing Obsolete PowerShell Remoting Configurations

by Jeffrey Hicks on 20th October

Microsoft is scheduled to release PowerShell 7.2 soon, I thought it might be good to revisit this topic. Here’s the potential issue. If you’ve been installing PowerShell 7 releases for a while, and have been enabling PowerShell remoting, you most likely have a list of remoting session configurations like this.

Get up to speed with PowerShell and the Microsoft Graph API

by Liam Cleary on 21st October

Microsoft plans to retire technologies that admins depend on to handle Office 365 and other cloud services via PowerShell. Learn how to start with this newer management method.

Tweet of the Week

#PowerShell 7.2-RC1 is out!

Youtube: Beginner’s Guide: Azure PowerShell

PowerShell has been a preferred method of automating different actions and processes with Windows Administrators. As a cross-platform command-line and scripting environment, it employs cmdlets and modules across the Microsoft ecosystem. In this video, Mark Mikula shows you how to get started with Azure PowerShell by installing, accessing, and managing your Azure resources.

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