In Case You Missed It

ICYMI: PowerShell Week of 21-August-2020

Robin Dadswell
2 min read
Share:

Topics include Microsoft 365, PowerShell 7.1, Managing Cloud with Powershell and more…

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

PowerShell to C# and Back: Data Types, Type conversion, Variables and Operators

by Prateek Singh on 16th August
It’s like an old tradition to introduce new programming language to the readers using a ‘Hello World!’ program, so keeping that in mind here are the steps to create your first Hello World program in C# and a step by step explanation of each line and keyword used in the program. We also have some examples where we would be consuming C# code in PowerShell and executing it.

PowerShell 7.1 Preview 6

by Steve Lee on 17th August
Today, we are releasing the sixth preview of the PowerShell 7.1 release! With a roadmap update to match.

How to Send Email Securely with PowerShell

by Adam Listek on 20th August
Need to notify your team on a failed service, only to find that your PowerShell email has bounced? Unauthenticated email has become difficult to pass in many mail systems. You don’t want to miss an important email notification because you relied on outdated PowerShell cmdlets.

How to Manage Microsoft Teams via PowerShell

by Anthony Bartolo on 20th August
A quick overview of some commands in the Microsoft Teams Module

Monitoring With PowerShell: Monitoring O365 Alerts

by Kevin Tegelaar on 21st August
A look at different types of alerting policies within the M365 space.

Reddit Post to show an automatically populating script menu

Tweet of the Week

Set VS Code default language to PowerShell

Youtube: Manage Cloud with PowerShell

Learn how to manage cloud with PowerShell on major cloud providers such as AWS, Azure, and Google Cloud. Discover how to authenticate your PowerShell session to your cloud account and then create and manage resources. See how you can use PowerShell to harness the power of the cloud! I wrap up this episode with a fully working example of creating and securing cloud resources demoing AWS and Azure side-by-side!

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