Most Of the time Lync URL Filter setting causing the issue.Blow option woked for me.Lets have a Try!
Option 1
Option 1
- Open the Lync Server Control Panel (LSCP)
- Choose the IM and Presence feature from the LSCP menu
- Select the URL Filter page button
- On the Edit URL Filter - Global page, choose the Do not filter option as the Hyperlink prefix
- Click on the Commit button
- Open the Lync Server Control Panel (LSCP)
- Choose the IM and Presence feature from the LSCP menu
- Select the URL Filter page
- Leave the Send warning message option chosen as the Hyperlink prefix
- Click on the Select... button for the Filter these hyperlinks prefixes: feature
- On the Select Hyperlink Prefix page, expand the HTTP Hyperlink prefixes
- Remove the check mark from the http: and https: hyperlink prefixes
- Click on the OK button
- On the Edit URL Filter - Global page, click on the Commit button
Note the following Lync Server 2010 PowerShell cmdlets can be used to remove hyperlink prefixes using the Lync Server Management Shell:
- Set-CsImFilterConfiguration -Identity -Prefixes @{remove="http:"}
- Set-CsImFilterConfiguration -Identity -Prefixes @{remove="https:"}
No comments:
Post a Comment