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
1
vote
3 answers

Stop Active Directory Users installing updates

We have multiple PCs running Windows 8 for testing on an AD. However, Windows update keeps pushing the Windows 8.1, but we need the PCs to strictly be on 8. How could I stop AD users from installing updates and only allow admins to do so? We run…
Gaza
  • 215
  • 2
  • 12
1
vote
1 answer

Is RDP on Windows Server a viable solution for multiple concurrent access to one app?

We're investigating different options we have to provide remote access to 1 app on our windows server. In terms of pricing, purchasing CALs is quite cheaper than installing Citrix XenApp. Would enabling concurrent RDP sessions be enough for up to 20…
Sebas
  • 535
  • 1
  • 8
  • 18
1
vote
0 answers

Unresponsive Server 2012, may be because of Hyper-V

there is a setup: ProLiant, Xeon, 16Gb on the host, 3 VMs (2 servers 2012 + Win7). Not all three VMs work simultaneously all the time. The problem is that sometimes host (and mostly all guests) become unresponsive. "Unresponsive" means that I can't…
Nik
  • 21
  • 3
1
vote
1 answer

Certain GPO settings are not taking effect on Clients

I've been trying to deploy a printer with Print Management on Server 2012 however it never appears on any of the clients after deployment. And this is not only the case with printers, the same thing happens when I deploy Desktop Shortcuts to the…
1
vote
1 answer

Webserver | IIS | Configuring to not run certain files

I currently have a webserver running Windows Server 2012 which is running IIS as its webserver and using PHP. Lets assume the a user is able to upload a trojan onto my server, either through a vulnerable hosted site or perhaps some other exploit. If…
Jimmy
  • 11
  • 1
1
vote
1 answer

Windows Server 2012 The process cannot access the file

I've FTP Server running on Windows Server 2012. FTP version is 8.0.9200.16384 In advanced settings for FTP under IIS, Allow Reading Files While Uploading is set to true and server is restarted. But still client is getting following error 550 The…
Abhinav
  • 13
  • 4
1
vote
1 answer

Test Domain Using Existing DNS

Server A, Domain Controller with DNS Server and Exchange 2010 (domainA) Server B, New Server going to add AD DS role for new test domain and Exchange 2013. I want this to be a new domain but i want to use the DNS from Server A.... How do I go about…
whreed
  • 13
  • 2
1
vote
1 answer

Mount NFS Share Windows Server 2012

I'm trying to mount an NFS share setup on my Synology Server to my Windows Server 2012 server. Here's what I've tried: net use Z: \[ip address][share folder] /user:xxxxx [password]' mount -user:xxx -p:MyPassword \[ip address][share folder]\…
1
vote
1 answer

Get MRTG to run as Windows Service

We just installed mrtg on our Windows Server 2012 and I am having trouble getting it to run as a service. I'm following the guide here, but am still stuck. First, if I run mrtg manually, whilst specifying a config file, it does work and does…
bgmCoder
  • 706
  • 4
  • 16
  • 29
1
vote
1 answer

Windows 2012 and Windows 2012 R2

Are the virtual machines created in Windows 2012 Datacenter compatible with Windows 2012 Datacenter R2? I have an existing Windows 2012 Datacenter and I recently got another server loaded with Windows 2012 Datacenter R2. Can I backup or copy the…
GeePee
  • 81
  • 7
1
vote
1 answer

Auto login in Windows Server 2012

I have a server which I connect to with remote desktop connection. I have defined auto login for a particular user. I also have scheduled a batch script to run after logon for that user. However, when I restart the server and later try to logon…
Ole-M
  • 113
  • 3
1
vote
0 answers

PostgreSQL - Invalid byte sequence for encoding "UTF8": 0xe7 0x75 0x20

Here is the problem : Everything worked fine with my postgresql system until I decided to click on the "rotate logs" button in the server status tab (from pgAdmin). After that, I faced this issue, and cannot solve it. I work on a Windows server…
Julo0sS
  • 163
  • 2
  • 6
1
vote
1 answer

Windows Server Domain User and Workstation Software

I have a new server with windows server 2012(domain) and want to add a few new users and workstations( with AD), so all user could login on all workstations. That is easy, but now I would like to add a few software like office, pdf reader, video…
1
vote
2 answers

How to sync folders between two Windows Servers in Amazon EC2

I have two servers running Windows Server 2012 in Amazon Cloud. One is hosted in EC2 (A) and another - in VPC (B). I have a folder in the same location on both servers. And I need to sync files from B to A. Files are not big (<100 kb) and it's…
1
vote
2 answers

Polling FTPS/SFTP Server with Windows Server 2012

Is it possible to securely routinely poll an external FTPS (or SFTP) server and copy/move the files locally using standard Windows Server 2012 functionality? I imagine the use of scheduler to do the polling/movement, but is there capability to add…