Teams user cant communicate with external domains

Diego 46 Reputation points
2023-09-18T19:50:36.33+00:00

Hello,

One specific Teams user can't communicate with external domains. Searching the policies I've found the one that I believe is causing this. Need help to revoke the policy "NoFederationAndPIC". I don't know how to revoke this policy for specific user.

02Screenshot 2023-09-18 163756

Screenshot 2023-09-18 163446

Please help.

Thanks in advance.

Diego

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,506 questions
Skype for Business
Skype for Business
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
613 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,274 questions
0 comments No comments
{count} votes

Accepted answer
  1. Rich Matheisen 45,596 Reputation points
    2023-09-19T01:55:49.8666667+00:00

    Remove the existing policy from the user:

    Grant-CsExternalAccessPolicy -Identity <user-identity> -PolicyName $null
    

    Then apply the correct policy -- if that's necessary to allow access to federated addresses,

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful