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
4
votes
1 answer

Under which user are PHP scripts running?

Running Wordpress 5.02 on Windows Server 2012 R2, IIS 8. Under which windows user account are PHP scripts running? Or how can I find this out? I need to give write permissions to directories.
askolotl
  • 964
  • 1
  • 13
  • 27
4
votes
1 answer

Port 8081 is being used by SYSTEM (PID 4), how to stop that

I have a case where One vulnerability detected in server(dusxxxiweb2) saying Port 8081 is opened.I got the port number through netstat -a -n -o | find "8081" command, I found out that the port "8081" is being used by system process with PID 4 I…
vmb
  • 2,878
  • 15
  • 60
  • 90
4
votes
2 answers

Maven surefire forked VM terminated issue in windows

I am using windows 2012 server with jdk 1.8.131, maven 3.5.2, surefire plugin 2.20.1. org.apache.maven.plugins
King Kamal
  • 195
  • 1
  • 4
  • 15
4
votes
1 answer

Log on as a service vs Log on as a batch job

I've created service account to host an IIS web app pool. I know IIS will be happy if I grant both Log on as a service and Log on as a batch job permissions, but I suspect one is unnecessary. I have been able to find any official documentation on…
Kye
  • 5,919
  • 10
  • 49
  • 84
4
votes
1 answer

where is AWS CLI installed during a Visual Studio Team Services build

'aws' is not recognized as an internal or external command in Visual Studio Team Services 'Hosted' build During a VSTS 'Hosted' build, Im running a windows batch file with the following: python -c "import urllib;…
user372225
  • 851
  • 2
  • 9
  • 23
4
votes
2 answers

Let's Encrypt certificate not trusted on Firefox

I just added the certificate in IIS 8 (Windows Server 2012) using letsencrypt-win-simple.V1.9.1 . There are no problems in Google Chrome but in Firefox the connection is not trusted. I followed this tutorial :…
4
votes
1 answer

Running a Git Server on Windows Server 2012 R2/IIS

Edited with Answer - Q: We would like to run a three-tier programming git structure here at work. Programmers would be able to use Git on their local machine, clone push and fetch from a remote repository running on a "Production" virtual…
user4333011
4
votes
1 answer

Server 2012 R2 missing PSReadline cmdlets?

Works on Win 10 but on server 2012 R2 its not there. PS> Get-PSReadlineKeyHandler Get-PSReadlineKeyHandler : The term 'Get-PSReadlineKeyHandler' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the…
red888
  • 27,709
  • 55
  • 204
  • 392
4
votes
1 answer

I can't access my website from outside Windows Server 2012 using IIS and IISNode

I bought a new dedicated server. I have a MEAN Stack application (Node.js, Angular, MongoDB, Express) and wanted to take advantage of using IIS to publish my webapp. I followed this guide to install iisnode and make a litle node.js server working. I…
Egidi
  • 1,736
  • 8
  • 43
  • 69
4
votes
1 answer

How to install makecert in windows server 2012 R2 running win 10

i need makecert.exe in our windows server 2012 R2 production machine (win 10). i read a lot of post and guides that directs me to install the windows SDK. Makecert missing from Windows 10 and Visual Studio 2015 install? Missing…
Dardar
  • 624
  • 3
  • 13
  • 30
4
votes
3 answers

SonarQube Service Starts, Runs and then Stops?

I have a Windows 2012 R2 server and I managed to install the SonarQube 5.4 server as a Windows Service. I also set up a user so the service can actually start without the infamous "It started then stopped" error a lot of people seem to get. Before…
OmniOwl
  • 5,477
  • 17
  • 67
  • 116
4
votes
1 answer

Json file corrupted

I have a json file named test.json in the root of my website. which is hosted on a Windows Server 2012 R2 in IIS version 6.2. the json file is 2698KB. I have written a small C# console application which is very simple it accesses the file and then…
Tim Pickin
  • 369
  • 4
  • 15
4
votes
0 answers

Horrific Windows Server 2012 R2 & Visual Studio Crash

So, I have a question someone here may know the answer to... I am trying to debug and trace through some C# code on a remote Windows Server 2012 R2 with Visual Studio installed. I am using a Debugger.Launch() call to hook into the program and…
egecko
  • 41
  • 3
4
votes
1 answer

Task Scheduler-Windows server 2012 - Last Run of the task is terminated by user

On my production server (Windows server 2012) i have scheduled various tasks. I have enabled Task Scheduler history but its of no use. LastRunResult of each of my tasks shows "Last run of the task was terminated by user" which means authenticated…
4
votes
4 answers

Datazen server after restore not ready

I have a problem with my Datazen and Windows Server 2012 R2. So I installed Datazen server on another machine and did a full backup in order to restore the backup on the new datazen server. I did it exactly like they told me to do in here Datazen…