In Case You Missed It

ICYMI: PowerShell Week of 30-April-2021

Robin Dadswell
2 min read
Share:

Topics include SendAs, Intune, Hyper-V, Secrets Management and more…

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

Automating with PowerShell: Deploying Send as Alias for M365

by Kelvin Tegelaar on 29th April

How to Deploy Send as Alias for M365 using PowerShell

Use PowerShell and MS Graph to locate an Intune device

by Damien Van Robaeys on 29th April

In this post Damien shows you how to use PowerShell and MS Graph to locate an Intune device.

Azure Visualizer PowerShell module v1.1.2 released!

by Prateek Sing on 30th April

Azure Visualizer aka ‘AzViz’ - PowerShell module to automatically generate Azure resource topology diagrams by just typing a PowerShell cmdlet and passing the name of one or more Azure Resource Group(s).

*How to Set Up Hyper-V Nested Virtualization [Step-by-Step]*

by June Castillote on 30th April

Do you need to set up a lab that needs multiple hosts? Or test an application in an isolated environment? Hyper-V nested virtualization could be the right setup you need. Hyper-V is a built-in feature or role to Windows you only need to enable to start using. And it’s free! You will learn how to set up Hyper-V to enable nested virtualization using PowerShell in the post.

u/ZebulaJams created a script for his HR Dept and sharing with us.

Tweet of the Week

PowerShell + DevOps Global summit 2022 Announcement!

Youtube: New PowerShell Secrets Management Module - Easily use any secret provider

In this video John explores a solution to the problem of handling secrets in scripts and having to use secret implementation specific code. The new Secrets Management module solves this.

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