23

My company is running SBS2008/SBS2011/Essentials, but it has grown to the point where this no longer meets our needs (We have too many employees!) and/or the software is going out of extended support. What is the migration path off of SBS/Essentials?

Katherine Villyard
  • 18,510
  • 4
  • 36
  • 59
  • At that size your company should seriously consider having some kind of managed services agreement or a VAR that you know you like to work with who can come in on projects like these or in emergencies. Hiring consultants who have done these kinds of migrations before is an excellent way to mitigate the risks involved. – Todd Wilcox Dec 17 '16 at 16:36

1 Answers1

25

This answer is high-level because I don't know which version of SBS or Essentials you're running, and because if I explained each step the answer would become huge. You can find documentation online for each of these steps.

First of all: If the user limit you're running up against is the 2012 Essentials 25 users, you can upgrade in place and the existing tools will work with up to 75 users. If, however, you're running 2008 or 2011, read on.

  1. Set up a server with a supported version of Windows Server Standard edition and add it to the domain. (Yes, this is allowed--whether you are migrating or not.)
  2. Make the new server a domain controller. (Yes, this is allowed and even encouraged--whether you are migrating or not.)
  3. Migrate any locally-hosted software and services that you're actually using on the SBS server onto a non-DC server or servers (because installing Exchange, Sharepoint, etc., onto a Domain Controller is only supported in SBS). (Yes, this may involve setting up yet another server with a supported version of Windows Server Standard edition.) Note that:

    • You cannot use the copy of Exchange or Sharepoint that came with SBS. You must buy a full, currently supported version.
    • If you're migrating off SBS2008 or earlier, be aware that you cannot upgrade directly from Exchange 2007 to Exchange 2016. The most recent version of Exchange you can upgrade to is 2013 (because the servers must coexist for the migration). Make certain that your planned upgrade path is supported. (Downgrade rights may be your friend.) I assume the same is true for Sharepoint but my company wasn't using it. (You can, however, migrate to Office 365.)
    • This may sound obvious, but is probably worth stating anyway: Don't migrate any software or services your company isn't actually using (be certain). Make sure you know what software is installed on your SBS/Essentials server and whether or not your company is using it.
    • I am not aware of any supported migration path for the Remote Web Workplace. Transition your users to a more traditional VPN, or see if RD Web Access meets your needs.
  4. Migrate DHCP and Certificate Services off SBS (assuming you're using them--be certain).

  5. Migrate your file and printer shares off SBS and onto a non-DC server (putting them on a DC isn't recommended).
  6. Migrate the FSMO roles off SBS. This will start your 21 day migration grace period.
  7. After the grace period expires with no issues, demote/decommission SBS. It's recommended that you format and reinstall over SBS at this point with a full, supported version of Windows Server Standard (because you will no longer be able to run it in the new environment with the FSMO roles moved). This assumes that your hardware is still in support. If so, you can make it a second domain controller, because it's recommended that you have two. (If the disks are huge, perhaps you can install Hyper-V and create a virtual DC on it.) If not, do whatever you do with out-of-support hardware.

This will be a large project and will involve replacing one server with two or more. (Four, in my case.)

Katherine Villyard
  • 18,510
  • 4
  • 36
  • 59
  • 1
    Good summary, by the way, to replace the Remote Desktop portion of Remote Web Workplace you can use RD Web Access. – Dylan Knoll Dec 17 '16 at 00:09
  • Also, did you just ask and answer your own question... ? – Dylan Knoll Dec 17 '16 at 00:11
  • 4
    @DylanKnoll I *did* ask and answer my own question. It's a thing. (Seriously, they [encourage](http://stackoverflow.com/help/self-answer) this.) – Katherine Villyard Dec 17 '16 at 01:53
  • Thank *you* for telling me about RD Web Access. :) I think we've successfully weaned our users onto VPN, but the next person who reads this will probably really appreciate it! – Katherine Villyard Dec 17 '16 at 02:02
  • Thanks, @BaileyS. It's probably obvious from places in the answer that I'm migrating off SBS 2008. :) We had previously upgraded from SBS 2003, so I was asked if we could upgrade to Essentials, and... no. I've edited the answer, and may edit the question to reflect that we were prompted more by the software approaching end of life more than the user limit. – Katherine Villyard Dec 17 '16 at 16:43