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
6
votes
2 answers

Automated bare-metal recovery practices for small network

I have several machines which are on a small network with one DC and 3 to 5 workstations on the network at any given time. These are all setup with DNS and AD on the same server. I want the ability to automate a backup, re-image, and restore of…
6
votes
1 answer

run sfc /scannow as administrator, but I am administrator

On my windows 2003 I have to run sfc /scannow as admin. I have tried to run it as local administrator and domain administrator, but it says I need of administrator privilege ???? I have tried runas /user:administrator cmd and then on a new shell sfc…
Luigi
  • 311
  • 1
  • 4
  • 13
6
votes
3 answers

Connect to RDP & execute command from CLI

I want to connect to the rdp server and execute the command on the server via command line. Is it possible to do with one line-command?
artem
  • 596
  • 2
  • 10
  • 28
6
votes
1 answer

How can the Private Bytes of a process be significantly less than its effect on the system commit charge?

On a 64-bit Windows Server 2003, I can see using taskmgr or process explorer that the total commit charge is around 3.5GB, yet when I sum the Private Bytes consumed by each process (by running pslist -m and adding all values under the Priv column)…
bacar
  • 161
  • 1
  • 5
6
votes
2 answers

How come identical name and authentication between two windows PCs on same network works?

My Experiment So I set up a simple network with Two computers. Both on the same Work group. I created a LOCAL user 'A' with pasword 'A' in Computer 1. And then I created an identical named LOCAL user 'A' with identical password 'A' on Computer 2.…
user1034912
  • 1,345
  • 3
  • 14
  • 20
6
votes
1 answer

Disabling strong private key encryption on a personal certificate

I am attempting to import a certificate into my current user's personal certificate store, since my server is required to sign certain requests it makes and the suggested instructions were to do this. I was able to do this successfully on a…
Brian
  • 303
  • 1
  • 3
  • 15
6
votes
3 answers

Is there a way to import a scheduled task from windows 2003 (.job) to windows 2008 (.xml)?

I had some jobs to be moved from the old production server (windows 2003 server standard) to the new machine (windows 2008 server standard), but the new server is unable to read the old .job format, also the import wizard only imports from .xml job…
Rodrigo
  • 203
  • 1
  • 2
  • 8
6
votes
1 answer

Will SQL Server 2012 install + run Windows 2003

I can't seem to find any information but can I install SQL Server 2012 Standard Edition on a server running Windows Server 2003 R2 x64? I don't intend to use this for production just for testing and I am unable to rebuild the OS at the moment.
Seph
  • 185
  • 2
  • 2
  • 5
6
votes
2 answers

Active Directory Disaster Recovery in a Small Business

This is hypothetical question, but one I’m sure that someone must have encountered and/or given some thought to before. Situation: Consider this, a small business is running an Active Directory domain and has two domain controllers which are located…
6
votes
3 answers

Win2k3: What files can be deleted from the System drive, and what tool to delete them?

The strategic question is "How do I maximize free space on the System drive," and includes such things as disk compression, changing the TEMP environment variable, removing the hibernation file, minimizing the swap file, buying a larger drive, etc. …
Thomas L Holaday
  • 1,353
  • 4
  • 16
  • 19
6
votes
2 answers

Re-importing (Virtual) Foreign Disks on Windows 2003

I have a virtualized Windows 2003 Server machine with one basic disk (boot drive) and three Dynamic disks. The machine is running in an VMWare ESXi server. I had to remove the three dynamic disks from the VM, and now I want to re-attach them. The…
Leonardo Ramé
  • 333
  • 3
  • 12
6
votes
2 answers

Improved ACL editor for Windows file permissions

I have recently been doing a lot of updates to our network drive permissions... such as consolidating direct user permissions into group permissions. The built-in ACL editor (Advanced Security Settings dialog) is adequate, but its limitations are…
6
votes
3 answers

PHP + MYSQL site perfomance

I have to manage a site which wasn't developed by me. It is in PHP using a mysql database, which is located in the web server. The site, sometimes (when the visitors increase too much) stops responding, or respond too slow. I have developed some…
Diego
  • 163
  • 5
6
votes
4 answers

How can I run an application from a network share without prompting for Admin password?

I have a company internal application placed in a network shared folder on a Windows Server 2003 server. Users who need to access this folder have proper permissions in place and can list the directory contents, save files, open and modify files,…
PenguinCoder
  • 529
  • 2
  • 6
  • 17
6
votes
1 answer

Have issue with monitoring 32bit app pools running on 64bit IIS

I am performing a monitoring task on my 64bit web server which has couple of applications pools running in 32bit mode. I am using .Net CLR Memory object in perfmon to monitor them. However, my performance monitor shows 0 for everything except GC…