Tag Archives: Lync

Lync Hardware Load Balancer Monitoring Port

If you are using a hardware load balancer, it will do periodic health checks for Lync to make sure it is distributing the load to servers that are functioning.  Because of the checks, you may end up with a large … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 3 Comments

Troubleshooting CMS Replication

Like most of my other articles, this one comes from a real world scenario I had to solve.  While working with a client, we ran into two front end servers and an edge server that wouldn’t replicate.  The CMS was … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | 8 Comments

Logging on a Lync Enterprise Pool

Building a Lync Enterprise Pool allows you to protect your users and services in the event of hardware or software failure on one (or more) servers in your pool.  While this is great for redundancy, it can make troubleshooting a … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 5 Comments

Introducing the OCSGuy_QuickUI

This is a utility I wrote to provide a GUI for common power shell tasks.  This is a version 1 utility and I do expect to update it semi-frequently.  The entire utility is included in a single .ps1 file and … Continue reading

Posted in Uncategorized, Utilities | Tagged , , , , , , , , , , , | 7 Comments

Pending File Rename Registry Key Causes Lync/SQL Install to Halt

I’ve run into this one a few times, so I figured I’d share my experience.  During the “Prepare First Standard Edition Wizard” the installer says “The server must be restarted before installation can continue”.   I’ve also seen this same error … Continue reading

Posted in Uncategorized | Tagged , , | 2 Comments

Adding More than 10 Distribution Lists to the Lync Contact List

Just like in OCS with Lync you can add distribution lists to your contact list.  However, there is a default limitation on how many groups you can add to your list.  In Lync and OCS that limit is 10, which … Continue reading

Posted in Uncategorized | Tagged , , , | 4 Comments

Welcome to Lync!

It’s official; the new name of OCS is Lync! With the name change comes a number of new features including revamped management interfaces (Topology Builder, Deployment Wizard and CSCP) and a Management Shell with tons of great new scripting capabilities.

With all of these new features available, and a new way to deploy I thought it would be fitting to cover deploying a topology. To start things off easy we’ll jump into a single box Standard Edition pool. Over the next few articles I will add layers to this deployment until it resembles what you may want to use in your environment.

Keep in mind the RC is for lab use only; it is not a good idea to install this into your production domain. Also, please read the reference documents here:

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=2da9fa26-e032-4dcf-b487-da916ddc508f

Now let’s start with a link to the download:

http://technet.microsoft.com/en-us/evalcenter/ff808407.aspx

For this install you’ll need a DC/DNS/CA server (I named mine lyncdc.ocsguy.local), we’ll bypass that portion of the install to keep the article to a reasonable length.

Once you have your Lync Server on the domain we need to install all the pre-requisites:

Here’s a quick ServerManagerCMD script to make that happen, to use this on the Start menu,to use this open a Command Prompt (Run As Administrator) and paste the information below. For formatting purposes copy this into notepad and make sure when wordwrap is unchecked it is all on one line.
Continue reading

Posted in Uncategorized | Tagged , , , , , | 57 Comments