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

PowerShell Script not running with the task scheduler

So I created a PowerShell script that installs Windows Updates, As you may know, when installing updates, it's possible that the PC has to reboot (while there are still updates left) in order for installing the scripts. What I implemented was a…
Kahn Kah
  • 1,389
  • 7
  • 24
  • 49
5
votes
2 answers

Can you install .NET 4.5 on Windows Server 2016?

I'm trying to setup an app on an Azure instance that another developer created. I'm trying to user a service that looks like it requires .NET 4.5 and is not compatible with 4.6... for some reason. The instance he setup is on Windows Server 2016,…
cnak2
  • 1,711
  • 3
  • 28
  • 53
5
votes
0 answers

How do I redirect a virtual directory to HTTPS?

I have some applications in different virtual directories in IIS 8.5 with the following path: http://sub.domain.com/logicalgroup/applicationname How can I redirect requests to HTTPS? I got everything working if it would be without the virt. dir.,…
user2713516
  • 2,983
  • 5
  • 23
  • 49
5
votes
1 answer

adfs (oauth2) token validation howto?

i setup ADFS3.0 for OAuth2 and i finally got the "Access-Token" on my Client-APP. Somethig like this: HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 { "access_token":"", "token_type":"bearer", …
Gobliins
  • 3,848
  • 16
  • 67
  • 122
5
votes
4 answers

Azure windows VM shows full black screen in RDP

I am having a php based webapp on azure windows server 2012 vm. Everything was fine till now. Since a day, whenever I try to connect through RDP, a full black screen get displayed, and after sometime the RDP window gets closed automatically. On…
Ashwin B
  • 91
  • 1
  • 3
  • 8
5
votes
2 answers

How to install CRM 2016 Required Components without internet access

I am installing Microsoft Dynamics CRM 2016 (Full Server Role) on an isolated Windows Server 2012 R2 which doesn't have internet access. This is a constraint I have to deal with so it is not even possible for me to 'temporay enable internet'. MSSQL…
5
votes
1 answer

Set-ItemProperty IIS:\AppPools\[App_Pool] -Name Recycling.PeriodicRestart.Time has no effect in Server 2012 R2

I've got a couple of farms of servers, one with Server 2008 R2 and one with Server 2012 R2. After a bunch of searching, I found the following powershell to disable default IIS application pool recycling, which I run at an administrative powershell…
James
  • 3,551
  • 1
  • 28
  • 38
5
votes
4 answers

Default Document not trying all files in IIS 8.5

I have a website with the default settings for default document on IIS 8.5 Windows 2012 R2.
Allan
  • 2,889
  • 2
  • 27
  • 38
5
votes
3 answers

Migrate VMWare image to KVM

I am trying to migrate VMWare image with Windows 2012 R2 to KVM. I was able to get to point where I: merged all parts of vmdk into one file removed VMWare tools fro image converted vmdk to qcow2 qemu-img convert -o compat=0.10 -O qcow2…
rackom
  • 185
  • 3
  • 14
5
votes
1 answer

Windows Server 2012 R2 Smart card limit

Afternoon all We've got an application that runs on Windows Server that requires upto 50 smartcard's to be connected to the host application server. This works without any issues on our existing Server 2003/2008 installations. However when we've…
fatmcgav
  • 431
  • 1
  • 4
  • 8
5
votes
2 answers

How to install IE11 on windows server 2012 standard

I have IE 10 installed on windows server 2012 standard. I want to download and install IE11, but I see no option to do that. We have few apps which we are making compatible to IE11 and being a developer I can't install it on my machine. Any…
user1094183
  • 181
  • 1
  • 3
  • 12
4
votes
1 answer

Is a scheduled task the only way to keep running a Powershell script in the background, when I close my session or log out of the computer?

If I want to run a Powershell script (v. 7.1.5), detached, as in I can close the cmd window, log off, come back, log in, and it still be running like in Linux, is that possible without using the task scheduler? I have seen a lot of questions on SO…
4
votes
2 answers

How to remove a directory that ends with a dot (.) on windows?

I created a file by mistake, and for the life of me, I cannot remove it. If you have 7-Zip installed, you can produce it. If not, it is easy to install. Here is how the file gets created: PS C:\temp> mkdir abc PS C:\temp> cd abc PS C:\temp\abc> &…
4
votes
1 answer

Python (Windows Server) Virtualenv not recognizing Django is installed

My virtual environment refuses to recognize my install of Django (strangely) I'm on Windows Server, installed Python 3.7 to a directory (C:\Python37) which I have C:\Python37;C:\Python37\Scripts in my windows Path so when using Powershell or GitBash…
Hanny
  • 580
  • 3
  • 16
  • 44