In Case You Missed It

ICYMI: PowerShell Week of 09-July-2021

Robin Dadswell
2 min read
Share:

Topics include Exchange Migrations, APIs, PrintNightmare and more…

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

Migrating Mailboxes to Exchange Online with PowerShell – Part 2

by Damian Scoles on 6th July

In the first part of this series, Migrating Mailboxes to Exchange Online with PowerShell – Part 1, we covered how to prepare for a mailbox migration, which included a series of preflight checks for mailbox moves. Now we move on to the PowerShell code for moving mailboxes from Exchange Server to Exchange Online. We will walk through the various Move Request cmdlets and how we can use these to perform our main migration tasks. On to the code!

Add Credentials To PowerShell Functions

by Josh Duffney on 6th July

In this blog post, you’ll learn how to add credential parameters to PowerShell functions.

Build a Powershell API with Pode

by Francois LEON on 7th July

cross platforms Powershell module to help you to create websites, schedulers API and more…

How to Hide Teams-Enabled Groups from Exchange Online

by Tony Redmond on 8th July

Microsoft 365 Groups created for new teams were hidden from Exchange clients (like OWA) and Exchange address lists (like the GAL). This was accomplished by setting the HiddenFromExchangeClientsEnabled and HiddenFromAddressListsEnabled properties of the groups to False using PowerShell.

Redditor shares his extension called Blockman, check it out as it is a great way to help organize your code blocks.

Youtube: PrintNightmare RCE - Temporary Fix Using ACLs - New CVE Number - New Powershell PoC

Andi Li shares some information on the Printer Nightmare Vulnerability along with a temporary fix using PowerShell.

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