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

Auth0 call back giving 404 error

I have implemented an auth0 social authentication in my project. My problem is when I try to login, I am getting error shown in the image. I have tried this code using wamp server, it is working fine but now I have to implement it in IIS server. can…
S S
  • 1,443
  • 2
  • 12
  • 42
-1
votes
1 answer

How to restore an accidentally deleted GPO. Please advise

I have deleted one GPO from DC (Windows server 2012 R2). How do i restore it back. Domain Function level is 2008 R2. Is there any option.? Please advise. Thanks
Dinesh
  • 1
  • 1
  • 1
-1
votes
2 answers

Application built on Windows Server 2012 R2 fails on windows server 2008 R2

I have MFC application built on windows server 2012 R2. It works fine on non-build machines Windows Server 2012 R2. But It fails to start on Windows Sevrer 2008 R2. Both machines are 64bit. Some more information about the MFC application. My app…
-1
votes
1 answer

Identify home folders for user accounts that have been deleted

I have a large folder E:\Users that has a folder for each user by their logon name for example E:\Users\jt10192. I want to loop through every folder in E:\Users and get a list of home folders that belonged to users that have since been deleted. This…
-1
votes
1 answer

ComputerBrowser service is missing in Windows Server 2012

I'm using Windows Server 2012 to manage my network domain. The problem is that the ComputerBrowser service is missing in my services list. How can I reinstall or repair it?
amin mohammadi
  • 901
  • 2
  • 15
  • 33
-1
votes
1 answer

Powershell - Why can't I assign output of Get-StoragePool and Get-VirtualDisk to a variable?

I am writing a Powershell script to collect statistics on a couple different things and write to a centralized location. I tried to do the following: $storage_pool_stats = Get-StoragePool $virtual_disk_stats = Get-VirtualDisk but the results are…
Tristan V
  • 77
  • 1
  • 2
  • 6
-1
votes
1 answer

Build Window Server 2012 R2 to host MS SQL Server 2015 capacity 200GB

I am not a network or server person and building window server 2012 R2 or whatever version to host MS SQL Server 2015/2016 is new to me. I don't even know where to start or how to begin but would like to learn and get into it. Could someone point…
Johnseito
  • 315
  • 1
  • 9
  • 24
-1
votes
1 answer

Cloning/Copying windows server r12

Is there a way to clone or copy a windows server r12 in google cloud? I have looked for a way but I couldn't find a way to clone/copy the server into a new windows server r12
-1
votes
1 answer

Issue in accesing a website hosting on weblogic server through IIS

We are facing issue while configuring IIS setup for weblogic servers. Following are the environment details: IIS8.5 on windows 2012 R2 standard 64x, wls_plugin_12.2.1.2.0 for weblogic server. We have done the following steps: Created a new web site…
-1
votes
1 answer

Memory leaking in windows service

I had made a windows service following this article - https://msdn.microsoft.com/en-us/magazine/mt703436.aspx. All works fine and I felt like I’m a real programmer). But I have a problem - this service consumes too much memory. In fact, for about 6…
-1
votes
1 answer

Internet in Ubuntu VM

I use Virtual box from Oracle. I have created an Ubuntu machine. The real environment of system is windows server 2012 r2 and I log in remotely. I try to open firefox in Ubuntu VM but I don't have any internet connection. What can I do to resolve…
teletab
  • 43
  • 5
-1
votes
1 answer

MSCOMCTL.OCX Missing in Windows Server 2012

I am trying to deploy all my executables from Windows Server 2003 to 2012 R2. When i ran one of the exe's(VB6) it throws error: ERROR: 339 - Component 'MSCOMCTL.OCX' or one of its dependencies not correctly registered: a file is missing or…
-1
votes
1 answer

How to manage logs for website as website stops to work sometimes in ASP.Net?

I have an IIS hosted website hosted on a Windows Server 2012 R2. But I am having a problem with it. Sometimes the website suddenly stops working and after a few minutes, it starts to work again. I have reviewed some of the log files. There are…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
-1
votes
1 answer

http://127.0.0.1:8000/ isn't working on Chrome but working fine on Internet Explorer

I've recently installed django on Windows Server 2012 R2. When I run python manage.py runserver it tell mes to use http://127.0.0.1:8000/ . Its working on Internet explorer but in Firefox and Chrome I get the following error. The requested URL…
Milon Sarker
  • 478
  • 8
  • 25
-1
votes
1 answer

Websphere application server (network deployment) for windows server 2012

I am planning to install websphere application server on Windows server 2012. As per IBM documents it is compatible with it. I am looking for the installer of WAS-ND 8.0. And I found this : IBM part number :CZM9KML, .. I found this part number from…
user7046438
1 2 3
99
100