what is the microsoft teams updates application?

So, there was an app that turned up in the latest build of Teams (I saw it in Windows 1.5.00.16653 (64-bit)).It was called "Updates": The "scary" thing was that it wasn't possible to control this app using app permission policies within Teams. It is a Microsoft app AND can be disabled... So Microsoft released an … Continue reading what is the microsoft teams updates application?

using fiddler to collect https traffic when using powershell with o365

Ok, strange one here. Someone asked me if they could use Fiddler to see the HTTPS traffic going back and forth between their machine and the O365 environment. Yep of course! You just turn Fiddler on, use the guide to decode the HTTPS traffic using the tool. Like here - https://docs.telerik.com/fiddler/configure-fiddler/tasks/decrypthttps. Simple I say... then … Continue reading using fiddler to collect https traffic when using powershell with o365

using https decoders to get some logs from the teams application

The Teams clients use HTTPS to communicate with the O365 cloud. Mainly for administration, user status (presence and notifications) and other messages for the O365 reporting for the admins. You all know how to get the Teams logs right? It's here if you forgot how. How to get this data then? Well, I've been shown … Continue reading using https decoders to get some logs from the teams application

cannot remove another tenants guest account from teams client

Weird-ness, I have a Windows Teams Client that previously had added another Teams account, from another tenant. This was released recently, that a work user could add another work account from another tenant to their desktop client (or more than one). Of course, the ability to add a "personal" account (like live.com) and one other … Continue reading cannot remove another tenants guest account from teams client

create new teams from existing sharepoint online sites using powershell

Well, ok there is a really simple solution to this issue. The issue is that you have an existing SPO site BUT no Teams team associated (or created for it). The SPO site has to be a team site and it has to be a "modern" team site NOT a "modern" communication site. Have a … Continue reading create new teams from existing sharepoint online sites using powershell

some microsoft teams apis cost money on graph

Ok, just looking through the latest work that I've been doing, and found NOTHING... BUT a colleague of mine asked a question: How do customers get charged for using MS Graph APIs with MS Teams? Well, that's a great question. Because some features within the MS Graph API cost money. The MS Graph API is … Continue reading some microsoft teams apis cost money on graph