Questions tagged [windows-server-2008-r2]

Windows Server 2008 R2 is a server operating system produced by Microsoft.

Windows Server 2008 R2 is a server operating system produced by Microsoft. It was released to manufacturing (RTM) on July 22, 2009 and launched on October 22, 2009. It is built on Windows NT 6.1, the same kernel used with the client-oriented Windows 7.

It is the first 64-bit-only operating system released from Microsoft. Version enhancements include new functionality for Active Directory, new virtualization and management features, version 7.5 of Microsoft IIS Web Server and support for up to 256 logical processors.

There are seven editions:

  1. Foundation
  2. Standard
  3. Enterprise
  4. Datacenter
  5. Web
  6. HPC Server
  7. Itanium and Windows Storage Server 2008 R2 (Essentials Edition).

More Information On Windows Server 2008 R2

Reference

1824 questions
6
votes
4 answers

Apache doesn't load PHP MySQL extension but IIS does

I have a really irritating problem with PHP on Windows Server 2008 R2. IIS and Apache are running on the same machine (Apache is embedded with another product and it being there is not my choice). IIS is configured to be able to use multiple…
tomfumb
  • 3,669
  • 3
  • 34
  • 50
6
votes
3 answers

How do I get my Domain Controllers to sync with a correct external time source?

I had a user contact me saying that her computer clock is 8 or 9 minutes faster than her cell phone clock. That concerned me because cell phone clocks are always synced. I looked at my computer's clock, and it was the same, about 8 minutes ahead…
6
votes
4 answers

TeamCity Agent Missing DotNetFramework4.0_x86, but not?

I've been trying to move our TeamCity install from an old server onto a new Windows Server 2008 R2 server, I've finally got everything configured. However the build agent is saying that DotNetFramework4.0_x86 isn't available on the build agent, but…
Tom Bell
  • 1,120
  • 2
  • 16
  • 33
6
votes
4 answers

Removing all ACL on folder with powershell

I'm pretty new to powershell scripting (nearly 1 month since I started learning powershell.) I'm currently working on a script with powershell 2.0 to clean folder NTFS ACL. I want to delete every acl except the administrator one. My problem is that…
Anarko_Bizounours
  • 483
  • 2
  • 6
  • 20
6
votes
3 answers

KERNELBASE.dll error running c# app on Windows Server 2008 R2?

I have a .NET 3.5 executable, compiled with 'Any CPU' and when I attempt to run it on Windows Server 2008 x64 R2 - It gives me: Faulting application name: mcb.exe, version: 0.1.0.8, time stamp: 0x4e08e871 Faulting module name: KERNELBASE.dll,…
Matt
  • 25,943
  • 66
  • 198
  • 303
6
votes
1 answer

Windows printer spooler setjob function not working for Windows-7?

I am updating our "Printer Monitoring" application. Previously this application runs successfully on Windows 2000 server. Now we shifted to Windows 7 server. On windows 7 our "Print monitor" application crashes. When I debug it, I found that our…
Ashutosh
  • 71
  • 1
  • 5
6
votes
1 answer

Exception using MSDTC Transactions on SQL 2008 / Server 2008 R2 x64 HRESULT: 0x8004D025

I'm currently upgrading an app to SQL 2008 / Server 2008 R2 x64 and I'm seeing some strange behaviour that I have not seen on SQL 2005 / Server 2003. Randomly I get an exception from MSDTC: The partner transaction manager has disabled its support…
Spence
  • 28,526
  • 15
  • 68
  • 103
6
votes
1 answer

SignalR SSE handshake fails

Hosting a ASP.Net Core 2.1 webapi and an Angular 6 webapp on "Windows Server 2008 R2" under the same domain name but different ports (:81 and :80 respectively); not contained within the same folder. According to this article, SSE is the (standard)…
6
votes
6 answers

How do I write a script to modify the password expiration values for users on a Windows Server?

I need to create several users on Windows 2008 servers and modify the password expiration value to "Never". These will be local (not AD) users. I can create them using "net user", it's modifying the pass expiry that is killing me. If I do a "net…
6
votes
5 answers

Can't find Microsoft.Powershell.LocalAccounts module (or run Get-LocalUser)

When running a script, I have a line to verify that a "service account" (aka a local user account) for our app exists: $svcAccountName = "TheAccountName" $svcAccount = Get-LocalUser -Name $svcAccountName The server (Windows Server 2008 R2) is…
Scott Baker
  • 10,013
  • 17
  • 56
  • 102
6
votes
1 answer

Import-PSSession fails in script, works in shell

I'm new to Powershell scripting and I'm working on a user management Powershell script, but I have run into a strange error. The following code works when I run it from the shell, but not when it is run from a script: $UserCredential =…
6
votes
6 answers

Restoring SQL 2008 R2 db on SQL 2008 Standard

I'm trying to take a SQL Server 2008 R2 Expression db and restore it on my local SQL Server 2008 standard, however it gives me the error: The media family on device 'C:\jtoth\Backups\ucampus.bak' is incorrectly formed. SQL Server cannot process this…
Justin
  • 17,670
  • 38
  • 132
  • 201
6
votes
6 answers

What are possible causes for App_Offline.htm not bringing the site down?

Normally, I use App_Offline.htm for taking the site offline. But occasionally, when I do that, the site just hangs (like in: browsers wait forever, server gives no response at all). This seems to happen on an updateable site when I change something,…
Abel
  • 56,041
  • 24
  • 146
  • 247
6
votes
2 answers

Powershell script as executable giving "wrong" giving return code -1 in Bamboo

I have some simple PowerShell scripts that I have made into executables with Bamboo, by adding a path such as C:\build-scripts\bamboo-build-scripts\clear-directory.ps1 as the path for the executable for a new capacity in Bamboo. However, several…
Jake
  • 3,411
  • 4
  • 21
  • 37
6
votes
1 answer

HttpWebRequest Cipher Suites Selection

When establishing an https connection via HttpWebRequest in a C# application where is the list of available ciphers suites that are provided in the SSL handshake stored on the server (2008R2)? Is it a registry setting or how is this determined? The…
Iggy
  • 61
  • 1
  • 2