teams

create teams desktop shortcut with PowerShell

Please note that this is for the classic Teams. The newer Teams version 2.0 has slightly changed. You can read about inserting a Windows desktop shortcut, for the new Teams client, with PowerShell here.

So, when installing Teams in a windows desktop, the shortcut is no longer there. So no Teams shortcut on the desktop.

That is bad (or good), there is also no option to add the shortcut through the Teams app itself. How to get around this?

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 the person asked, “when I’m using PowerShell to access my Teams environment”.

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 work / school account, has been around since February 2021 – https://www.microsoft.com/en-ww/microsoft-365/roadmap?filters=&searchterms=68845.

So, now the client shows two accounts on the menu dropdown in Teams.

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 look here for an explanation.

You can use the guide that Microsoft provides here – Create a Microsoft Team from SharePoint. That’s way to easy! How about adding it though using the gift of 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 here, so you can have a play for free.

MS Graph is an API, which allows those with the developer “power” to access data from the API that gives them various bits of information from their tenant.