No big news, however af few fixes.
Version is 6.0.9319.45 for this CU.
As all of you presumably are running RTM code, no need to check for installed version, but for future reference this is done by running this in powershell:
Get-WmiObject –query ‘select * from win32_product’ | where {$_.name –like “*SKYPE for business*”} | ft Name, Version –AutoSize
Her is the KB article for the CU https://support.microsoft.com/en-us/kb/3061059
Fixes:
KB 3063353 June 2015 cumulative update 6.0.9319.45 for Skype for Business Server 2015 and Unified Communications Managed API 5.0 Runtime
http://support2.microsoft.com/kb/3063353
KB 3063352 June 2015 cumulative update 6.0.9319.45 for Skype for Business Server 2015, Response Group Service
http://support2.microsoft.com/kb/3063352
KB 3061059 June 2015 cumulative update 6.0.9319.45 for Skype for Business Server 2015 (Front End server and Edge server)
http://support2.microsoft.com/kb/3061059
KB 3061058 June 2015 cumulative update 6.0.9319.45 for Skype for Business Server 2015, Skype for Business Web Application
http://support2.microsoft.com/kb/3061058
KB 3051960 June 2015 cumulative update 6.0.9319.45 for Skype for Business Server 2015, Web Components server
http://support2.microsoft.com/kb/3051960
KB 3051958 June 2015 cumulative update 6.0.9319.45 for Skype for Business Server 2015, Core Components
http://support2.microsoft.com/kb/3051958
- Skype for Business Server 2015 – Standard Edition server
- Skype for Business Server 2015 – Enterprise Edition – front-end server and back-end server
- Skype for Business Server 2015 – Edge server
- Skype for Business Server 2015 – stand-alone Mediation server
- Skype for Business Server 2015 – Director server
- Skype for Business Server 2015 – Persistent Chat front-end server
- Skype for Business Server 2015 – Administration Tools
- Skype for Business Server 2015 – Video Interop server
A significant change is that Microsoft now recommends to update Enterprise Edition pools with two servers parallel, meaning both servers at the same time, requiring a service window for this operation.
Skype for Business Server 2015 Enterprise Pools (MS recommendations)
The front-end servers in an Enterprise Edition pool are organized into upgrade domains (UD). These upgrade domains are subsets of front-end servers in the pool. Upgrade domains are created automatically by Topology Builder.
You must upgrade one upgrade domain at a time, and you must upgrade each front-end server in each upgrade domain. To do this, take each server in one upgrade domain offline, upgrade the server, and then continue to process the next upgrade domain. Then, repeat this process for each server in each upgrade domain. Make sure that you record the upgrade domain and servers that you have upgraded.
Upgrade or update Enterprise Edition pool that has two front-end servers
To do this, follow these steps:
- Update both of the front-end servers in the Enterprise Edition pool. To do this, follow these steps:
- Stop new connections to the front-end servers by running the following command on both of the front-end servers:
Stop-CsWindowsService -ComputerName <Computer.FQDN> -graceful
- Run the Cumulative Server Update Installer by using the UI or by using a command to upgrade the front-end servers that are associated with an upgrade domain.
Notes
- If you upgrade or update front-end servers during scheduled server downtime, you can run the Stop-CsWindowsService cmdlet in step A. This action immediately shuts down services, and the server does not wait until each existing service request is fulfilled.
- The UI provides a clear indication of which updates are installed when you click Install Updates.
To run the Installer, run the following command:
SkypeServerUpdateInstaller.exe
Note The following text describes parameters that you can use together with the SkypeServerUpdateInstaller.exe command:
- The /silentmode switch applies all applicable updates in the background.
- The /silentmode /forcereboot switch applies all applicable updates in the background, and then automatically restarts the server at the end of the installation process if this is necessary.
- The /extractall switch extracts the updates from the installer, and saves the updates in a subfolder that is named “Extracted” in the folder in which you ran the command.
- Restart the server, and make sure that both front-end servers are accepting new connections.
- Stop new connections to the front-end servers by running the following command on both of the front-end servers:
- After both of the front-end servers are updated, you must run the following command:
Reset-CsPoolRegistrarState -ResetType FullReset
Then, run the following command:
Start-CsPool -PoolFqdn <Pool.FQDN>
Upgrade or update Enterprise Edition pool that has at least three front-end servers
To do this, follow these steps:
- Obtain the list of the upgrade domains for the Enterprise Edition pool that is associated with a front-end server. To do this, run the Get-CsPoolUpgradeReadinessState cmdlet on the front-end server.
- Update each upgrade domain.
Notes
- You must update one upgrade domain at a time.
- All servers that are in the same upgrade domain can be updated in parallel.
To update all servers that are in the same upgrade domain, follow these steps:
- Run the following command:
Invoke-CsComputerFailover -ComputerName <Computer.FQDN>
- Run the Cumulative Server Update Installer by using the UI or by using a command to upgrade the front-end servers that are associated with an upgrade domain.
Note The UI provides a clear indication of which updates are installed when you click Install Updates.
To run the Installer, run the following command:
SkypeServerUpdateInstaller.exe
Note The following text describes parameters that you can use together with the SkypeServerUpdateInstaller.execommand:
- The /silentmodeswitch applies all applicable updates in the background.
- The /silentmode /forcereboot switch applies all applicable updates in the background, and then automatically restarts the server at the end of the installation process if this is necessary.
- The /extractall switch extracts the updates from the installer, and saves the updates in a subfolder that is named “Extracted” in the folder in which you ran the command.
- Run the following command:
Invoke-CsComputerFailback -ComputerName <Computer.FQDN>
Note You must repeat step 2 to update one upgrade domain at a time until all upgrade domains in the pool are updated.
Skype for Business Server 2015 Standard Edition and other roles
- Run the Cumulative Server Update Installer by using the UI or by running a command to upgrade the front-end servers that are associated with an upgrade domain.
Note The UI provides a clear indication of which updates are installed when you click Install Updates.
To run the Installer, run the following command:
SkypeServerUpdateInstaller.exe
Note You can run the following parameters together with the SkypeServerUpdateInstaller.exe command:
- The /silentmode switch applies all applicable updates in the background.
- The /silentmode /forcereboot switch applies all applicable updates in the background, and then automatically restarts the server at the end of the installation process if this is necessary.
- The /extractall switch extracts the updates from the installer, and saves the updates in a subfolder that is named “Extracted” in the folder in which you ran the command.
- Restart the server if it is required to do so after you install these updates.
Backend Database updates
.