On October 1st Microsoft states in this doc that they are starting to randomly disable Basic Auth in tenants. They even started to disable it last year for tenants that had not used it. It's a good thing they are taking this step to make our tenants more secure. The big questions though is, are … Continue reading Exchange PowerShell without basic auth?
Uncategorized
AirThings notifications in Teams with PowerShell
I recently got an AirThings View Plus environment sensor. When I discovered it had an API I got happy. This meant that I could play around with it in PowerShell. I work from home, and during winter I use a fireplace to keep the house warm. Something I now could do is to send a … Continue reading AirThings notifications in Teams with PowerShell
Exchange Online Tenant to Tenant migration with free Microsoft methods!
This blog post is my experience using these two methods and is also a compressed version of them:https://docs.microsoft.com/en-us/microsoft-365/compliance/export-search-results?view=o365-worldwidehttps://docs.microsoft.com/en-us/microsoft-365/compliance/use-network-upload-to-import-pst-files?view=o365-worldwide The question is, do you always need to use a 3rd party tools when doing migrations? Well, at least now you have a free alternative with out-of-the-box tools from Microsoft.Update: The reason I'm not using Cross Tenant … Continue reading Exchange Online Tenant to Tenant migration with free Microsoft methods!
Set presence for an end user in Microsoft Teams!
I recently discovered that you now can set presence for an end user using Application rights. Earlier you only could do this with Delegated access. You need an Azure App Registration with the Presence.ReadWrite.All Application right. You can read more about the presence endpoint here. The following combinations of availability and activity is supported in … Continue reading Set presence for an end user in Microsoft Teams!
Exchange Online Distribution List Migration Script
Here is a short little script to migrate an Exchange Online distribution list from one tenant to a new one.
Microsoft Teams Speed Dial Contacts Provisioning
Have you ever thought that it might be handy to provision a curated speed dial list for your end-users to get started with when they are onboarded to Microsoft Teams? Or another scenario, don't have to manually add speed dial contacts on your common area phones for all the commonly used numbers like the reception, … Continue reading Microsoft Teams Speed Dial Contacts Provisioning
Self service Microsoft Teams Auto Attendant administration
So you have multiple Microsoft Teams Auto Attendants, and before every holiday your help desk is slammed with requests to update the out of office date on all these. There are always 3rd party tools you can buy to help you out, but I like to see what's possible to create yourself almost for free. … Continue reading Self service Microsoft Teams Auto Attendant administration
Microsoft Teams Meeting Tenant To Tenant Migration!
I have seen and done several tenant to tenant migrations lately. You can migrate both Exchange and Teams.But there's one problem, when you migrate a Teams meeting event from Exchange to a new tenant, the URLs and other information still points to the old tenant. If you then disable all the users in the old … Continue reading Microsoft Teams Meeting Tenant To Tenant Migration!
Which department is most active on Microsoft Teams?
In the Microsoft Teams admin center you have various usage reports under "Analytics & reports->Usage reports". One of them is the "Teams user activity" report, that shows you how many meetings, chat messages, video minutes and so on that each user have and in total for your tenant. I have created a small script that … Continue reading Which department is most active on Microsoft Teams?
Teams Network Planner Automated!
When you are uploading building data to Teams CQD you are provided with a neath CSV file to ease the input of data(CQD Buildingdata). When done, you just upload the CSV to the CQD portal. Now what about the Teams Network Planner? It uses the same data you have in the CQD CSV, but with … Continue reading Teams Network Planner Automated!