Questions tagged [windows-server-2003]

Windows Server 2003 is a Microsoft server operating system released in April 2003, and reached End Of Life on July 14, 2015. It is the successor to Windows Server 2000 and is based on the Windows XP codebase. It was succeeded by Windows Server 2008.

Windows Server 2003 is a Microsoft server operating system released in April 2003, and reached End Of Life on July 14, 2015. It is the successor to Windows Server 2000 and is based on the Windows XP codebase. It was succeeded by Windows Server 2008.

5362 questions
7
votes
3 answers

How to convert a Win2003 server to a Hyper-V Virtual Machine?

What is the easiest way to convert a Win2003 server to a Hyper-V Virtual machine? Ideally, I'd like to use a backup tool to create an image across the network. What is the best way to do this?
Jason
  • 3,247
  • 9
  • 27
  • 28
7
votes
3 answers

Active Directory migration from Windows 2003 to Windows 2016

I've inherited an old Windows 2003 based Active Directory installation and I'm tasked to upgrade it to modern standards. I've done various (successful) test in my lab using the plan below, but I really want a reality-check / best practices…
7
votes
5 answers

What's happening during Applying Computer Settings

What's happening in windows when you boot it and it gets to the portion that displays the message: Applying Computer Settings? I seem to get hung up there for a long time. Is there anything I can do to streamline that portion of the boot? Edit I've…
BIBD
  • 1,866
  • 10
  • 30
  • 44
7
votes
2 answers

Extract registry key from NTBackup System State backup

A Windows Server 2003 machine died recently but I need some information that was contained in the now-defunct server's registry. I have a "System State" backup file created by the Windows Server 2003 built-in backup program (NTBackup.exe). Is there…
7
votes
1 answer

Error promoting 2012 R2 server to domain controller on 2003 domain

When attempting to promote a 2012 R2 machine as a domain controller on a 2003 forest\domain level domain I get the following error when it goes through it's adprep and forestprep procedures: ADPrep execution failed -->…
floyd
  • 1,530
  • 4
  • 19
  • 30
7
votes
7 answers

What do I need to know about running my own dedicated server (with windows 2008)

I'm thinking of getting my own dedicated server with the following stats: Processor: Celeron 440 2.0 GHz Memory: 1 GB Primary Hard Drive : 160 GB SATA II This will be running Windows. I have some experience with my local IIS and…
7
votes
1 answer

Is there a way to run PsExec specifying a user name and password (-u -p) when running as Local System?

I have a Windows Service running as Local System on Windows Server 2003 and I'm trying to use PsExec to run a command as another user (using the -u -p parameters) but I keep getting Access is denied. PsExec could not start errors. The following can…
Jesse
  • 316
  • 1
  • 4
  • 12
7
votes
5 answers

How can I get BIND and Microsoft DNS to work together well?

I would like to try and move as much of our company DNS config into BIND, because I find it easier to work with, but having Active Directory means we have to have at least the domain's zone in Microsoft DNS. Maybe I could have the domain's zone…
user1804
7
votes
10 answers

How can I restart a windows service remotely using a script?

I have a Python web application running in a CherryPy server, which is running as a windows service. I have a batch file to deploy this application, but I'm still having to remote desktop in to the server to restart the service. Is there any way…
Jason Baker
  • 1,229
  • 6
  • 20
  • 26
7
votes
4 answers

How to schedule a task to run every x-minutes on Windows Server 2003 R2

How to add a scheduled task that should run every x-minutes on Windows Server 2003 R2. I have followed many suggestion from the web, but I always end up with some interruption after 1 or 2 runs. Here is what I did: New Scheduled Task Schedule >…
John
  • 664
  • 6
  • 15
  • 31
7
votes
1 answer

How to reduce or shrink the MFT (Master File Table)?

I have a dedicated windows server 2003 with more than 3 millions of files, recently I created a new partition to separate the website files from the OS. Later I reduced the site of the OS with some tools but I saw that the free space in the…
user5286776117878
  • 105
  • 1
  • 3
  • 9
7
votes
2 answers

RDP - Remote Desktop disconnected, Error 2308 socket closed

Trying to RDP to a server I get this: Error Code: 2308 Error Description: Socket closed I see this on some of my Windows 2003 servers after reboots. Not every reboot, mind you. Usually after Windows Updates, but not every Windows Update. Another…
Chris_K
  • 3,444
  • 6
  • 43
  • 45
7
votes
2 answers

Replacing a file server, will links break?

I'd like to replace a file server we use (actually a couple of them) because it's a 2003 server. I'd prefer to have 2008r2, because I can expand disk volumes on the fly. My question is, can I take down server 1 (2003) and replace it with server 2…
eth0
  • 163
  • 1
  • 3
  • 12
7
votes
5 answers

Task Scheduler only killing cmd.exe but not its child processes

Our customer has some Windows 2003 servers running batch jobs activated by Task Scheduler. The actual programs performing the work are custom .exe processes, and they are aggregated into .cmd scripts so that they get launched together by Task…
icelava
  • 870
  • 4
  • 13
  • 28
7
votes
1 answer

AD Custom Attribute with unique value

I have custom AD attribute added to my AD schema. Attribute's syntax is Unicode String. It is added to user class and the purpose of it is to store user ID of corporate ERP system. Problem is, that I can have two or more user objects with the same…
Zilog
  • 173
  • 1
  • 4