Yes, you read that correctly, we are going to downgrade from a fully licensed to an eval copy of Lync Server. A few things:
First, this ISN’T SUPPORTED by Microsoft. So doing this to production would be a really bad thing. However, if you have Lync in production you most likely want it to be licensed so this wouldn’t apply to you.
Second, why in the world would you do this? Easy, Enterprise Voice pilot! Let’s say you are an organization that currently has or are thinking about deploying Lync Server to your environment but are not licensed for Enterprise Voice. Although it’s really easy to simply click a few buttons in Topology Builder and enable Enterprise Voice for the servers and users, you may not be licensed to do that. So if you wanted to test out Enterprise Voice, without breaking your Microsoft licensing agreement, you would need to deploy an Eval Pool (180 days) to test out those services. You are most likely thinking to yourself, who cares, I own Lync and I’m just going to test it out and although that works for many organizations if you happen to be a large global organization you may not want to test your Microsoft licensing agreement or risk an audit.
So in my case I had a customer who had a valid Lync Server 2013 license for their pilot but they don’t have Plus (Voice) User CAL’s. When we did the install initially we figured we would just install using the licensed copy of Lync they already own under their license agreement. But we were informed by Microsoft that since we didn’t own those Plus (Voice) CAL’s we needed to go back and install the eval copy instead. Not wanting to lose all of the work of the deployment we go creative. Here goes:
According to this TechNet article:
http://technet.microsoft.com/en-us/library/gg521005.aspx
The process for moving from Eval to Licensed copy is simply running this command:
msiexec.exe /fvomus server.msi EVALTOFULL=1 /qb
This got me to thinking, obviously the fact Lync is licensed comes directly from the server.msi file alone and nothing else in the database or elsewhere. Using that logic we did the following:
- Removed Microsoft Lync Server 2013, Front-End Server
- This will give you two warnings. The first that you need to potentially restart your computer. A second warning about server activation and you shouldn’t do the following unless you know what you are doing. This is the NOT SUPPORTED part.
- Reboot the server.
- Mount the Eval disks downloaded from the Microsoft Website.
- Browse to e:setupamd64setupserver.msi
- Re-patch the server to the same CU level it was before.
- Start the Front-End Service.
- Ran Get-CsServerVersion from PowerShell and it now returns this:
Again, most likely a pretty rare reason you would need to do this but in case you do, here are the step.
2 COMMENTS