Hi Everyone, In this video, I will show how to create email rules using PowerShell. As you know, you can create rules from outlook, but you can also use PowerShell to create rules. Imagine t
Tag: PowerShell
To check a shared mailboxes size in PowerShell, you can use the below cmdlet. Copy and paste the command in PowerShell #To check Shared mailbox size $SMbx = Get-Mailbox -RecipientTypeDetails Shared
Hi Everyone, In this video, I will show how to connect to MS Teams using PowerShell. You can do many things by going to the MS teams admin center, but still, you need to use PowerShell to enable or
Hi Everyone, Today’s video will show you how to share a calendar in Exchange Online. You can use the below commands to Add/Remove someone or Check who has access to a Calendar. 1) To add a us
Hi Everyone, In today’s video, I will show how to create a shared mailbox in Exchange Online. You can create a Shared Mailbox in two ways, from the Exchange Online Admin Center (EAC) or throu
If you need to connect to Exchange Online using PowerShell, watch the below video.