Forum Discussion
Adam Berns
Oct 05, 2017Brass Contributor
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.
KennethML
Oct 06, 2017MCT
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
Oct 13, 2017Brass Contributor
That actually didn't work. I made the setting at the global level, but yet people can still see location information.