Worked like a charm, I could test both our KMS servers instead of having to wait.
Furthermore, check this site for some valuable debugging tips;
https://technet.microsoft.com/en-us/library/ee939272.aspxAlternate solution (Script);
I afterwards found a different approach, a script that does more or less the same – quite clever if it works (I did not test this), but I dont see why it should not.. http://woshub.com/how-to-increase-kms-server-current-count/ Script below; In the place where you run the script place two empty files; 7B296FB0-376B-497e-B012-9C450E1B7327-5P-0.C7483456-A289-439d-8115-601632D005A0 7B296FB0-376B-497e-B012-9C450E1B7327-5P-1.C7483456-A289-439d-8115-601632D005A0 — <SCRIPT – You need to modify it so it reflects your KMS server and the directory run in> — @echo off set skms=kmssrv1.woshub.com for %%i in (. . . . . . . . . . . . . . . . . . . . . . . . . .) do call :Act %skms% slmgr /ato sc stop sppsvc goto :end :Act sc stop sppsvc xcopy “7B296FB0-376B-497e-B012-9C450E1B7327-5P-0.C7483456-A289-439d-8115-601632D005A0” “%systemroot%\system32\*” /H /R /K /Y xcopy “7B296FB0-376B-497e-B012-9C450E1B7327-5P-1.C7483456-A289-439d-8115-601632D005A0” “%systemroot%\system32\*” /H /R /K /Y sc start sppsvc cscript.exe “%systemroot%\system32\slmgr.vbs” /skms %1 cscript.exe “%systemroot%\system32\slmgr.vbs” /ipk FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4 cscript.exe “%systemroot%\system32\slmgr.vbs” /ato sc stop sppsvc :endLync 2013 to become Skype for Business this month.
The Windows client for Lync will presumable be updated this month to Skype for Business as part of the regular Office 2013 updates. The update will add new functionality to Lync (Skype for Business) but will more importantly come with a slightly updated (and more Skype like) interface, acording to this blogpost. You may want to considder if you wish to control the deployment of this new client/layout as to not totally confuse your users in a corporate environment.
You should also be able to force a “Lync 2013” look-a-like look for Skype for Business, read more here;
https://technet.microsoft.com/library/dn954919.aspx
You can basically create a new “GroupPolicy Preference” that blocks the SkypeUI, and this sounds like the right approach as this would work from first launch where as the server patch will “only” display a user dialog offering users to switch back to the LyncUI.
Blogposting;
http://blogs.office.com/2015/04/01/whats-new-in-skype-for-business-and-how-you-can-take-control-of-updates/
YouTube video;
So if you like me have an interest in Internet security you may find this interesting, a live map of ongoing DDOS attacks.
http://www.digitalattackmap.com/#anim=1&color=0&country=ALL&list=0&time=16486&view=map

