Questions tagged [windows-server-2012-r2]

Microsoft Windows Server 2012 R2 is a version of server operating system Microsoft Windows Server 2012 released on October 18, 2013

Windows Server 2012 R2 was released on October 18, 2013. There are four editions of this operating system:

  1. Foundation
  2. Essentials
  3. Standard
  4. Datacenter.

As with , the Datacenter and Standard editions are feature identical, varying only based on licensing (particularly licensing of virtual instances). The Essentials edition has the same features as the Datacenter and Standard products, with some restrictions.

The following changes have been introduced by Windows Server 2012 R2:

  • Automated Tiering: Storage Spaces stores most frequently accessed files on fastest physical media
  • Deduplication for VHD: Reduces the storage space for VHD files with largely similar contents by storing the similar contents only once
  • Windows PowerShell v4, which now includes a Desired State Configuration (DSC) feature
  • Integrated Office 365 support (Essentials edition)
  • Return of the Windows Start button
  • UEFI-based virtual machines
  • Upgrades from driver emulators to synthetic hardware drivers to minimize legacy support
  • Faster VM deployment (approximately half the time)
  • Internet Information Services 8.5: Support for logging to Event Tracing for Windows and the ability to log any request/response headers. To improve scalability, if IIS is configured with 100 or more web sites, by default it will not automatically start any of them. Alongside this, a new "Idle Worker Process Page-Out" configuration option has been added to application pools to instruct Windows to page-out the process if it has been idle for the idle time-out period (by default, 20 minutes).
  • Server Message Block: Performance and event logging quality improvements, support for Hyper-V Live Migration over SMB, bandwidth prioritization management, and the ability to remove SMB 1.0 support
  • Windows Deployment Services: Support for managing WDS via PowerShell.
  • Windows Defender is available in a Server Core installation, and is installed and enabled by default.
  • IP Address Management (IPAM): Extended to support role-based access control, allowing for fine-grained control over which users can view or change configurations for DHCP reservations, scopes, IP address blocks, DNS resource records, etc. Additionally, IPAM can integrate with System Center Virtual Machine Manager 2012 R2 to have coordinated IP policy across both physical and virtual environments. The IPAM database can be stored in a SQL Server instance instead of Windows Internal Database.
  • Group Policy has a new "Policy Cache" setting which allows domain-joined machines to store a copy of the group policy settings on the client machine and, depending on the speed of access to the domain controller, use those at startup time instead of waiting for the policy settings to download. This can improve startup times on machines that are disconnected from the company network. New Group Policy settings have been added to cover new features in Windows 8.1 and Internet Explorer 11, such as enabling/disabling SPDY/3 support, configuring start screen layouts, and detecting phone numbers in web pages.
  • TLS support is extended to support RFC 5077, "Transport Layer Security (TLS) Session Resumption without Server-Side State", which improves performance of long-running TLS-secured connections that need to reconnect due to session expiration.
1560 questions
13
votes
2 answers

"Object named IIS_IUSRS could not be found" when adding user to PHP sessions directory iis 8

I'm running windows server 2012 R2 running IIS 8. New to the whole windows server environment. To install PHP, I'm following the below tutorial Install and Configure PHP Part of it says, in order to use PHP's session functionality properly I need…
TDsouza
  • 910
  • 2
  • 13
  • 38
12
votes
4 answers

Disabling TLS 1.0 breaks ASP.NET application

Running on Windows Server 2012R2 I am trying to disable TLS 1.0 on IIS because client has a site scanner which highlights that as a security problem. I have a clean test server set up and App is running fine until I disable TLS 1.0. I updated all…
Cade Roux
  • 88,164
  • 40
  • 182
  • 265
12
votes
1 answer

Nuget restore fails for ASP.NET Core 2.0 project on build server

I am trying to build an ASP.NET Core 2.0 application for .NET Framework 4.6.2 (not .NET Core) with TeamCity on Windows Server 2012R2. The following components are installed in the server: Microsoft .Net Core SDK - 2.0.0.0 Microsoft .Net Framework…
11
votes
0 answers

Chrome Developer Tools do not show form data on Windows Server 2012

I'm running Chrome version 61.0.3163.91 (Official Build) (64-bit) as Administrator (also tried a regular user, no difference) on a Windows Server 2012 R2 VM on AWS and I want to debug POST data being sent to my application, but the Google Chrome…
Boy Baukema
  • 2,908
  • 1
  • 27
  • 38
11
votes
4 answers

Generate Self-signed certificate with Root CA Signer

Scenario: I am using PowerShell on Windows Server 2012r2 to generate a Root certificate and want to use that to sign a newly created Intermediate and Web certificate in dynamic generated (and destroyed) dev/test environments. The scripts are…
LimpingNinja
  • 618
  • 1
  • 5
  • 16
11
votes
1 answer

Export Certificate with private key including all certificates in path using powershell

I am working on power shell script to export certificate with private key which also includes all the certificates in the path. I wrote a script for that, it is not including the certificates in the path or the root certificate. Below is script.…
Vishnu
  • 155
  • 1
  • 1
  • 10
11
votes
2 answers

Why does Log4J2 output differ on two systems when I am writing the same UTF-8?

I'm writing Unicode characters to a Log4J2 log. On one machine (Windows 8) I see this in the log: 2016-08-30 16:44:00.958|English: The quick brown fox jumped over the lazy dog. 2016-08-30 16:44:00.960|German: Falsches Üben von Xylophonmusik quält…
gknauth
  • 2,310
  • 2
  • 29
  • 44
11
votes
5 answers

ElasticSearch instance not reachable from outside the server - Azure Windows 2012

I have set up Elastic Search 2.3.0 as a service in an Azure VM with Windows Server 2012 R2. I can access elastic search instance from within the server using http://localhost:9200 but I cannot access from outside the server. What have I…
droidbot
  • 937
  • 1
  • 10
  • 26
11
votes
2 answers

Deploy Meteor on Windows

I find it rather weird that there are no detailed step by step explanations on how to deploy your own Meteor webapp onto your own Windows server. Or maybe I'm just not able to use Google to find one such explanation. On many pages, even on some…
11
votes
3 answers

IIS 8.5: Virtual Account for App Pool (IIS AppPool\{Application Pool Name} is not available

I am running IIS 8.5 on a Windows 2012 R2 Core box. I created a new application pool called "MyNewAppPool". I have a website instance, called "MyNewWebsite.com" running in the "MyNewAppPool" application pool. The Identity used for "MyNewAppPool"…
10
votes
3 answers

provider: SSL Provider, error: 0 - An existing connection was forcibly closed by the remote host

I wrote a console app that just calls a stored procedure in a SQL Server database. Then I set up a Windows Task Scheduler event to call the console app's .exe file every 5 minutes. Most of the time it works, however about 10 times a day or so we get…
10
votes
3 answers

Pymssql Install Error

I'm trying to install FreeTDS using binaries from here, on Windows, but I can't figure out how to install binary files; a google search turned up nothing relevant. I'm installing so that the Python module Pymssql can be imported and used. I'm…
10
votes
2 answers

Saving PNG images to a memory stream causes errors

I have a WebAPI endpoint (hosted in IIS) that reads images from a database (byte array) and returns them in the PNG format. This code is simple: Image img = ImageHelper.ReadFromDatabase(…); using (MemoryStream ms = new MemoryStream()) { …
Sylvain
  • 19,099
  • 23
  • 96
  • 145
10
votes
2 answers

What would cause Tomcat (v8) to CPU spike with periodic regularity

On a windows 2012 RT (x64) TEST server we are running a Tomcat 8 installation and the CPU usage is disconcerting in its regularity of hitting peak usage. The behavior is happening after an installation of our application but before anyone is…
veeTrain
  • 2,915
  • 2
  • 26
  • 43
9
votes
4 answers

Azure Pipelines local agent failing to connect with SSL error

We have an on premise server (Windows Server 2012 R2) with an Azure Pipelines agent running on it. Today (31st Jan 2022) this agent could not longer connect to our Azure DevOps organisation. Judging by the log files, I assume this is because it is…
Rob Quincey
  • 2,834
  • 2
  • 38
  • 54