February 8th, 2010 by Dave de Rijder
This week i had this project to migrate a 2003 sb server.
The OS stays the same but the hardware change, my technical director offers me a way of swing the hole sb server and do nothing on the client/workstation side.
This is a good concept and easy to use.
:
Swing Migration has revolutionized the way you can work. It is a process to accomplish a version upgrade, server replacement or domain infrastructure upgrade without giving up the domain, or the server name, or the integrity of your Exchange in the process. Remarkably, you can test the project to completion all while working offline with an open time line. You get a clean server installation retains all the critical Active Directory domain information and predictable results.
What is shown below is a diagram of the process, and further below is a simple outline of the process.

http://www.sbsmigration.com/
February 2nd, 2010 by Dave de Rijder
Situation:1 DC, 1 PRO, 1 DDC and 3 winxp
Problem on the DC, in the evenviewer you see the two nex events:
Event ID: 1097
Description:
Windows cannot find the machine account, The clocks on the client and server machines are skewed. .
Event ID: 1030
Description:
Windows cannot query for the list of Group Policy objects. Check the event log for possible messages previously logged by the policy engine that describes the reason for this.
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\Parameters
- In the right pane, right-click NtpServer, and then click Modify.
- In Value data:, type <your ntp time server> in the Value data box, and then click OK.
- Quit Registry Editor.
- At the command prompt, type the following command to restart the Windows Time service, and then press ENTER:
net stop w32time && net start w32time
on the client do the same ore set the NtpServer Value data to the IP adres of the DC.