Questions tagged [windows-server-2012]

Windows Server 2012 is a server operating system from Microsoft. It went RTM on August 1st of 2012, general release on September 4, 2012, and reached End Of Life on October 10, 2023. Like its predecessor, Server 2008 R2, it is only available in 64 bit versions. 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 is a server operating system from Microsoft. It went RTM on August 1st of 2012, and to general release on September 4, 2012. Like its predecessor, Server 2008 R2, it is only available in 64 bit versions. 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
2822 questions
17
votes
8 answers

How can I schedule a server restart from command line on Windows 2012?

I would like to schedule a one-time server restart, e.g. to finish installing updates early in the morning. How can I do this from the command line on Windows 2012? On Windows 2008, I would have used the at command, at 2am shutdown -r -f -c…
user37944
17
votes
1 answer

How to allow more than two Remote Windows sessions on Windows Server 2012 Standard?

Recently setup a new 2012 server. After I create two Remote Windows connections to the server using ordinary user accounts (not administrators), I get this error when I try to create a third connection: Select a user to disconnect so you can sign…
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
2 answers

How to add extended key usage string when generating a self-signed certificate using openssl

I'm using openssl on Mac OS X 10.9 to generate a self-signed certificate for Windows Server Remote Desktop Services. Using the command below I can generate the certificate, openssl req -x509 -nodes -days 365 -newkey rsa:4096 -keyout…
joshu
  • 791
  • 3
  • 12
  • 28
16
votes
2 answers

Cannot disable password expiry on Server 2012

I have an internal only Windows Server 2012 which I want to disable the password policy on. (The server is also a domain controller, if that makes any difference.) I've tried following the instructions on this helpful blog, but when I double click…
freefaller
  • 475
  • 1
  • 3
  • 18
16
votes
2 answers

IIS 8 asp.net mvc HTTP Error 500.19

Hello i have just moved server, for my asp.net mvc framework. but now i get the following error message, and to be honest i do now know what is wrong? Module IIS Web Core Notification BeginRequest Handler Not yet determined Error Code …
Androme
  • 411
  • 2
  • 6
  • 12
16
votes
1 answer

SNMP Deprecated in Windows Server 2012

According to Technet's Features Removed or Deprecated in Windows Server 2012, SNMP is being depreciated: SNMP is deprecated. Instead, use the Common Information Model (CIM), which is supported by the WS-Management web services protocol and …
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
16
votes
3 answers

Windows Server 2012 GUI went missing after removing Active Directory

I'm sorry but i'm stuck in figuring out a problem i'm facing here. I removed the AD feature from server manager and after rebooting, my server 2012 gui wasn't there anymore. There's only command prompt to deal with. I tried to enable back gui based…
mfmz
  • 169
  • 1
  • 1
  • 6
16
votes
2 answers

Allow non-admin user to shutdown/reboot Server 2012

Anyone know if a setting exists to allow a non-admin user to shutdown a server? Obviously I can set the "Allow Server to shutdown without logon" GPO but that is not quite the same thing. I am looking for a way to properly assign the shutdown right…
NickC
  • 2,373
  • 13
  • 41
  • 55
15
votes
3 answers

Is it OK to use local. in an active directory domain name

I have read that it's not OK to use .local in a domain especially with Microsoft Windows servers. I have also read the Windows Active Directory naming best practices article on ServerFault which was helpful but hadn't completely answered my…
15
votes
1 answer

Unzip File With Powershell in Server 2012 Core

I need to unzip a file with powershell. The typical way I've seen everyone do this is by automating the shell with a script. $shellApplication = new-object -com shell.application $zipPackage =…
vcsjones
  • 722
  • 1
  • 8
  • 21
14
votes
1 answer

Is it OK to use my public domain name as my internal AD domain name instead of using .local internally?

I am taking over a project and the local domain name is domain.com; they also have a website at domain.com. I have always used domain.local for AD, and am wondering if that is a best practice or is there a reason for not doing so. Running an…
14
votes
2 answers

Is there a downside to always updating DNS from DHCP?

I've got a Windows 2012 Domain Controller running DNS and DHCP servers. The default setting appears to be Dynamically update DNS A and PTR records only if requested by the DHCP clients. (This is under Scope Properties -> DNS) Is there a downside to…
Roger Lipscombe
  • 2,177
  • 6
  • 24
  • 37
14
votes
1 answer

How do I install Disk Cleanup on Windows 2012 server without installing the Desktop Experience?

The issue is simply that I want to do the best I can to clean-up/compact a VM's .vhdx drive before running the Optimize-VHD cmdlet. It's nice to use Microsoft's Disk Cleanup utility. The problem is that it's not installed by default. The official…
Granger
  • 1,160
  • 2
  • 10
  • 26
14
votes
4 answers

How do i change Active Directory Password in Windows 2012 Terminal Server without Using CTRL ALT

How do I change Active Directory Password in Windows 2012 Terminal Server without Using CTRL+ALT I can't use CTRL+ALT+END And CTRL+ALT+DEL Is there any other method for invoking the Security Screen ?