Are you able to set presence status on Outlook or Teams for only internal domain users only and not have external users able to see your presence? If this is possible how and is the settings for whole organization or possible for individuals settings?

MohammadKartono-1988 6 Reputation points
2021-08-03T06:38:53.153+00:00

Are you able to set presence status on Outlook or Teams for only internal domain users only and not have external users able to see your presence? If this is possible how and is the settings for whole organization or possible for individuals settings?

User only wants to be able to show their status for internal company users and not external ones and not without blocking them on outlook such as:
https://social.msdn.microsoft.com/Forums/en-US/e0b734d0-b26a-4651-a3a6-a67f2ce502a2/open-federation-and-presence-status?forum=sfbfr

Could not seem to find anything that sets this.

Best Regards,
MK

Outlook | Windows | Classic Outlook for Windows | For business
Microsoft Teams | Development
Exchange | Exchange Server | Management
Exchange | Hybrid management
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Anonymous
    2021-08-04T03:13:30.677+00:00

    Hi @MohammadKartono-1988 ,

    As Thomas said, you could block the domain of your external contacts. But that will also block all communication with them, you will not be able to search for them, chat and meeting with them.

    If you want to show your presence only for people in your contact list, you could run the following command:
    Get-CsPrivacyConfiguration | Set-CsPrivacyConfiguration -EnablePrivacyMode $True
    120371-image.png

    And also, you could vote on this idea in UserVoice. Some new features would be added to the services based on customers' feedback in the future, and your good ideas will be very helpful for them to improve the service.

    Best regards,
    Lou


    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.

    1 person found this answer helpful.
    0 comments No comments

  2. MohammadKartono-1988 6 Reputation points
    2021-08-16T01:38:41.49+00:00

    Thank you for the answer.

    I would say this is an advance privacy mode in this case.

    So the person would be in the contact list, however the goal is to be able to differentiate external contacts from seeing the current presence whilst allowing internal organization or domain contacts to still normally see their presence eg. can email the person etc but do not want the person to see their presence.

    From the description though you are saying that the current features would only allow "Privacy Mode" which would still show contacts your presence. Which means not possible. Can you also confirm that this "Privace Mode" would be set for the global settings or would it be possible for individual users Microsoft Teams?

    1 person found this answer helpful.

  3. TStensitzki 11 Reputation points MVP
    2021-08-03T07:02:58.677+00:00

    The presence status in Microsoft Teams cannot be filtered.
    You can try to restrict using the allow/block domain list in Teams Admin Center, controlling the communication.

    Do you want to block presence status only, but still allowing communication with remote domains?

    -Thomas

    0 comments No comments

  4. TStensitzki 11 Reputation points MVP
    2022-02-16T10:47:06.237+00:00

    @MohammadKartono-1988
    I have not tried this functionality with Microsoft Teams. The cmdlet for setting the global configuration is available in the MicrosoftTeams PowerShell module, but the documentation refers mostly to on-premises Skype for Business and Lync deployments.
    The New-CsPrivacyConfiguration ist not available in the cloud service.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.