Well be aware of the following.
- Navigate to your front end server
- Open up the Lync 2010/2013 Management Shell
- Execute the following command to list what providers you federate to
- Get-CsPublicProvider
- If you have a provider that has a ProxyFqdn of federation.messenger.msn.com, execute the following command to remove it (replacing MSN with the Identity that had federation.messenger.msn.com for your environment):
- Remove-CsPublicProvider -Identity MSN
- Execute the following command to add Skype as a federated provider
- New-CsPublicProvider -Identity Skype -ProxyFqdn federation.messenger.msn.com
-IconUrl “https://images.edge.messenger.live.com/Messenger_16x16.png”-VerificationLevel 2 -Enabled 1
- New-CsPublicProvider -Identity Skype -ProxyFqdn federation.messenger.msn.com
- Close your Lync client and reopen for the option to be available
The command will look like this
New-CsPublicProvider -Identity Skype -ProxyFqdn federation.messenger.msn.com -VerificationLevel 2 -Enabled 1
I believe you mean "the IconUrl parameter is NOT a part of the Lync 2010 Powershell", so this parameter should only be used if you create the provider on a Lync 2013 server/pool.
ReplyDeleteYes that is right. The miss spell is now fixed :-)
ReplyDelete