Office 365 Plan Selector Tool
Microsoft released a tool to help you find the right Office 365 plan for your organisation .
This tool allows you to select what you need from Office 365

Link to tool : PlanSelectorTool
Microsoft released a tool to help you find the right Office 365 plan for your organisation .
This tool allows you to select what you need from Office 365

Link to tool : PlanSelectorTool
n Skype for Business, much like in other communication and instant messaging applications, you’re able to convey information about your current status — for example, whether you’re free or busy. This information in Skype for Office 365 is part of “presence,” conveyed by an availability status and a color-coded presence indicator that appears next to…
Enable Mailbox Archiving Exchange Online The focus of this post is to look at two ways on how Mailbox Arching can be enabled in Exchange Online. What is Archiving? Archiving in Exchange Online (called In-Place Archiving) provides users with additional mailbox storage space. Archive mailboxes also provide an alternate storage location in which to store historical…
Exchange 2016 Hybrid Configuration A hybrid deployment is a combination of on-premises applications and cloud-based services. For example, Exchange hybrid solutions could include using an Exchange Server on-premises and Exchange Online in Office 365. There are multiple ways to configure mail routing with a hybrid organisation, but for the purpose of this blog post, the focus will be on a non-centralised mail routing. What…
Bulk Enable Exchange Online Archiving This below script simply just enables the Online Archiving Mailbox for users in Exchange Online. The script needs to be run from the On-prem Exchange environment. $list = Import-Csv “C:\Scripts\EnableArchive\enablearchive.csv” foreach($entry in $list) { $User = $entry.User Get-RemoteMailbox -id $User |Enable-RemoteMailbox -Archive } Csv Sample. Simply has the users Alias…
Office 365 Groups Activity Report In this post, I will show you how you can view the usage activity of your Office 365 Groups. In the Office 365 groups report, you can gain insights into the activity of Office 365 groups in your organization and see how many Office 365 groups are being created and…
How to send an Email to Microsoft Teams Channel This post will describe the process you can follow to allow a Microsoft Teams Channel to receive emails. To get started navigate to the Microsoft Team. Then from the Teams Channel click on more (…) and select Get email address. A new email address will be…