Inhaltsverzeichnis

Infos

Prepare your Source Server for Windows Server 2012 Essentials migration

Übersicht http://technet.microsoft.com/en-us/library/jj200183.aspx

http://technet.microsoft.com/en-us/library/jj200136.aspx#BKMK_MigrationPrep
http://technet.microsoft.com/en-us/library/dn408633.aspx

http://blogs.technet.com/b/sbs/archive/2014/02/21/deploying-windows-server-2012-r2-essentials-in-an-existing-active-directory-environment.aspx

Error Guide to Server 2003 to 2012R2
http://www.kickassnetwork.net/?p=431

http://technet.microsoft.com/en-us/library/dn281793.aspx

SQL Server

SQL

Server Performance http://www.tecchannel.de/webtechnik/entwicklung/402403/know_how_windows_performance_counter/

Domain Server Time DC-Time

How to configure your virtual Domain Controllers http://www.sole.dk/how-to-configure-your-virtual-domain-controllers-and-avoid-simple-mistakes-with-resulting-big-problems/

Configure Server Time

  w32tm /config /manualpeerlist:”ntp1.fabrikam.com ntp.contoso.com time.fineartschool.net” /reliable:yes /update

To configure a client computer for automatic domain time synchronization

  Open a Command Prompt.
  Type the following command and then press ENTER:
  w32tm /config /syncfromflags:domhier /update
  Type the following command and then press ENTER:
  net stop w32time
  Type the following command and then press ENTER:
  net start w32time