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
113
votes
31 answers

ASP.NET Core 1.0 on IIS error 502.5 - Error Code 0x80004005

I just updated my server (Windows 2012R2) to .NET Core 1.0 RTM Windows Hosting pack from the previous .NET Core 1.0 RC2. My app works on my PC without any issues but the server keeps showing: HTTP Error 502.5 - Process Failure Common causes of…
Vahid Amiri
  • 10,769
  • 13
  • 68
  • 113
70
votes
5 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,671
  • 12
  • 46
  • 78
59
votes
13 answers

The operator or administrator has refused the request task scheduler

I have scheduled a C# console application in Task Scheduler of Windows 2012 R2. Application will run when executed it manually or Right click on scheduled task and click on Run, but it is failed when triggered by Task Scheduler with below…
Sushmit Patil
  • 1,335
  • 1
  • 14
  • 26
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
  • 989
  • 8
  • 17
30
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,604
  • 6
  • 33
  • 72
27
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
  • 271
  • 1
  • 3
  • 4
27
votes
11 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
  • 846
  • 2
  • 8
  • 30
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
  • 20,360
  • 9
  • 61
  • 107
17
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
  • 374
  • 1
  • 3
  • 13
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
7 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
  • 9,315
  • 16
  • 75
  • 115
15
votes
2 answers

TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 in windows server 2012 r2

My question is simple. My server's operating system is Windows Server 2012 r2 and all updates were made on it. When I run the iiscrypto I couldn't find TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 cipher suite. To find this, should I use Windows server…
brtb
  • 2,201
  • 6
  • 34
  • 53
15
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
  • 3,071
  • 4
  • 30
  • 60
13
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…
13
votes
4 answers

Certutil asking to connect a Smart Card

I am trying to run certutil -repairstore and keep getting prompted for a smart card. This is a VM on AWS and a smart card is not an option. Any thoughts on how to bypass the smart card and get the repair to complete are appreciated
1
2 3
99 100