Forum Discussion

Adam Berns's avatar
Adam Berns
Brass Contributor
Oct 05, 2017

Powershell Skype Client Hide/uncheck "Show Others my location"

I need to set the defualt value of all clients to uncheck the "SHow Others my location"  I have gone through set-csclientpolicy, but I am stuck.

2 Replies

  • Hi Adam.

     

    You need to set privacy configuration for this feature.

     

    Set-CsPrivacyConfiguration -Identity <identity> -PublishLocationDataDefault $false

    Then location data will not be available unless the user explicitly selects the option Show Contacts My Location.

     

    Hope this helps you. Please mark as answer.

     

    Regards,

    Kenneth ML

    • Adam Berns's avatar
      Adam Berns
      Brass Contributor

      That actually didn't work.  I made the setting at the global level, but yet people can still see location information.