Forum Discussion
SB V
Aug 09, 2017Brass Contributor
Is there way to remove call button on Skype for Business online client?
Hi Experts, One of our customer raised the below query: Is there way to remove call button on Skype for Business online client? Please advise. Many thanks.
KennethML
Aug 10, 2017MCT
Hi there.
Absolutely, but you'll need to remove the audio call feature fra the user. Are you certain you want to do that??
Go to your Skype for Business Admin Center, locate the user and set the HD-Audio and video to None. This can also be accomplished using Powershell cmdlet:
Grant-CsConferencingPolicy -PolicyName BposSVoipDisabled
Or even better:
Get-CsOnlineUser <UserURI> | Grant-CsConferencingPolicy -PolicyName BposSVoipDisabled
Hope that helps.
/Kenneth ML
Balamurugan Ganesan
Aug 14, 2017Former Employee
Hi Kenneth,
Yes, the customer wants to do that for certain user accounts.
Let me share these things with customer and let you know.
Many thanks.