Issues with Teams Update Notifications from Defender

0
47
Asked By BlueSkyGamer92 On

I've completely removed all Classic Teams versions, but Defender is still insisting that about a third of our devices need to update Teams. Typically, I check the device page under Inventories to see what's listed under "Threats," but nothing appears red. Instead, I see multiple versions listed for some devices as needing updates, with names differing slightly, like "msteams" and "microsoftteams" along with various numbers. I've verified that the folders actually exist on the devices. What's the best way to resolve this issue? I can't delete these with admin rights as it seems only the System user has that capability.

4 Answers

Answered By TechieNinja7 On

You should uninstall or remove all user-based installations from the user profiles. This should help clear out those lingering versions of Teams that Defender is flagging. Have you tried checking if that can be done through Intune?

GadgetGuru99 -

Is there an easy method to handle that via Intune Remediations, or is it manual?

Answered By NetworkWizard88 On

How recent was your removal of Classic Teams? If it was just recently, it might be going through a sync period, which could explain the notifications. But if it was a while ago, you may want to double-check the versions again.

BlueSkyGamer92 -

It was actually half a year ago, so I don't think that's the issue.

Answered By SysAdminNerd On

We faced a similar problem with Teams in our setup. We executed the "remove-classicTeams script" on all devices, but it didn't clear out the old versions of the new Teams. I'm considering a PowerShell script to remove the folders for those old versions. Just keep in mind there might be registry keys that’ll need attention too.

Answered By CodeMaster29 On

You could try running this PowerShell command: ```Get-AppxPackage MicrosoftTeams -AllUsers | Remove-AppxPackage -AllUsers``` This should help you remove old versions properly.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.