The first early preview version (Technical Preview) became available on October 1, 2014. Windows Server 2016 was released on September 26, 2016 at Microsoft's Ignite conference and became generally available on October 12, 2016.
Questions tagged [windows-server-2016]
1004 questions
0
votes
0 answers
Inserts to .mdb slow over network from Win 2016 Server, Fast from Win 2003
I'm Moving a legacy win app from a Win2003Server to a Win2016Server. A .Net 2.0 app that processes images then writes the output to an empty msAccess .mdb file.
The Application processes the images quickly as it did on Win 2003.
Issue is when it…

Barry McDermid
- 319
- 3
- 10
0
votes
1 answer
Windows Server 2016 ADFS and WCF service
I'm trying to authorize a Winforms client in WCF application using AD FS.
private void button_Login_Click(object sender, EventArgs e)
{
RequestSecurityTokenResponse rstr;
var genericToken =…

George Polevoy
- 7,450
- 3
- 36
- 61
0
votes
0 answers
"QSslSocket: cannot call unresolved function SSLv23_server_method" with Qt5.7 on Windows 2016
I have created an application in QtCreator that runs as a service.
It uses openssl to encrypt communications between client-apps and the server.
When I install the server-application on a clean Windows server 2012 R2, everything works just fine.
But…

SvenJ
- 1
- 1
0
votes
1 answer
Is it possible to use ADFS 4.0 as STS for Winforms->WCF?
Our Winforms application talks to a WCF service, and I need to implement claims-based authorization. Both use NET Framework 4.5.2
Per this link, no STS tooling is available for VS 2015, I'm up to installing VS 2012 on a separate workstation for this…

George Polevoy
- 7,450
- 3
- 36
- 61
0
votes
1 answer
Nano Server C# Apps Dependencies
I'm trying to write some C# .NET application to execute it on Nano Server. Here's the source code.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApp1
{
class…

Roman Zavodskikh
- 513
- 1
- 6
- 14
0
votes
1 answer
Error on checking out Chrome V8 Wiki from Git Hub
I am using Tortoise SVN v1.9.5 to checkout Google Chrome V8 Wiki (trunk) content in my Windows Server 2016 machine from GitHub link of https://github.com/v8/v8.wiki.git and I am getting the following error:
Error: Failed to run the WC DB work queue…

RinoTom
- 2,278
- 2
- 26
- 40
0
votes
1 answer
task scheduler in rdp run without login and show cmd
I call a batch script in my taskscheduler. It opens the cmd when I select "Run only when user is logged on", but I don't see the window when I select "Run whether user is logged on or not.

Chris
- 13,100
- 23
- 79
- 162
0
votes
2 answers
How to get this to work? Dockerfile FROM {YourPrivateRepo.azurecr.io/some/repo}
FROM microsoft/aspnet
Would like to use instead
FROM MyPrivateRepo.azurecr.io/some/repo
If this is possible how do I pass my login info?
I am very new to using Docker and Dockerfile and could not find anything on the net on how to use your own…

Kbdavis07
- 1,012
- 13
- 24
0
votes
2 answers
Linux Container on Windows Server Running as Azure Virtual Machine
I'm new to containers. Currently, I have an instance of Windows Server 2016 running as Azure Virtual Machine. Is it or will it still be impossible to set up a Linux Container on it?
I know that instances of Azure VM are already a kind of Hyper-V…

kemakino
- 1,041
- 13
- 33
0
votes
1 answer
Creating a clusterless availability group using windows server 2016 and sql server vNext CTP 1.4
I am testing configuration of availability groups(AG) with windows Server 2016 with sql server vNext CTP 1.4 within a clusterless environment. After having been to a recent conference, I have had learnt that this clusterless AG configuration is…

Go Potiya
- 67
- 4
0
votes
1 answer
How can I utilize Custom Claims rules with OpenID and ADFS 3.0
For some background, the steps that I am following are similar to: https://technet.microsoft.com/en-us/windows-server-docs/identity/ad-fs/development/customize-id-token-ad-fs-2016
When connecting to my application, I can see 'nameid', 'upn', and…

Jeff D
- 3
- 2
0
votes
1 answer
nginx forward https traffic on windows
Let's say I have two webservers running on https://server:10000 and https://server:10001, that is, SSL termination happens on my server, not on nginx.
I want nginx to route https://server0.mydomain.com to server:10000 and …

Mardoxx
- 4,372
- 7
- 41
- 67
0
votes
1 answer
Why doesn't the docker volume in Windows Server show up when I run this command?
I have a folder setup on the host machine at c:\testvol.
The docker image does not have a folder at c:\testvol.
When I run:
docker run --rm -d --name {name} {imagename} --v c:\testvol:c:\testvol
Why doesn't the volume show up on the container?

Daniel Leach
- 5,517
- 4
- 18
- 32
0
votes
1 answer
Apply Checkpoint leaves the hyperv VM in stopped state on 2016 server host machine
Whenever I apply a checkpoint using hyper-v manager (or restore to it using Restore-VMSnapshot cmdlet), the VM ends up in stopped state and I have to explicitly start it. This also means that all the process data at checkpoint creation time is lost.…

salilbapat
- 11
- 2
0
votes
1 answer
Teamcity server url returns 404
I installed TeamCity on a windows server 2016 machine and I assigned the ci.mydomain.com to the serverUrl. I have IIS also on that machine that hosts my nuget server.
When I type in ci.mydomain.com it returns a 404. nuget.mydomain.com works…

pantonis
- 5,601
- 12
- 58
- 115