Questions tagged [windows-server-2019]

One of Microsoft Windows' server line of operating systems and a successor to Windows Server 2016. Use this tag for questions related to this particular server operating system.

One of Microsoft Windows' server line of operating systems and a successor to Windows Server 2016. Use this tag for questions related to this particular server operating system.

556 questions
6
votes
2 answers

Connection was refused by other side: 10061: No connection could be made because the target machine actively refused it

My steps: Build image docker build . -t scrapy Run a container docker run -it -p 8050:8050 --rm scrapy In container run scrapy project: scrapy crawl foobar -o allobjects.json This works locally, but on my production server I get…
Adam
  • 6,041
  • 36
  • 120
  • 208
6
votes
0 answers

Is there a SecurityCenter2 namespace equivalent on Windows Server 2019?

I am writing a C# application that, among other things, gathers status information about Windows Defender. On Windows 10, using ManagementObjectSearcher(@"Root\SecurityCenter2", "SELECT * FROM AntiVirusProduct") works fine to get some initial…
kgcode
  • 159
  • 3
  • 14
6
votes
2 answers

IIS/ Windows Server 2019 no HTTP/2

I have a server installed with Windows Server 2019 and IIS 10. According to https://learn.microsoft.com/en-us/iis/get-started/whats-new-in-iis-10/http2-on-iis all https sites should work using HTTP/2 out of the box. However my site works in http/1.1…
Plamen Ignatov
  • 612
  • 1
  • 7
  • 17
6
votes
1 answer

Obtaining serial number of disk attached to Windows Server 2019

For years I've been using the drive serial number to map virtualized guest disks to the hyper-visor disk. VMWare ESXi for instance will set the disk serial number to the UUID of the disk - allows for easy mapping. Now that I've got a few Windows…
NTDLS
  • 4,757
  • 4
  • 44
  • 70
5
votes
3 answers

How can I swap internal IP address between two GCP VMs?

I have a running VM1 (internal IP is: xxx.xxx.0.7). I will create another new VM2 and I want to change the IP of VM1 to any other IP and set the IP of VM2 to "xxx.xxx.0.7". OS of both VM is windows server. I have found some way to change the IP of a…
hasnayn
  • 356
  • 4
  • 22
5
votes
4 answers

How to resolve the following error shown while trying to build the code for Azure DevOps on Visual Studio 2022 on Windows Server 2019

##[error]C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1217,5): Error MSB3644: The reference assemblies for .NETFramework,Version=v4.5 were not found. To resolve this, install the…
5
votes
2 answers

What is the supportedOS GUID for Windows Server 2019?

I'm trying to install some software on Windows Server 2019 that's not officially supported on it. Several older and newer versions of the same software (also unsupported) install and work just fine, but one particular version won't attempt the…
ASForrest
  • 377
  • 6
  • 19
4
votes
2 answers

Issues with binding volumes of docker linux containers on Windows Server 2019

I am required by our client to run Apache Kafka in linux container on Windows Server 2019 with LCOW. I am using docker-compose to bring up two containers and this is my docker-compose.yml file: version: "3" services: zookeeper: image:…
4
votes
0 answers

failed to start service utility VM (createreadwrite): hcsshim::CreateComputeSystem

I want to run a Docker container in a windows server 2019 version 1809. I have install docker and wehn building the image i get this error: ending build context to Docker daemon 82.94kB Step 1/18 : FROM ubuntu:18.04 ---> c6ad7e71ba7d Step 2/18 :…
gcj
  • 280
  • 2
  • 12
4
votes
1 answer

Blue Screen - SnapShot restore in Compute Engine - GCP

I cannot restore a snapshot of an instance with Windows Server 2019. When restoring the snapshot generated with the machine turned on, I get a machine that does not start and always has a blue screen as a return. When restoring a snapshot generated…
4
votes
0 answers

LCOW deprecated - Windows server 2019 should now use Docker Desktop instead of Docker Entreprise?

Since v20.10 Docker has deprecated the use of LCOW, therefore the opportunity to run both Linux & WIndows containters on Windows Server has been restrcited. As they state : The experimental feature to run Linux containers on Windows (LCOW)…
X.Otano
  • 2,079
  • 1
  • 22
  • 40
4
votes
4 answers

AWS ACM - One or more domain names have failed validation due to a Certificate Authority Authentication (CAA) error

I am using Window Server 2019 for DNS management. I have created a public SSL certificate for domain *.example.mydomain.hk in AWS Certificate Manager(ACM) After that, I add The DNS configuration for the SSL cert. Below image is get from online. My…
4
votes
2 answers

It takes too long to shut down the Docker container

I set up Docker on Windows Server 2019. When I want to turn off containers, I have to wait too long on the console screen. When I type and run a shutdown command, it stays that way for a long time, as shown in the picture. I wonder what this…
ouzdev
  • 47
  • 1
  • 5
4
votes
1 answer

Disable auto update on Edge browser installed on windows server 2019

I am trying to disable the auto update on edge browser to freeze version 85.x.x(chromium based) installed on windows server 2019 without any luck. Can someone please help me with the exact working steps? I would also appreciate any other ideas to…
mygitrepo
  • 125
  • 1
  • 2
  • 8
4
votes
1 answer

How to prevent logging out / losing screen after closing RDP

I have an application that performs click on screen that's running on Windows 2019 Server instance but the thing is that when I close RDP, then application stops working (clicking) I suspect that this is caused by User logging out when I close RDP…
Axelly
  • 589
  • 3
  • 7
  • 26
1
2
3
36 37