Archive for category SBS 2003
SBS 2003 to SBS 2008 Migration
Verify SBS 2003 is running the most recent service packs.
1. To verify that your server is running Service Pack 1 for Windows Small Business Server 2003.
- Start the Registry Editor, and then locate the following registry entry:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SmallBusinesServer\ServicePackNumber
- If the value is 0×00000001, Service Pack 1 (SP1) for Windows SBS 2003 is installed. Close the Registry Editor.
2. Verify that your server is running Service Pack 2 for Windows Server 2003.
3. Verify that your server is running Service Pack 2 for Exchange Server 2003.
4. Verify that your server is running Service Pack 3 for Windows SharePoint Services 2.0
- Click Start, click Control Panel, and then click Add or Remove Programs.
- Click Microsoft Windows SharePoint Services 2.0, and then click Click here for support information. If the version number is 11.0.8173.0, SP3 for Windows SharePoint Services 2.0 is installed.
5. Verify that Service Pack 1 for Microsoft Core XML Services (MSXML) 6.0 is installed
- On the Source Server, verify that MSXML6.dll is version 6.10.1129.0 or higher. MSXML6.dll is in the %SystemDrive%:\Windows\System32 folder.
6. Verify that .NET Framework 2.0 is installed.
7. Raise the functional level of the source domain and the forest to Windows Server 2003.
Import or Export a DNS Zone With DNSCMD
Posted by JBrokaw in SBS 2000, SBS 2003, Server 2000, Server 2003 on June 23, 2009
Export
Export the zone Domain.Local. using dnscmd.
dnscmd will automatically export the file to system32\dns\”filename.dns”
Usage: DnsCmd <ServerName> /ZoneExport <ZoneName> <ZoneExportFile>
Example: dnscmd /zoneexport Domain.Local Domain.dns
Import
Copy the exported DNS Zone file to system32\dns\ folder.
Usage: DnsCmd <ServerName> /ZoneAdd <ZoneName> <ZoneType> [<Options>]……
Example: dnscmd /zoneadd NewDomain.com/primary /file “filename.dns” /load