Todd's Blog

Todd's Tips for System Adminstrators

  • TechDays
  • Speaking Engagements
  • Contact Me
  • About Me

Connect

  • LinkedIn

Powered by Genesis

Upgrading a Windows Server 2003 Domain Controller

posted on May 29, 2015

Customers seem to be finally getting the message about end of support for Windows Server 2003. Support ends in July. (July 14,2015 actually) So I have been assisting customers in preparing for their upgrade.

In most cases, the Server 2003 box is a 32-bit box so the an in-place upgrade path is non-existent. So I have designed steps for a side by each upgrade. The idea here is to bring up a new box on Server 2012, promote it to a domain controller and then demote the old 2003 Server DC.

*Update – One note before you start, you need to be at the Windows 2003 Domain and Forest level.

After installing the domain services role, click in the upper right, then click on Promote this server to a domain controller. 

Deploy-AD-01

Next fill in the Deployment Configuration options. As you can see , I have selected Add a domain controller to an existing domain, selected a domain and entered my credentials.

Deploy-AD-02

 

 

Next I observe the settings, enter in a password for Domain Services Restore Mode (don’t lose this password) and click Next

Deploy-AD-03

 

Click Next 

Deploy-AD-04

Observe settings and click Next

Deploy-AD-05

Observe settings and click Next

 

Deploy-AD-06

Click Next 

Deploy-AD-07

 

Click Next

Deploy-AD-08

 

After the pre-req checks, click Install

Deploy-AD-09

Once this completes, the server will reboot and you’ll have a new Domain Controller running a more modern version of Windows Server.

Next post I’ll cover off demoting the Windows 2003 Server.

 

 

Filed Under: Deployment Tagged With: Active Directory, Domain Controller, Windows Server 2012

Powershell Commands to Build a new AD Forest

posted on November 13, 2012

Looking to script your AD on Windows Server 2012? Here is the code you will need to create new forest on a new server. This could be useful for setting up some self service scripts for people setting up their own environment. Also, keep this handy when you want to deploy Windows Server 2012 but want to deploy Core instead of GUI.

 

 

#

# Windows PowerShell script for AD DS Deployment
#

Import-Module ADDSDeployment
Install-ADDSForest `
-CreateDnsDelegation:$false `
-DatabasePath “C:\Windows\NTDS” `
-DomainMode “Win2012” `
-DomainName “ad.contoso.com” `
-DomainNetbiosName “AD” `
-ForestMode “Win2012” `
-InstallDns:$true `
-LogPath “C:\Windows\NTDS” `
-NoRebootOnCompletion:$false `
-SysvolPath “C:\Windows\SYSVOL” `
-Force:$true

 

Filed Under: Technology Tagged With: Powershell, Windows Server 2012

Windows Server 2012 Canadian Launch Tour

posted on September 19, 2012

Windows Server 2012 is comingWow, its been a few months since my last post. Follow me on twitter @ToddLamo to keep up to date to what I am up to. I do share a lot of links and information on Twitter.

That being said, I am pleased to announce that I will be participating in the Windows Server 2012 Canadian Launch Tour. Upper Canada District School board was selected to participate in the Windows Server 2012 RDP program back in March of this year. We deployed the next generation of BranchCache and Windows 8 clients in three of our schools and deployed Windows Server 2012 in our data centre. My presentation will cover off the whole scenario and what was done along with some demos, etc.

Toronto and Vancouver dates have already passed. Edmonton, Ottawa and Montreal are coming up so be sure to sign up if you haven’t already.
The dates and location details can be found on the IT Pro Connection Blog.

Filed Under: Technology Tagged With: Windows 8, Windows Server 2012

Recent Posts

  • Office 365 – Creating Custom SKUs
  • Setting a Default Printer in Windows 10
  • Deploying Windows to the Correct Drive in Configuration Manager
  • Surface Pro 4, Surface Dock and DVI Problems
  • Enabling UEV in Windows 10 1607

Recent Comments

  • Moore Details on Setting up a Delayed Charge in Quickbooks Online
  • MCP Exam Training on Using PowerShell to Get a List of Groups from Active Directory
  • Kac on Setting up an Office 2010 KMS Host Server
  • prabumedia.com | Pilih lisensi MAK atau MKS untuk aktifasi produk Microsoft ? on Setting up a KMS Server
  • prabumedia.com | Pilih lisensi MAK atau MKS untuk aktifasi produk Microsoft ? on Setting up an Office 2010 KMS Host Server

Archives

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org