Questions tagged [windows-server-2008]

Windows Server 2008 is a Microsoft server operating system released in February 2008 and reached End Of Life on January 14, 2020. It is the successor to Windows Server 2003 and is based on the Windows Vista codebase. It was succeeded by Windows Server 2008 R2. This tag should only be used for questions related to Windows Server 2008. If your question is about Windows Server 2008 R2, please use the Windows-Server-2008-R2 tag.

Windows Server 2008 is a Microsoft Server Operating System released in February 2008. It is the successor to Windows Server 2003 and is based on the Windows Vista codebase. It was succeeded by Windows Server 2008 R2.

Windows Server 2008 Introduced the following new features:

  • Server Core installation
  • Read Only Domain Controllers
  • Hyper-V

It is available in the following editions:

  • Windows Server 2008 Standard (x86 and x86-64)
  • Windows Server 2008 Enterprise (x86 and x86-64)
  • Windows Server 2008 Datacenter (x86 and x86-64)
  • Windows HPC Server 2008
  • Windows Web Server 2008 (x86 and x86-64)
  • Windows Storage Server 2008 (x86 and x86-64)
  • Windows Small Business Server 2008 (x86-64)
  • Windows Essential Business Server 2008 (x86-64)
  • Windows Server 2008 for Itanium-based Systems
  • Windows Server 2008 Foundation

Server 2008 is the last 32-bit Windows Server version Microsoft plans to release.

9000 questions
25
votes
3 answers

netsh.exe: Error 87

I'm having some trouble creating a urlacl reservation in Windows Server 2008; probably this a rookie mistake. The command line I'm using is: netsh http add urlacl url=http://+:99898/ user=ben The error that I see is: Url reservation add failed,…
Ben
  • 353
  • 1
  • 3
  • 7
24
votes
10 answers

How to create a service running a .bat file on Windows 2008 Server?

I've created the service using sc create myService binpath=myservice.bat But when I start it, it fails with the following error message: [SC] StartService FAILED 1053: The service did not respond to the start or control request in a timely…
abyx
  • 403
  • 1
  • 4
  • 11
24
votes
4 answers

Active Directory Health Checks

I've had some Active Directory troubles lately was was wondering what checks I could do on a regular basis I could do to ensure everything is working optimally?
Jake
  • 2,268
  • 5
  • 30
  • 40
24
votes
2 answers

What is "a lot" of Page Faults?

I am monitoring the memory object in Windows 2k8, and am tracking the Page Faults/sec counter. Is there any threshold to determining what is an excessive amount of page faults? Or should I be more concerned with a sustained, high, amount of page…
24
votes
4 answers

Locale-unaware %DATE% and %TIME% in batch files?

The %DATE% and %TIME% environment variables provide the current date and time on Windows machines on the command line and inside a batch file. Sadly, those values are locale-aware! Meaning that, say, on a German machine, you will get…
Pekka
  • 2,178
  • 3
  • 20
  • 32
24
votes
4 answers

How to set ExecutionPolicy: access to registry key denied

I'm running Windows Server 2008 as admin and I tried to set ExecutionPolicy as Remotesigned for PowerShell v2 like this: Set-ExecutionPolicy RemoteSigned But I got this error: Set-ExecutionPolicy : Access to the registry key…
atricapilla
  • 615
  • 6
  • 12
  • 15
24
votes
6 answers

How to install Active Directory Users and Computers for Windows 2008

I want to install the administration tools on a Windows Server 2008 (R1) machine. On Windows 2003 you installed adminpak.msi, but I can't find such a file for 2008. Is this a "feature" in Server Manager? If so what is it named? ---UPDATE--- So I…
Mark Arnott
  • 992
  • 5
  • 10
  • 18
23
votes
3 answers

Start program on computer startup when nobody is logged on and show the window when someone does log on (OS: Windows)

I have a program that is launched on system startup using Task Scheduler on Windows Server 2012. The program must start even if the computer reboots automatially. Administrator is the account used to start the program, the option "Run whether user…
23
votes
3 answers

Filtering Security Logs by User and Logon Type

I have been asked to find out when a user has logged on to the system in the last week. Now the audit logs in Windows should contain all the info I need. I think if I search for Event ID 4624 (Logon Success) with a specific AD user and Logon Type…
Trido
  • 333
  • 1
  • 2
  • 7
23
votes
1 answer

How can I find out why a server rebooted?

My server rebooted and I am not sure why. Is there a way to find out, e.g. perhaps someone did it manually, or as a result of a windows update or a blue screen? I've looked in the Event Viewer, but I am not sure what to look for - there are million…
AngryHacker
  • 2,877
  • 6
  • 32
  • 33
23
votes
7 answers

How to stop brute force attacks on Terminal Server (Win2008R2)?

I'm more familiar with Linux tools to stop brute force attacks, so I'm having trouble finding suitable tools for Windows. I'm running a Windows Server 2008 R2 with Terminal Server, and I'd like to block an IP after repeated attempts to login via…
onik
  • 997
  • 3
  • 7
  • 20
23
votes
4 answers

Remote desktop session ends abruptly with a "protocol error"

Intermittently we get a problem where a remote desktop session will get disconnected with the error message “Because of a protocol error, this session will be disconnected. Please try connecting to the remote computer again.” We are getting this…
Jon
  • 509
  • 2
  • 5
  • 8
23
votes
3 answers

IIS is overriding my response content, if I manually set the Response.StatusCode

Problem when I manually set the HTTP Status of my response stream to, say, 404 or 503, IIS renders up the stock IIS content/view, instead of my custom view. When I do this with the web development server (AKA. Cassini), it works correctly (that is,…
Pure.Krome
  • 6,508
  • 18
  • 73
  • 87
23
votes
11 answers

Windows Server 2008: specifying the default IP address when NIC has multiple addresses

I have a Windows Server which has ~10 IP addresses statically bound. The problem is I don't know how to specify the default IP address. Sometimes when I assign a new address to the NIC, the default IP address changes with the last IP entered in the…
Cédric Boivin
  • 744
  • 4
  • 13
  • 31
22
votes
6 answers

Does it make sense to use Windows Active Directory in a small group of say less than six users/ computers?

For a (very) small company would using Windows server with AD be overkill - why not just use it as a file/ print server, administration server from which to access all machines on the network via remote desktop for administration purposes? Also for…
Xavier Vanilli
  • 321
  • 1
  • 2
  • 4