Questions tagged [windows-server-2012]

Windows Server 2012 is the server version of Windows 8 and the successor to Windows Server 2008 R2.

Windows Server 2012 is the server version of Windows 8 and the successor to Windows Server 2008 R2. Windows Server 2012 is the first version of Windows Server to have no support for Itanium-based computers since Windows NT 4.0.

Microsoft has indicated that Windows Server 2012 does not support IA-32 or IA-64 processors. Upgrades from Windows Server 2008 and Windows Server 2008 R2 are supported, though upgrades from prior releases are not supported.

1747 questions
176
votes
6 answers

IIS_IUSRS and IUSR permissions in IIS8

I've just moved away from IIS6 on Win2003 to IIS8 on Win2012 for hosting ASP.NET applications. Within one particular folder in my application I need to Create & Delete files. After copying the files to the new server, I kept seeing the following…
EvilDr
  • 8,943
  • 14
  • 73
  • 133
123
votes
4 answers

How can I enable "URL Rewrite" Module in IIS 8.5 in Server 2012?

I have windows server 2012 and I have installed the IIS 8.5 but I could not see the URL rewrite module. How can I enable or install?
Tushar Maru
  • 3,347
  • 10
  • 34
  • 53
64
votes
8 answers

Powershell: Set a Scheduled Task to run when user isn't logged in

I have been using the Powershell Scheduled Task Cmdlets to create a scheduled task on our servers. How do I elect to 'Run whether a user is logged in or not using this API? I've created action, trigger, principal and settings objects, and passed…
Peter
  • 3,619
  • 3
  • 31
  • 37
62
votes
10 answers

Powershell script to see currently logged in users (domain and machine) + status (active, idle, away)

I am searching for a simple command to see logged on users on server. I know this one : Get-WmiObject -Class win32_computersystem but this will not provide me the info I need. It returns : domain Manufactureer Model Name (Machine…
56
votes
9 answers

Remote desktop connection protocol error 0x112f

When I try to connect to Windows 2012 Server using Remote Desktop Connection, I'm connected for about 1 sec. and then disconnected with following error: Because of a protocol error (code: 0x112f), the remote session will be disconnected. Until…
Ondřej Šotek
  • 1,793
  • 1
  • 15
  • 24
52
votes
2 answers

Why is Azure deployment slower on Windows 2012 Server than on Windows 2008 Server

I have an ASP.NET (Webforms) working with .Net Framework 4.0. If I deploy that site with osFamily="1" (on a Windows 2008 server) the .NET CLR takes 120 ms average (according to NewRelic logs). If I take the exact site and I deploy it with…
Jordi
  • 2,789
  • 1
  • 20
  • 35
46
votes
2 answers

Windows Server 2012 R2 and IIS affected by Heartbleed exploit?

"OpenSSL 1.01 — the one production version affected — had been shipping since March 12, 2012" Does this (above) mean that a Windows 2012 R2 server we ordered a month ago, now running HTTPS sites in IIS, is vulnerable to Heartbleed…
adam
  • 2,930
  • 7
  • 54
  • 89
34
votes
2 answers

Web Deploy from Visual Studio 2012 to a remote IIS 8 server

I have a remote Windows 2012 server running IIS 8 from which I am hosting a web application. My local development box is running Visual Studio 2012. Currently I am publishing my app as a web deployment package (.zip), RDP'ing to the production…
QFDev
  • 8,668
  • 14
  • 58
  • 85
33
votes
7 answers

"The password you entered is incorrect" when importing .pfx files to Windows certificate store

It works fine on Windows 10, but when I try to import the same .pfx file on a Windows server 2012 it fails with the message "The password you entered is incorrect". I use OpenSSL 3.0.0 to create my certificate, private key and .pfx file. I am…
FluffyBike
  • 825
  • 1
  • 4
  • 17
33
votes
8 answers

An error occurred in the secure channel support - Classic ASP HTTP Request

I have a classic ASP website running on a Windows Server 2012 box. One page makes a HTTP request to another application over https using code like this: Sub ShopXML4http(url, inStr, outStr, method, xmlerror) Dim objhttp Set objhttp =…
Mike S
  • 449
  • 1
  • 5
  • 9
29
votes
6 answers

PowerShell Add-WindowsFeature unrecognized

Thanks first of all for reviewing this. I've basically got a third-party agent software which allows me to execute PowerShell as LocalSystem. This allows me to easily run remote PowerShell commands without WinRM etc. The problem that i'm running…
BeastianSTi
  • 515
  • 1
  • 6
  • 8
27
votes
5 answers

Play Framework 2 Stage Task on Windows, "The input line is too long"

I'm trying to Play 2 application on Windows Server Server 2012 using the "stage" task, with the goal of wrapping this up in a service so the application will automatically run when the server gets restarted. However, when running the app I get the…
Ian
  • 7,480
  • 2
  • 47
  • 51
27
votes
10 answers

UserPrincipals.GetAuthorizationGroups An error (1301) occurred while enumerating the groups. After upgrading to Server 2012 Domain Controller

Research: Similar Issue with workaround, but not actual solution to existing problem Similar issue pointing to Microsoft End Point update as culprit The above links are the most suited to my problem, I have also viewed every similar question listed…
Pynt
  • 2,023
  • 2
  • 20
  • 26
25
votes
3 answers

SearchPhaseExecutionException[Failed to execute phase [query], all shards failed]

Recently our server was rebooted without correctly shutting down the Elastic Search / Kibana. After that reboot, both applications were running but no indices were getting created anymore. I checked logstash setup in debug mode and it is sending…
RayofCommand
  • 4,054
  • 17
  • 56
  • 92
23
votes
12 answers

"Task failed because AXImp.exe was not found" when using MSBuild 12 to build a MVC 4.0 project

I am trying to set up a build server using CruiseControl.Net and MSBuild. However, it's failing with the error: "C:\Builds\PremiumStore\checkout\PremiumStore.sln" (default target) (1) -> …
ckng
  • 545
  • 1
  • 5
  • 16
1
2 3
99 100