Skype for Business Client Update – Lync Online

Following my blog on Skype4B Client Update for Lync On Premises users here’s experience of Lync Online user.

My Lync Online user had Office Pro Pro Plus and gets its updates automatically. I waited for a while but in the end i cheated and forced the update from opening Word > File > Account > Update Options> Update Now.

I was prompted to close Lync and following the update Skype4B was installed and used by default.

image

image

I’m happy to stick with Skype4B BUT perhaps some users aren’t how do i change this ???

Disable SkypeUI for All Lync Online Users

Well you need to connect to LyncOnline via PowerShell to change the client policy for your users. Here’s the steps for an admin.

1. Make sure you have or have Installed the Lync Online PowerShell Module

http://www.microsoft.com/en-us/download/details.aspx?id=39366

2. Open PowerShell as Admin

3. $credential = get-credential

image

4. Enter Administrator Credentials for your tenant

image

5. $session = New-CsOnlineSession -Credential $credential

image

image

6. Import-PSSession $session

If its connected you should look like below:

image

7. Test with a Get-CsMeetingConfiguration to show settings.

image

8. Lets Disable Skype UI for all our users in one command.

Grant-CsClientPolicy -PolicyName ClientPolicyDisableSkypeUI

image

9. Now wait for new policy to Apply.

After a while and a sign in and out i got the message

image

10. I’m back to Lync UI but Skype4B task bar icon, sounds and emojis are still used though.

imageimage

for me ill be re enabling skype4B and hope you use Skype4B.

Additional commands for per user and re enable all user for Skype4B

EnableSkypeUI for all Users

image

Enable for single user – based on full sip address

image

Disable for single user – based on full sip address

image

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.