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
7
votes
6 answers

Error when trying to open my asp.net 4.5 MVC web application using VS 2012. Asp.net has not been registered on the server

I have a Windows Server 2012 R2 & Visual Studio Professional 2012. now i use to develop an asp.net 4.5 mvc 4 web application without any problem. but now when i try to open the project i will get this error:- if i click OK then this error:- if i…
7
votes
2 answers

DotNetCore 1.0.1 WindowsHosting Installation Fails for IIS Windows Server 2012R2

Things I tried: Running admin Turning off UAC Restarting machine I am supposed to be admin on the machine I have the following error log: [0A48:124C][2016-09-16T13:28:19]i300: Apply begin [0A48:124C][2016-09-16T13:28:19]i010: Launching elevated…
Yves Schelpe
  • 3,343
  • 4
  • 36
  • 69
7
votes
3 answers

How to configure Windows Server 2012 R2 to allow interactive services?

I have installed a new interactive service. I tried in Service manager to set property „Allow service to interact with desktop“. After that I found in Event Viewer error message from Service Control Manager: “The service is marked as an interactive…
7
votes
2 answers

PHPDox File not found

I was trying to run phpdox on windows server 2012 - but I am getting the error: PHP Version: 7.0.5 (WINNT) PHPDox Version: 0.8.1.1 Exception: TheSeer\phpDox\Generator\TokenFileException (Code: 1) Location:…
7
votes
1 answer

Recording Selenium test execution with Expression Encoder 4 SDK fails on build server

We run Selenium tests nightly on our TeamCity build server. We have some tests that fail intermittenly during our nightly run. Screenshots of failed tests haven't really provided an answer, so I want to record the execution of failed tests. I have…
7
votes
1 answer

Executing Powershell on remove server fails when path to script is fully qualified

I have two servers running Windows Server 2012 R2 on the same domain, \tt-sql.perf.corp and \tt-file.perf.corp. There's a Powershell script in a shared folder on the file server, \tt-file.perf.corp\fileshare\helloworld.ps1. I have an application on…
7
votes
1 answer

SharePoint 2013 SP1 install error during product configuration: Step 5 Failed, timeout

I am installing SharePoint 2013 SP1 on Windows Server 2012 R2 and cannot get passed Step 5 on the Product configuration manager. The last successful service is the "Document Conversions Launcher Service" then it times out with this error: An…
7
votes
5 answers

Setting uploadReadAheadSize in IIS 8.5

I'm trying to use the following command to set uploadReadAheadSize in IIS 8.5 on Windows Server 2012 R2: appcmd.exe set config -section:system.webServer/serverRuntime/uploadReadAheadSize:"491521" /commit:apphost But I keep getting this…
Jon.Mozley
  • 445
  • 1
  • 6
  • 12
6
votes
0 answers

.Net 5.0 - Authentication failed because the remote party sent a TLS alert: 'HandshakeFailure

I am using Windows Server 2012 R2 on my production server. I upgraded my webapplication to .Net 5.0 from 4.5. Now randomly facing this error, while communication of my front-end applications with the backend REST API built on .Net…
6
votes
0 answers

Web Application Proxy appending authtoken to Url

I am using non claims aware application in Web Application Proxy. Server: Windows Server 2016 ADFS: v3.0 - Windows Server 2012 R2 But whenever I request the application URL, a query string parameter 'authtoken' is appending after the successful…
6
votes
4 answers

Powershell New-PSSession Access Denied - Administrator Account

I try to use powershell PSSession cmdlets, but I'm struggling with Access Denied Error. What I try to do is using Administrator Account I run command New-PSSession (or Enter-PSSession) and unfortunately I receive Access Denied Error. I follow all…
Piotr Czarnecki
  • 1,688
  • 3
  • 14
  • 22
6
votes
1 answer

How to deploy node js in windows server 2012

I have a Windows 2012 server and hello world node js file (Only one js file along with Node_module folder). Now I need to deploy it to the windows server and need to run it globally. How to do that? Please help me! I have read more article. But…
sankaran
  • 143
  • 1
  • 3
  • 11
6
votes
3 answers

Why Port 443 is being used by System Process with PID 4

Why Port 443 is being used by System Process with PID 4, (ntoskrnl.exe) In Windows Server 2012 R2. I need to configure this port with Apache. But unable to do this, because its already in used.
ehsantarar
  • 69
  • 1
  • 1
  • 2
6
votes
1 answer

THE TARGET MACHINE IS NOT JOINED TO A DOMAN

I am trying to install Active Directory Federation Services on Windows Server 2012 but I keep getting this error: THE TARGET MACHINE IS NOT JOINED TO A DOMAN On the top you can see TARGET SERVER has my server name. Why am I getting this error?…
6
votes
2 answers

Using powershell to connect to HTTPS sites

I have been provided a new Server 2012 box to setup. I'm trying to use powershell to install chocolatey iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) and getting the error Exception calling…
Paul D'Ambra
  • 7,629
  • 3
  • 51
  • 96