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
6
votes
2 answers

What is difference between .\, (local), localhost, and computername in windows?

I had a question regarding the different ways to pull up the servername when trying to access a database located on your server. What is the difference between .\, (local), localhost, and yourcomputername? I can use all of them as the server name…
6
votes
3 answers

HyperV Failover Cluster (with/without CSV)

Been browsing a few websites, and it seems right now all hyper-v clusters are build on CSV ( clustered share volume ). I have a current setup (2 node window failover cluster). I have 2 vms running on node1 each in its own cluster disk e.g. vmA…
6
votes
1 answer

Joining AD domain with Windows 10 using smart card

My Windows "domain-centric" company has abruptly decided to make the switch from Windows 7 to Windows 10, and it has become my job to make their prepared image join our domain with our smart card/token based authentication system. This was an issue…
Y. Park
  • 61
  • 1
  • 1
  • 4
6
votes
6 answers

Windows Server 2012 R2, cannot install any role or features using GUI Server manager

Exiting environment : Windows Server 2008 R2. I am in the process of migrating to Windows Server 2012 R2. I installed Windows Server 2012 R2 on HP DL380p G8 server. I am able to install role or feature using PowerShell but not via GUI…
prabsom
  • 61
  • 1
  • 1
  • 2
6
votes
2 answers

How to determine if a SMB Client has established a Signed SMB communication from my Windows Server 2012?

Is there a way to find from my Windows 2012 Server if the client has established a signed communication ? Net Session gives the basic details but does not say anything about signing. C:\>net session \\a.b.c.d User name Administrator Computer …
6
votes
1 answer

Is there no easy way to use the Hyper-V Manager remotely?

At my workplace we've been using VMware vSphere as our VM server which uses the vSphere client to connect. Using a simple port forwarding rule on our router we've been able to allow all employees to access the VMs from anywhere they have internet…
Trevor Elliott
  • 103
  • 1
  • 7
6
votes
1 answer

Enable TLS 1.2 in Windows Server 2012 running Exchange 2013 via IIS 8.0

I got some issues getting the TLS 1.2 protocol running on one of our Windows Server 2012 machines. I checked this using ssllabs.com by Qualys and also tested with a powershell script and the linux tool "cipherscan". The server hosts one Exchange…
Kevin
  • 441
  • 2
  • 6
  • 10
6
votes
2 answers

Windows Server 2012 time keeps setting itself 12 minutes ahead

Our Active Directory server has a problem whereby the time keeps setting itself 12 minutes ahead of the real time. This causes authentication issues on the network. I have tried syncing to an external NTP service with the following: w32tm /config…
Aaron Cunnington
  • 161
  • 1
  • 1
  • 4
6
votes
2 answers

Windows Server - PerfNet event 2004

I´m using a SharePoint 2013 on a WS 2012 R2 Server. Everything is ok except for one error: Error PefNet Event 2004 Message: Unable to open the Server service performance object. The first four bytes (DWORD) of the Data section contains the status…
LaPhi
  • 213
  • 1
  • 2
  • 8
6
votes
3 answers

Windows Server 2012 - Force Terminaluser to logoff

We provide several Remote Desktop Services (RDS) and one of the connected user can't start any RDS anymore. How can I force logoff of that user? What I already tried: I tried logging in as domain admin on the Terminal Server the user is connected to…
6
votes
3 answers

Slow logon via Remote Desktop to Server 2012 and Smart Card service errors

When I logon my Server 2012 R2 server via Remote Desktop it sits at the logon screen for 10-20 seconds before logging me in. Once logged in I find the following three errors in the Windows System Event log, all logged as Event ID 7011 with the…
6
votes
2 answers

FTP Server on Windows Server 2012: Works on localhost, error accessing folder when using domain

I am trying to setup a second FTP server on a computer running Windows Server 2008 and IIS 8.0. I already have an FTP server accessible with one port, and this one will be accessible on a different port and point to the same directory. I forwarded…
Jake
  • 602
  • 1
  • 9
  • 17
6
votes
2 answers

Office365 DirSync Active Directory Integration

I am preparing to deploy Office365 for my organization. We have an on premise Active Directory Domain Controller (Windows Server 2012 R2). We would like to leverage our Active Directory for: automatic user provisioning in Office365, and password…
sardean
  • 833
  • 3
  • 15
  • 34
6
votes
1 answer

IIS integrated mode foreign characters

OK so this has been driving us crazy. We have an application built in ASP.NET 4.0 running on Windows Server 2012 and IIS8. A few pages of our site are translated into multiple languages, notably Japanese and Chinese are the problematic ones. If we…
6
votes
3 answers

Hide Network Icon in File Explorer on Server 2012

How can I hide the network icon within Windows Explorer in Windows Server 2012, via group policy? I can do this on 2008R2 using the Windows Explorer "Extra's" settings, but no such setting exists for Server 2012. The 2008R2 setting within group…
nairware
  • 309
  • 2
  • 10
  • 17