Questions tagged [windows-server-2008-r2]

Windows Server 2008 R2 is an operating system from Microsoft, and reached End Of Life on January 14, 2020. It is an update of Windows Server 2008. Unlike Server 2003 R2, this R2 is a fully new Operating System. It is only available in 64-bit versions.

Windows Server 2008 R2 is a significantly updated version of Windows Server 2008, which reached End Of Life on January 14, 2020. Unlike Server 2008, 2008 R2 is only available in 64-bit versions. No 32-bit version exists. It is superseded by Windows Server 2012

5290 questions
8
votes
1 answer

Is there a way to control where a windows update extracts temporary files?

Working on a vendor built system, we've realized that OS partition (C:) they created was rather small (38 GB). The object is to update Windows 2008 R2 to SP1. Several sources state that 8 GB is needed during the install process which includes…
8
votes
1 answer

Find locked out accounts in Active Directory (a way that actually works!)

I have googled how to list locked out accounts and found two methods so far, both of which don't work... Saved query - (&(&(&(objectCategory=Person)(objectClass=User)(lockoutTime>=1)))) Lists a number of accounts, many of which are not locked out. …
MrVimes
  • 773
  • 2
  • 14
  • 29
8
votes
1 answer

What's the sense in having RemoteDesktopUsers without "log on through Remote Desktop Services" privilege?

Recently Microsoft changed the default policies in Windows Azure Guest OSs (Windows 2008, Windows 2008 R2 and Windows 2012). One of the changes is that now only members of Administrators group have "Allow log on through Remote Desktop Services" and…
8
votes
2 answers

Task Scheduler Crashing MMC

I've been getting errors whenever I try to run the task scheduler for Windows 2008 R2. Each time that I've tried running it, the task scheduler will crash and report the following: Problem signature: Problem Event Name: CLR20r3 Problem…
Valrok
  • 330
  • 3
  • 11
8
votes
1 answer

Folder permissions, red x on user object

On shared folders on the file server, for the domain user name object under the security tab, the icon has a red x. There are no symptoms, the users have full access, there is just a red x on the icon for their name. Why is this? For clarification,…
Matt Bear
  • 874
  • 3
  • 12
  • 28
8
votes
3 answers

Is it safe to leave System Performance Data Collector Set running

I have created a user defined data collector set from the system performance template. I've made no changes to the counters. I can run it manually and it works fine but runs for 1 only minute. Yes, I see the schedule tab... What I don't understand…
schmidlop
  • 183
  • 1
  • 6
8
votes
1 answer

Which firewall ports do I need to open in order for a domain trust to work?

I have two Active Directory domains in two different forests; each domain has two DCs (all of them Windows Server 2008 R2). The domains are also in different networks, with a firewall connecting them. I need to create a two-way forest trust between…
Massimo
  • 70,200
  • 57
  • 200
  • 323
8
votes
3 answers

IIS 7.5 Unable to write configuration file

I have a fault regarding IIS 7.5 on Win Server 2008 R2, whenever I try to change any site bindings or start an application pool I get the error below: Filename: \\?\C:\Windows\system32\inetsrv\config\applicationHost.config Error: Cannot write…
flumeware
  • 81
  • 1
  • 1
  • 4
8
votes
2 answers

Task scheduler does not kill task

We have a scheduled task that sometimes hangs. It just stops responding. On Windows 2003, we had task scheduler configured to kill the task after 3 hours. It's a 32-bit process. On Windows 2008 R2, we've set "Stop the task if it runs longer than"…
Andomar
  • 943
  • 1
  • 10
  • 23
8
votes
3 answers

What's eating my drive space when normal files + hidden + system doesn't equal total drive space used

This is very strange. All directory sizes are normal, and all other folders are within 20GB of what they should be. The discrepancy is that I can’t locate the files that are consuming 150GB of space in the bottom screenshot. Below, I issued…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
8
votes
1 answer

Is there a version of the AD tools that provide the PowerShell output, similar to the Exchange tools?

The Exchange administration tools output the exact PS commands they will (or just did) execute. Is there a different version of the AD tools (primarily AD Users & Computers) that have similar functionality? If not, is this an expected feature of…
8
votes
2 answers

Steps to rename an Exchange 2010 SP2 server

I made an unfortunate error when I named an Exchange server msex0 which I felt of course was short for "MicroSoft EXchange." The server in question is running Windows Server 2008 R2 with all the latest updates. It is working just fine now but I…
tacos_tacos_tacos
  • 3,250
  • 18
  • 63
  • 100
8
votes
3 answers

Restrict user from saving on their Desktop, My Documents, My Music, My Videos, My Pictures etc. via GPO

I want to accomplish the following task: A user must not have rights to save on their Desktop, My Documents, My Music, My Videos, My Pictures, etc. I have already prevented and hidden all drives via GPO. However, user are still able to store files…
8
votes
1 answer

How Does Failover Clustering Work in Windows 2008 R2?

I am trying to learn how the failover clustering features works with Windows 2008 R2 as I am going to be using as part of SQL Server 2012 always on. I have been able to find information on how to set it up, and what it does. However, I am having…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
8
votes
3 answers

Windows 2008 R2 forgets static IP configuration after reboot

I've got an issue where a Windows 2008 R2 Standard (SP1) server loses its static IP configuration upon a reboot. It's a sysprep'd image. The following steps reproduces the problem: Using the SAC, set the IP using 'i' Use the Win32 EnableStatic()…
Andrew
  • 616
  • 5
  • 11