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
9
votes
3 answers

vs shell installation has failed with exit code 1638

I have received the following error while installing MSSQL 2017 on Windows 2012 R2. vs shell installation has failed with exit code 1638
Hiren Parghi
  • 1,795
  • 1
  • 21
  • 30
9
votes
6 answers

Unable to activate Office 365, because cookies are blocked

I've installed Office 365 on a Windows Server 2012 R2 machine with IESC enabled. When trying to activate Office it prompts me to sign in and as soon as I enter an email address it says: Cookies must be allowed Your browser is currently set to…
EM0
  • 5,369
  • 7
  • 51
  • 85
9
votes
1 answer

indirect php.ini configuration per-domain on multi-domain IIS 8.5 with Plesk

I am working on the contact form for the website. This contact form is realised through PHP. I was able to configure my local environment for this to work, but after deploying to production the functionality is gone. From my point of view, the main…
Alex Ljamin
  • 737
  • 8
  • 31
9
votes
2 answers

Windows Server 2012 R2 System Time cannot be changed

I am using Windows Server 2012 R2 on Azure. The System Time in "Date and Time" cannot be set to an ealier date, but can be set to a future date. NOTE: Whenever I set to an ealier date, the system time got changed to the current correct time…
dongx
  • 1,750
  • 4
  • 17
  • 37
9
votes
4 answers

Assign a mount point folder path to a drive using PowerShell

I have a server that is provisioned with several disks. One for an OS, one for programs etc., and the remaining are to be mounted to empty NTFS folders. Disk 0: C: Disk 1: G: Disk 2: G:\Folder01\ Disk 3: G:\Folder02\ This is fairly straightforward…
9
votes
1 answer

ADFS doesn't have P3P policy

I have application that uses SAML authentication, we have installed AD FS 3.0 on 2012 R2 machine. I think users do get authenticated but there is an issue with it as my application returns error, here is response header that I get: HTTP/1.1 200…
zuboje
  • 696
  • 3
  • 11
  • 28
9
votes
1 answer

AIR AS3 file download is corrupted when bandwidth is low

I am using a Downloader class to get large files from a IIS server on WS2012 and handle download progress. It works fine, however when the client's bandwidth is too saturated, Progress events aren't fired anymore and after a certain amount of time…
9
votes
2 answers

Flask Hangs on request

Recently I'm developing a Flask website/api app to Windows Server and saw some weird issue going on. When someone make a request to a url, occasionally(like 3-4 out of 10 times) it will hang. All I need to do to make that request come through is…
xbb
  • 2,073
  • 1
  • 19
  • 34
8
votes
6 answers

ng is not recognised as an internal or external command. Jenkins + Angular CLI

I am trying to setup Jenkins for an Angular CLI project. I have installed node and Angular Cli on the Jenkins server under a specific user account. if I open a command prompt on the server an execute the following commands to verify they are…
D.B
  • 4,009
  • 14
  • 46
  • 83
8
votes
1 answer

Need Self-Signed Certificate Win2012 r2 SHA256 4-year expiration

I've been trying to figure out how to do this much of this afternoon, so it's very possible I'm missing something simple. I need to create a self-signed certificate on Windows Server 2012 R2 that is SHA256, 2048 bit, and doesn't expire for four…
8
votes
4 answers

Postgresql: No connection could be made because the target machine actively refused it

Running Postgresql 9.5 on a windows server 2012 R2 in Azure While running some loadtests on my application, I get errors on not being able to connect to the postgres server. In the logs of postgres I get the following message: could not receive…
8
votes
2 answers

Create Event Log in Sub Directory under Applications and Settings Logs

I have been searching for ages to find a way to create a number of separate event logs under a sub directory of Applications and Services Logs, in the same way that there is a subdirectory Microsoft then it has a subdirectory Windows then various…
Mike U
  • 2,901
  • 10
  • 32
  • 44
8
votes
1 answer

PrivateFontCollection.AddMemoryFont producing random errors on Windows Server 2012 R2

I have a .NET 3.5 application that loads fonts into memory using PrivateFontCollection.AddMemoryFont and uses these to produce images. I have recently installed this on Windows Server 2012 R2 and it is producing intermittent errors. The problem is…
7
votes
3 answers

Using Get-TlsCipherSuite in PowerShell & Server 2012 R2

My PowerShell TLS module doesn't seem to contain the cmdlet Get-TlsCipherSuite: PS> (Get-Module tls).ExportedCommands Key Value --- ----- Disable-TlsSessionTicketKey…
FrankU32
  • 311
  • 1
  • 3
  • 18
7
votes
1 answer

Disable automatic updates (2012R2) with powershell

I saw some related questions but none of the solutions didn't work for me. I have windows server 2012R2 and I need to disable it automatic windows updates with Powershell v5.0 or batch (Powershell is preferred). I can do it manually, by opening…
Noam
  • 1,640
  • 4
  • 26
  • 55