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.
1400 questions
50
votes
3 answers

Cannot remove item. The directory is not empty

I am trying to delete a folder with subfolders/files. Remove-Item -Force -Recurse -Path $directoryPath I am getting the error Cannot remove item. The directory is not empty. My PowershellScript.ps1 has executionPolicy unrestricted. The root folder…
HelloWorld
  • 4,100
  • 11
  • 38
  • 64
31
votes
5 answers

How do I properly instantiate 32-bit COM objects in classic ASP after installing Windows Update KB4340558?

On Windows Server 2012 R2, after installing update KB4340558 (update history) / KB4338424 (installed updates) we can no longer instantiate .NET .DLLs (interop) in classic ASP in 32-bit mode using server.createobject. We receive the error 0x800A01AD…
user2458080
  • 916
  • 8
  • 15
25
votes
4 answers

Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)

We have SharePoint 2013 Servers that were patched with windows updates and since then we are receiving the following error. We have restarted the servers, removed the windows updates manually and then restarted the servers, restored to a copy of…
Baahubali
  • 4,662
  • 5
  • 27
  • 64
23
votes
4 answers

OpenSSH on Windows - "XXX Could not save your public key in __PROGRAMDATA__

I am trying to install OpenSSH on a Windows Server (2012 R2 standard) and I have been following the instructions at this locataion: https://www.server-world.info/en/note?os=Windows_Server_2012&p=openssh I ran Powershell as Administrator and all…
Evvy73
  • 231
  • 1
  • 2
  • 4
19
votes
7 answers

Cannot start Jenkins service in Windows after updates

I have Jenkins running on Windows as a service. Normally, it starts when machine starts. After a Windows recommended update this afternoon, and a machine restart, my Jenkins just stopped working. I start the service but it stops and shows the…
koxta
  • 696
  • 2
  • 5
  • 25
18
votes
4 answers

php "glob" and data-deduplication?

I have a php-application which is (per request) scanning for the existance of some files. (on a network share) I'm using glob for this, cause usually i just know the beginning of the filename. I noticed, that glob does not return files, that are…
dognose
  • 18,985
  • 9
  • 54
  • 99
17
votes
5 answers

System.Speech.Synthesis hangs with high CPU on 2012 R2

I have an asp.net MVC application that has a controller action that takes a string as input and sends a response wav file of the synthesized speech. Here is a simplified example: public async Task Speak(string text) { …
16
votes
6 answers

Why are blank pages being served with "200 OK" for asp.net errors in IIS 8.5 (Win 2012 R2)?

I've set up a new Windows 2012 R2 server running IIS 8.5. We noticed that when an error occurs (eg the ASP.NET State Service was not running) that instead of outputting a 500 status code error screen, the request actually returns a totally blank…
NickG
  • 8,243
  • 15
  • 59
  • 104
13
votes
5 answers

IIS (There was an error while performing this operation)

I receive There was as error while performing this operation error referring to web.config. I follow below configuration: OS is Windows server 2012 R2 with IIS version 8.5. URL Rewrite 2.1 module is installed on the machine. IIS_IUSRS has…
Aboriginal
  • 334
  • 1
  • 2
  • 11
12
votes
2 answers

ASP.NET Core 3.0 app not working on Windows Server 2012 R2 due to ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY

I took a working ASP.NET Core 2.2 app, upgraded it to 3.0 and suddenly the app no longer works in Windows Server 2012. It comes up with the following: ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY Chrome: Firefox: It seems that before I had to opt into…
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,704
  • 1
  • 25
  • 35
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
1 answer

Windows server 2012 sign out or disconnect?

I am connected with RDP on a remote server. I just want to leave and I have two options: 1) Sign out 2) Disconnect What is the difference between these two?
cnom
  • 2,313
  • 3
  • 20
  • 51
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"…
1
2 3
93 94