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

PrintingDocument not printing to network printer, 0 byte document

this printing problem is driving me up the wall. I have an automatic windows service that prints a document using PrintDocument that's suddenly stopped working. An MVC page for reprints that runs identical code works fine. There are no errors when…
dibs487
  • 1,294
  • 4
  • 21
  • 36
-1
votes
1 answer

Windows 2012 R2 FTP server IIS 8 Passive mode not working

I have set up an FTP Server on Windows Server 2012 R2 using IIS 8 and everything works fine except Passive Mode when connecting from client machines. How to fix it?
-1
votes
1 answer

Error while installing ibm case manager 5.2.1 on windows server 2012

I’m using cmpit 5.2.1 on windows server 2012 to install ibm case manager 5.2.1, I’m having an error in step 34/38 in the installation. In cpit_install_stdout: Install-InvokeDescription: (34/38) configNexus.bat invokeScript: C:\Program Files…
-1
votes
1 answer

WCF service slow after host renamed

Windows Server 2012 R2 / IIS 8.5 / net.tcp Trying to replace 2008 R2 in my environment by setting up 2012 R2 servers and copying app folder to new server, create IIS site and create each WCF app under the site. Once ready, test and replace server by…
-1
votes
1 answer

Create a very basic application in Microsoft Azure

I'm very new to Windows server-side development. I just registered a Microsoft Azure free Trial account. I would like to do a very basic exercice: I want to create a very basic windows application (eg, in C#) such that it takes a file as input and…
SoftTimur
  • 5,630
  • 38
  • 140
  • 292
-1
votes
1 answer

I installed Active Directory on Windows 2012 R2, But now I can't log in VIA RDP

After installing the Directory Services Role and configuring and promoting the server to a domain controller the wizard automatically reboots my server. After the reboot, I can no longer log in to the server as before (via RDP). What happened? This…
-1
votes
1 answer

Install Exchange Server 2013 on Windows Server 2012 R2

I am completely new to servers. And I run into a problem that I need to install Exchange Server 2013 on my server. When I try to install this server it gives me an error Error: The Active Directory schema isn't up-to-date, and this user account…
-1
votes
1 answer

Mail Sending Error to Gmail

I have a Mail server in windows server 2012r2 and exchange server 2013. When I sending mail in google it is rejected and send me a error like mx.google.com rejected your message to the following email addresses: sanjoy.gmail…
-1
votes
1 answer

Why does Windows Server 2012 R2 group policy security filter require a computer?

I have the following Active Directory: My Domain --- Computers ------ Servers ------ Workstations --------- My Workstation --- Security Groups ------ MySecurityGroup (Members: MyUser, ...) --- Users ------ Standard --------- MyUser ------…
Reed Elliott
  • 223
  • 2
  • 15
-1
votes
1 answer

Mongodb error connect ETIMEDOUT on AWS EC2 windows

I have created one EC2 instance of Windows Server 2012 R2. I have installed MongoDB on that server. I setup an inbound rule to allow port 27017 to connect to MongoDb from my local machine. Now I am trying to connect using MongoDB GUI tool…
Jignesh Patel
  • 189
  • 1
  • 16
-1
votes
2 answers

Can I have a single instance of SharePoint for several subdomains?

I'm doing some research for a SharePoint setup where a secure SharePoint is used by several customers while keeping the databases separated. The different customers shouldn't be able to connect to each others databases, but should use the same…
-1
votes
1 answer

Drag and Drop from Explorer to Application on Windows Server 2012 R2 not working

i have a c# application where i can drag and drop files from explorer to a treeview. on our old windows server 2008 r2 everything is working fine. the application is NOT elevated! however on the new windows server 2012 r2 the drag and drop…
Benjey
  • 1
  • 4
-1
votes
1 answer

windows service - start service using batch file using task scheduler on windows 2012 server R2

I have created a batch file startservice.bat to start a windows service and scheduling this batch files using task scheduler on windows server 2012 R2. startservice.bat NET START myservice But after scheduler runs a cmd pop up comes but service is…
-1
votes
2 answers

Windows Server 2012R2 - Access to folder denied for admin

I have a folder on Windows Server 2012 that I want to delete. However, even when I try it in PowerShell or cmd.exe as admin, I'm not allowed to delete or view it. I also tried changing permissions with icals as admin, but was also denied. The error…
-1
votes
1 answer

Why is SCCM causing MSI handle leaks?

So I have several MSI packages which we use to deploy to our production environment with an in house application. But recently we started moving to SCCM. This is when the problem started, most of the MSIs tend to have handle leaks. My observations…
1 2 3
99
100