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

Unable to Access Owin Self hosted RestApi - Deployed to AWS EC2 - Windows 2012 R2

Following is the sample self hosting Rest API code, I have created with OWIN. It is working in my local machine. i have hosted it in aws-ec2, and started as administrator. I am able to access the Rest API from inside the instance (using chrome/IE)…
4
votes
4 answers

How do I install Chocolatey packages behind a proxy on Windows 2012 R2 Core?

I am currently using Chocolatey in conjunction with Ansible to roll out a number of applications to a mixed Windows/Linux environment. All the Windows machines, bar one are running as server core installations, and for all the machines except the…
Dan
  • 816
  • 9
  • 14
4
votes
3 answers

Can create Scripting.FileSystemObject 64-bit but not 32-bit

My client has Windows 2012 R2 64-bit running in a virtual machine. I gave the client a 32-bit program compiled with VB6, which is failing on this line: Set Run.FileSys = CreateObject("Scripting.FileSystemObject") where Run.FileSys has type…
Tony Pulokas
  • 465
  • 5
  • 12
4
votes
1 answer

How do I run my C# service with elevated UAC privileges on Windows 2012r2?

I have a service which requires elevated administrative permissions. The service runs fine on Windows XP and Windows 2008r2 but when I run the code which checks to see whether the application is executing under an elevated administrative context on…
NTDLS
  • 4,757
  • 4
  • 44
  • 70
4
votes
1 answer

How to remotely connect to MySQL on Windows Server 2012 R2

I have installed MySQL on a Windows Server 2012 R2 using Microsoft's Web Platform installer. What I'm having a problem with is how to remotely connect to it? I'm able to launch the MySQL command prompt on the server and can see that it is running on…
4
votes
2 answers

Cannot launch SSMS (SQL Server 2014 Express) - Invalid license data. Reinstall is required

I've got a new server running Windows Server 2012 RS and IIS 8.5. I've installed SQL Server 2014 Express and was having problems getting sites under IIS to connect to (initially placeholder) databases. In an effort do get the Visual Studio 2010…
Chris Walsh
  • 3,423
  • 2
  • 42
  • 62
4
votes
3 answers

Bonobo Git Server Domain Authentication failes

I recently installed Bonobo.Git.Server on one of my machines. I have a domain controller that I have the authentication wired through with settings in IIS. If I'm logged into a computer/user that is part of the domain I can do a "git clone" just…
Ranger1230
  • 159
  • 1
  • 10
4
votes
2 answers

AWS Custom Windows AMI - How to deal with Updates?

I'm toying with AWS at the moment, with the intention of having an autoscaling windows system. I have a script that will grab the latest code from a GIT Repo - however I was wondering how people deal with Windows Updates, because surely the AMI is…
4
votes
1 answer

How can I install IIS on Windows Server 2012 R2 using InstallShield

I want to activate IIS on Windows Server 2012 via InstallShield setup. I tried the following DISM command: DISM.EXE /enable-feature /online /featureName:IIS-WebServerRole /featureName:IIS-WebServer Described here: Installing IIS 8.5 on Windows…
Simon
  • 4,157
  • 2
  • 46
  • 87
3
votes
3 answers

SQLSTATE[08001]: [Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Error code 0x2746

I'm using PHP Laravel 7.4 on Ubuntu 20.04.and trying to get data from SQL server located in windows server on another cloud. this method was tested on my PC (Windows) and it successfully got the data from the windows server(mentioned above), But on…
naif basalib
  • 51
  • 1
  • 1
  • 3
3
votes
1 answer

Copying files using azcopy running in a batch file

I want to execute a batch file (Through Task Scheduler) that runs azcopy and copies only the new files to the server. I've succeeded in configuring the task scheduler, but I'm failing to properly execute the batch file. I've done extensive research…
Jose A
  • 10,053
  • 11
  • 75
  • 108
3
votes
0 answers

Process started using Invoke-Command on remote computer can't load X509 certificate

Bear with me, as I have a somehow tricky setup in a custom AWS EC2 AMI based on Windows Server 2012. I orchestrate a machine using CloudFormation. Once the machine is up and provisioned through the UserData part of the provisioning script, I need to…
3
votes
2 answers

Web Platform Installer: Windows Cache Extension 2.0 for PHP 7.4 failed to install

If you try and install PHP 7.4 via Microsoft Web Platform Installer on Windows Server 2012, it installs the core PHP component but fails to install winCache and PHP manager. I was able to install the PHP manager via a separate MSI. However, i cannot…
Notaras
  • 611
  • 1
  • 14
  • 44
3
votes
2 answers

SQL Server FORMAT with culture parameter not working

I am using SQL Server 2017 and try to use culture in the Format function. When running this Query on the server the result is incorrect: SELECT @@VERSION --> Microsoft SQL Server 2017 (RTM-CU17) (KB4515579) - 14.0.3238.1 (X64) Sep 13 2019 15:49:57…
3
votes
2 answers

The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed

I have an issue when I tried to install an EXE file on windows server 2012 R2. When I tried to execute the EXE or MSI file I got below error, "The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not…
Naresh Kumar
  • 185
  • 3
  • 12