Questions tagged [windows-server-2012-r2]

Windows Server 2012 R2 is a server operating system from Microsoft. It was published on May 31st of 2013, and will be End Of Life on Oct 10, 2023. It contains many substantial changes over it predecessor, and substantially streamlines the number of available versions, which are down to four: Foundation, Essentials, Standard and Datacenter.

Server 2012 Logo

Windows Server 2012 R2 is a server operating system from Microsoft. It was published on May 31st of 2013. It contains many substantial changes over it predecessor, and substantial streamlines the number of available versions, which are down to four: Foundation, Essentials, Standard and Datacenter.

The editions and their features are laid out in a table at Wikipedia, but substantial new features and changes include:

  • Metro, a new Graphical User Interface (based on Microsoft's Metro design language) which is also present in Windows 8.
  • A new FileSystem, ReFS (Resilient File System)
  • A new role, IP address management (IPAM)
  • A new IIS version (IIS 8.0)
  • Simplified and updated Active Directory functionality
  • A new version of Hyper-V (Microsoft's virtualization technology)
  • Much expanded PowerShell commandlet library: over 2300, compared with approximately 200 in Server 2008.
  • The ability to switch between Server Core and full modes without a full re-installation, and the addition of a new installation option that excludes most of the GUI.

Minimum system requirements for installing and running Server 2012 are:

  • 1.4 GHz 64-bit processor
  • 512 MB RAM
  • 32GB disk space

Maximum hardware scalability in Server 2012 is also improved, currently:

  • 640 logical processors
  • 4 TB RAM
  • 64 fail-over cluster nodes
4008 questions
19
votes
7 answers

Windows Update not working on Windows 2012 R2 Standard

I recently inherited the management of a Windows 2012 server at a remote site. I checked Windows Update and it has not been updating since March. When I tell Windows to check for updates, it acts like it is checking, but it seems to say that for…
18
votes
1 answer

Vendor whitepaper says: 5Mpps no prob. I'm already hitting a wall at 120kpps. Where's the bottleneck?

HP's whitepaper on their QLogic (fka Broadcom) NetXtreme II adapters, which includes the specific NIC that I'm testing, states (page 7) that their small packet performance for packets up to 256 bytes/packet is above 5,000,000 packets/sec. In my…
17
votes
1 answer

GPOs fail to apply; reason: Inaccessible, Empty, or Disabled; Server 2012 R2 and Windows 10

I have a Windows Server 2012 R2 Domain. Yesterday, a computer’s (running Windows 10 Pro) network drive stopped working. After further investigation (gpresult /h) it appears ALL group policy objects are failing with the reason Inaccessible, Empty, or…
Daniel
  • 1,614
  • 9
  • 29
  • 47
17
votes
2 answers

How to replace permissions and everything inside with icacls on Windows Server 2012?

Using Windows Server 2012 R2 AND Windows Server 2008 R2. I have a folder called C:\temp\test and I want to grant access to SYSTEM and a user and all files and subdirectories, and remove everthing else. I've tried this command but all the existing…
16
votes
3 answers

Windows Server: Replicate folders without DFS?

From reading the DFS documentation, AD appears required. This is a problem for us because our servers are either stand alone (not in AD), or part of our hosting service AD, and AD is out of our hands. The question is: How to do DFS, or something…
Jonesome Reinstate Monica
  • 5,445
  • 10
  • 56
  • 82
16
votes
3 answers

How do print servers work?

This is more of a conceptual question than a question about an actual setup in practice. Let's say I have a network printer, a print server (server A) and workstations B and C that will use the print services. (All of them are in the same…
16
votes
2 answers

Event 4625 Audit Failure NULL SID failed network logons

In 3 separate systems, the following event is being logged many times (between 30 to 4,000 times a day depending on the system) on the domain controller server: An account failed to log on. Subject: Security ID: SYSTEM Account Name: …
16
votes
2 answers

How to let non-admins manage selected domain groups' membership?

I'm on Windows Server 2012, Active Directory is on and working. All the project we manage have 2 dedicated groups, one for managers with access to all related files (including invoices, timetables and whatever they need to manage the project, or at…
Bard
  • 162
  • 1
  • 1
  • 5
16
votes
2 answers

First request after a while always slow - ASP.NET MVC / IIS 8.5 / Windows Server 2012 R2 VPS

I'm hosting a low-traffic ASP.NET MVC 5 application on a VPS with Windows Server 2012 R2 / IIS 8.5, with 1 GB of RAM. My problem is that the first request after some time without any requests always gets a slow response - around 1.5 seconds…
michalstanko
  • 291
  • 1
  • 3
  • 7
16
votes
2 answers

How to persist credentials in a remote Powershell session?

I have an Azure File Share and would like to use this from my Azure VMs - after persisting the credentials on the VMs with cmdkey and mounting with net use. This was tested by running these commands in a local Powershell session on Windows Server…
Razvan Zoitanu
  • 655
  • 1
  • 11
  • 26
16
votes
3 answers

How can I hide the Recycle Bin on Windows Server 2012?

On Windows 8 you can hide the Recycle Bin (and other icons on the desktop) by following Charms bar > Settings > Personalization. But on Server 2012 this returns an empty window with the message "This page is not available in this version of…
lofidevops
  • 1,325
  • 4
  • 13
  • 23
16
votes
3 answers

MSTSC: Black Areas on Remote Desktop

I'm connecting from Windows Server 2012 R2 to Hyper-V virtual machine running Windows 8.1 via RDP (mstsc.exe). The VM is hosted on the same machine from which I'm connecting. Everything was fine until today. When I connected to the VM today, I've…
15
votes
2 answers

Windows Update 800F0922

I have a Windows Azure VM running Windows Server 2012 R2 that hasn't been able to install updates since April 2016. The "View update history" screen in the Control Panel lists hundreds of successive failures from constant attempts to install the…
Dai
  • 2,290
  • 8
  • 27
  • 43
15
votes
5 answers

How can I use PowerShell to enable NTFS compression, in place, on log files older than x days?

I have an application server, running Windows 2012 R2, which generates a high volume of log files, to the point that it runs the application volume out of free space on a semi-regular basis. Due to restrictions from the application itself, I can't…
HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
15
votes
2 answers

Mixing disks of different sizes in a Storage Spaces pool

I have a Storage Spaces pool containing 2x 3TB disks. A single mirrored volume is created from this pool with a fixed size (not thin provisioned) and is set to use all space in the pool at the time of creation. Now, I want to add 2x 4TB disks to…
MDMarra
  • 100,734
  • 32
  • 197
  • 329