Recently we were asked to disable the Open Room creation in Persistent Chat. The purpose was to only allow users to create Private or Closed Rooms from the website. After some research we didn't find any setting/policy that could disable or remove that option. The only option was to try to find in the web … Continue reading Lync/SfB: How to change Persistent Chat Privacy Web Form
Author: David Paulino
Skype for Business 2016 Client Update List: December 2020
Here is the update list for the Skype for Business 2016 client that is part of the Office 2016 Volume Licence version. Version Release Date KB Article Download 16.0.5095.1000 December 1st, 2020 KB4486745 32 bit 64 bit 16.0.5083.1000 November 3rd, 2020 KB4486710 32 bit 64 bit 16.0.5071.1000 October 6th, 2020 KB4486669 32 bit 64 bit … Continue reading Skype for Business 2016 Client Update List: December 2020
Missed call notification when the call is blocked by CallerIDBlock MSPL Script
After deploying the CallerIDBlock script, some users mentioned that they received a Missed Call Notification in their mailbox. During our troubleshooting process, we found out that this was happening because the priority of the CallerIDBlock was low: Get-CsServerApplication | ft -AutoSize https://docs.microsoft.com/powershell/module/skype/Get-CsServerApplication In this example, the CallerIDBlock has priority 12, while DefaultRouting has 8. The Missed Call Notification is generated by … Continue reading Missed call notification when the call is blocked by CallerIDBlock MSPL Script
SfB Server: Moving Central Management to a pool with SQL Server AlwaysOn BackEnd
In a previous post, we described how to configure AlwaysOn Availability Groups for Skype for Business Server 2015: Deploying SQL Server AlwaysOn Availability Group for Skype for Business Server 2015 That same post covers a green field deployment, but in this one we are going to work on a scenario where the xds and lis … Continue reading SfB Server: Moving Central Management to a pool with SQL Server AlwaysOn BackEnd
How to update the Lync 2013 VDI Plugin
A frequent question we get is, "How do we update the Lync VDI 2013 Plugin?" The answer is quite simple: the Lync VDI 2013 Plugin uses the same update path as the Lync 2013 client. This means that all updates released for the Lync 2013/Skype for Business 2015 client are also applicable to the Lync … Continue reading How to update the Lync 2013 VDI Plugin
Lync Phone Edition now supports SHA-2 certificates
In a previous post, we discussed resigning certificates with SHA-2: Certificate re-key to change signature algorithm in Lync Server (SHA-1 to SHA-2) Some users raised a concern about the SHA-2 supportability for Lync Phone Edition. This support (SHA-2) was included in the December 2015 update for Lync Phone Edition: This update for Microsoft Lync Phone … Continue reading Lync Phone Edition now supports SHA-2 certificates
SfB Server Component Version using Get-CsServerPatchVersion
The recent November 2015 Cumulative Update for Skype for Business Server 2015 added the Get-CsServerPatchVersion to the available PowerShell cmdlets. This new PowerShell cmdlet replaces the previous methods (Windows Registry and WMI Classes). To get the Skype4B Server Component Version: Skype for Business Server 2015 Component Version using PowerShell We need to make sure that … Continue reading SfB Server Component Version using Get-CsServerPatchVersion
Lync/SfB Server: Test-CsDatabase uses local server to determine ExpectedVersion
While doing some lab testing we notice the Test-CsDatabase uses the local server current update to verify which is the expected version. As an example, in our lab we have pool.gears.lab with January 2014 Cumulative Update and it will return the following: Test-CsDatabase -ConfiguredDatabases -SqlServerFqdn sql01.gears.lab | Select SqlServerFqdn, SqlInstanceName, DatabaseName, InstalledVersion, ExpectedVersion | ft -AutoSize … Continue reading Lync/SfB Server: Test-CsDatabase uses local server to determine ExpectedVersion
Hyper-V: Configure VLAN Trunk on Kemp LoadMaster
One of the Load Balancers that we have in our lab is LoadMaster from Kemp Technologies. We already published an article on how to deploy it: UC Lobby: Deploying Kemp Technologies Free LoadMaster as Lab Load Balancer/Reverse Proxy Why do we need to enable VLAN Trunk? The reason for this is that our lab "router" reached … Continue reading Hyper-V: Configure VLAN Trunk on Kemp LoadMaster
PSScript: Lync/SfB Server Certification Store Validation
In a previous post, we published the checks/validations that we should do in the Certification Store in the Lync/SfB servers. Checks to do in the Lync/SfB Certificate Store We decided to write a PowerShell with all these checks to make it simple to use. The script will be kept in sync with the post, meaning that … Continue reading PSScript: Lync/SfB Server Certification Store Validation