Microsoft Teams : Windows Defender firewall blocked some of the app features

Boopathi Subramaniam 3,196 Reputation points
2020-09-10T15:29:58.947+00:00

Hi,

Users are receiving the below message this week.
23780-capture.jpg

Below Windows Inbound firewall already in place.
%localappdata%\microsoft\teams\current\teams.exe
%localappdata%\microsoft\teams\current\teams.exe
C:\users\username\appdata\local\microsoft\teams\current\teams.exe
C:\users\username\appdata\local\microsoft\teams\current\teams.exe
Please help the reason and solution for the message

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,030 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Ralf Lauerwald 36 Reputation points
    2020-10-30T10:58:06.22+00:00

    I actually think I've found the solution.

    create a firewall rule that blocks everything, but deactivate it:
    New-NetFirewallRule -DisplayName "Teams.exe" -Program "%LocalAppData%\Microsoft\Teams\current\Teams.exe" -Profile Domain,Private,Public -Description "Teams.exe" -Group "Teams" -Direction Inbound -Protocol TCP -Action Block -Enabled false -EdgeTraversalPolicy Block
    New-NetFirewallRule -DisplayName "Teams.exe" -Program "%LocalAppData%\Microsoft\Teams\current\Teams.exe" -Profile Domain,Private,Public -Description "Teams.exe" -Group "Teams" -Direction Inbound -Protocol UDP -Action Block -Enabled false -EdgeTraversalPolicy Block

    ps: unbelievable what an administrator has to come up with because Microsoft is too stupid to offer a clean software solution :(

    5 people found this answer helpful.
    0 comments No comments

  2. Bob 16 Reputation points
    2021-05-10T12:02:10.177+00:00

    Hello,

    Its Fine that the firewall is doing its Job and protecting us from the Evils of the world, but could the message about what was blocked be any more Generic ( read Useless )

    Specifically what Sites / address / call was made ?
    Telling me something is inbound from the Internet is not helpful ?

    3 people found this answer helpful.
    0 comments No comments

  3. Ralf Lauerwald 36 Reputation points
    2020-10-30T10:36:01.47+00:00

    our users do not have administrator rights and cannot grant this firewall approval.

    the unbelievable is that this pop up also appears although the necessary firewall rules have already been set by us administrators.

    new-NetFirewallRule -DisplayName "Teams.exe" -Program "%LocalAppData%\Microsoft\Teams\current\Teams.exe" -Profile Domain,Private,Public -Description "Teams.exe" -Group "Teams" -Direction Inbound -Protocol TCP -Action Allow -EdgeTraversalPolicy DeferToUser
    new-NetFirewallRule -DisplayName "Teams.exe" -Program "%LocalAppData%\Microsoft\Teams\current\Teams.exe" -Profile Domain,Private,Public -Description "Teams.exe" -Group "Teams" -Direction Inbound -Protocol UDP -Action Allow -EdgeTraversalPolicy DeferToUser

    the firewall pop up from Teams apparently always appears, regardless of whether there are firewall problems or not.
    now all users have to constantly click away these messages and cannot use teams 100%.
    @microsoft: what a shit!

    2 people found this answer helpful.

  4. Sharon Zhao-MSFT 25,051 Reputation points Microsoft Vendor
    2020-09-11T02:19:24.19+00:00

    @Boopathi Subramaniam ,

    It recommends you choose Allow access in the popup.

    This message appears when an application wants to act as a server and accept incoming connections. The Windows Firewall blocks incoming connections by default.

    But the first time it blocks connections to a new application, this message pop up. You can then choose whether to allow the connection through. This ensures connections aren’t silently blocked without your knowledge.

    For more details, please refer to this article: https://www.howtogeek.com/435610/why-does-windows-defender-firewall-block-some-app-features/.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.