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
3
votes
1 answer

How to find the printer driver properties

I have 15 print servers in our environment in different offices. Before upgrading of drivers i would like to display a report with the below information. 32 or 64 bit and Driver last installed or upgraded date. Any help will be…
3
votes
1 answer

Managing Advanced Security Settings Active Directory User Accounts

I have a requirement to change some settings in the security tab of user accounts in Active Directory for a large group of people. I need to give Everyone Access to specific Read Settings under the Security tab of a user account. Is there a better…
Nixphoe
  • 4,584
  • 7
  • 34
  • 52
3
votes
2 answers

Server freeze restarted quickly so how do I find what went wrong?

I have a SQL SERVER DB running on a windows server 2008 (VMWare) Yesterday I could not RDP to it so I ended some RDP sessions which were left logged in. This seemed to solve the problem. However last night I learned that the DB was inaccessible and…
Charlie
  • 41
  • 4
3
votes
2 answers

Creating a whitelist for RDP access

Since people are getting unauthorized access to my Windows Server (bruteforced over several months..), I'd like to set up a whitelist for RDP access. I have tried the following with Windows Firewall inbound rules: This still allows other users to…
3
votes
2 answers

How to create a directory per each user with only access to the user and domain administrator?

For my company, I would like to create a single directory for each user in a server. Each directory must be personal, and I would like to create a desktop link to that directory. For example, in my server SERVER01 I need a simple structure…
stighy
  • 931
  • 8
  • 21
  • 32
3
votes
1 answer

No password is complex enough

I have one user in my AD domain who seems to not be able to self-select a password. I may have another one, but they're on a different enough password-expiration schedule that I can't remember who it is right now. I can set a password via ADU&C…
3
votes
4 answers

Entering BIOs Setup from Supermicro IPMI KVM

I'm having trouble getting into BIOs Setup from Supermicro IPMI "KVM" - Remote Control Console Redirection. I need to change the boot order to CDROM first. I'm running Windows 2008 server. After some Googling, it says here that the method is…
Joshua Lim
  • 251
  • 1
  • 3
  • 14
3
votes
2 answers

Not able to use the group policy in windows server 2008

Currently I'm not able to use the group policy. Error Message: "To manage group policy you must log on to the computer using a domain user account" There is no domain attached to this windows server. Although I've tried to create a forest but it…
droidlabour
  • 147
  • 1
  • 3
  • 7
3
votes
0 answers

Route specific network traffic through vpn in virtualbox guest

I am running OSX with a windows server 2008 guest in Virtualbox. My goal is to route some of the network traffic in the host through the server guest. This is because the win2008 server has a VPN connection to my workplace using a Smartcard solution…
3
votes
2 answers

Is there a way to find out when a Site was stopped/started/cycled in IIS7.5?

I recently found that one of my IIS 7.5 sites (on Win 2008 R2) had been down and out (Stopped). While I'm now trying out a servers alive kind of service, I began wondering when and why was it down. It's possible that during some routine maintenance…
Joel Peltonen
  • 169
  • 1
  • 2
  • 9
3
votes
2 answers

net use - System error 1920 has occurred

On Windows Server 2008 R2, when I run the following command I am getting the 1920. I've tried pretty much everything I am aware of and I can't figure out what causes the error. When I try to map the same network share using the UI and same…
3
votes
1 answer

Diagnosing Server 2008 and Windows 7 LAN Speed

I have a customer with Server 2008 in a VM, and maybe 15 Windows 7 clients. They are experiencing slowness when using an ERP system whose data resides on the server. The database in question is a load of shared files, as opposed to on a database…
Alan B
  • 503
  • 5
  • 15
3
votes
1 answer

What's the difference between these two GPO options?

What's the difference between the two GPO options below? NETWORK ACCESS : DO NOT ALLOW storage of credentials or .NET passports for network NETWORK ACCESS : DO NOT ALLOW storage of passwords and credentials for network authentications
3
votes
2 answers

Removing Exchange 2010 and SBS2011 gracefully after migration to Server 2008 Std R2

We have recently completed a server replacement for a customer. They had SBS2011 using Exchange 2010. They now have Server 2008 Std R2 and Google Apps email. We have migrated the DHCP, DNS, Filserver and all 5 FSMO roles to the new 2008 R2 server…
SysAdman
  • 55
  • 1
  • 2
  • 7
3
votes
2 answers

How to configure Users permissions in Windows Server 2008 R2 by command line?

I have to create about 800 users in our Windows S 2008 R2 and I'd like to make a few settings with them. Create user: net user Joe 1mb4pASs /add /fullname:"John Smith" /passwordchg:no /comment:"no comment" Set never expired password: wmic…
Répás