Month: November 2021
Create a Microsoft Team with single/multiple owners/users using PowerShell
In this blog I will share one way to create a Microsoft Team with single/multiple owners/users PowerShell. Owners and users are added using either user’s full name or user’s UPN. Introduction My blogs have relatively simple, and sometimes complex, examples. …
November 14, 2021 By Saad Khamis
Transport Rule Properties updates using PowerShell
In this blog I will share one way to write a function to update, add or remove values, a specific property of an Exchange Online transport (mail flow) rule using PowerShell. Note: Function included in this post works with parameters …
November 7, 2021 By Saad Khamis
Microsoft 365 – Exchange – Function to Get Transport Rule Properties using PowerShell
Write a function to get all or specific properties of an Exchange Online transport (mail flow) rule using PowerShell. I will also show how a function can accept pipeline input “|”.
November 3, 2021 By Saad Khamis