Category Archives: Lync

Microsoft Lync

Unified Messaging broken after moving user to O365

After moving a user from on-prem Exchange 2010 to Office 365, we would get the following error in the Skype for Business trace logs.  Why was this happening?

ms-diagnostics: 15014;reason=”Hosted Voicemail Policy assigned to the user is not fully configured. Destination or Organization might be null”;source=”server.local.com”;appName=”ExumRouting”

After you move someone you need to grant the hosted voicemail policy.

get-csuser test.user | Grant-CsHostedVoicemailPolicy -PolicyName “Lync NorthAmerica Policy”

DHCPUTIL Throws no Error on Windows Core

Windows Core dhcputil on Core throws no error

DHCPUtil.exe needs two .dll files to start up 

msvcp110.dll 

msvcr110.dll 

To fix this, go to “C:\Windows\System32” on your standard or front-end server and you will find the files there. Next, simply copy them to “C:\Windows\System32” on the DHCP Server and DHCPUtil.exe will now run.