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
2
votes
1 answer

How do I enable PHP to run XCOPY commands on Windows Server 2019

I have a Word to PDF converter that works from Commandline so we created a middle-ware program to accept commands via Classic ASP. That worked so we then created the middle-ware program as a Windows service and all was working fine until we moved…
Kendo
  • 149
  • 9
2
votes
1 answer

Docker build command creates large amount of folders in windowsfilter folder: what's the purpose and how to control

I'm building a new image like so docker build . -t test and copy contents from host OS folder into it: Dockerfile FROM mcr.microsoft.com/windows/servercore:ltsc2019 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';…
Adam
  • 6,041
  • 36
  • 120
  • 208
2
votes
1 answer

AWS CloudHSM error on Windows Server: Certificate Request Processor: Provider type not defined. 0x80090017 (-2146893801 NTE_PROV_TYPE_NOT_DEF)

When generating a CSR on Windows Server using the AWS CloudHSM service, I obtain the following error: certreq.exe -new my-request.inf my-request.csr Certificate Request Processor: Provider type not defined. 0x80090017 (-2146893801…
2
votes
0 answers

Problem with Docker on Windows Server 2019: not running Linux containers

I was trying to install Docker on a fresh Windows Server 2019 using this guide (other guides seem to use the same procedure). NB: I was given a Windows Server 2019 with Hyper-V installed, but with no virtual machine. My installation commands…
EM90
  • 552
  • 1
  • 8
  • 22
2
votes
1 answer

How do I make an execution alias work on Windows Server 2019?

I packaged a Win32 console app into an MSIX package. Everything works fine on Win 10. I can also install it on Windows Server 2019, but have no way of running it there from the console by calling the alias or any other means. The app is installed…
max
  • 510
  • 3
  • 13
2
votes
0 answers

Docker on Windows Server not stable

I'm using Docker Desktop on Windows 10 with Windows containers without any problems. Now, I also want to use Docker on Windows Server, I've tried Windows Server 2016 and Windows Server 2019 so far. I can install Docker Enterprise without any…
wollud1969
  • 497
  • 4
  • 13
2
votes
1 answer

Will Django run on Windows Server 2019 or 2016?

I am trying to launch my app which i have created using flutter and django.I have started a server, the server provider is asking which OS i want in my server ,he is giving the option of Windows server 2016 and 2019. Which one should i choose? How…
2
votes
1 answer

How to increase loading time of post request in IIS windows server 2019

I have deployed Django on a windows server using IIS Windows Server 2019. When I submit the form, the time limit of the backend process is 100 Seconds, But after 40 seconds, IIS server responds with error 500. How can I increase this loading time of…
2
votes
1 answer

I've installed Docker on Windows 2019 Server, but I can only interact with it from an administrative shell

I've been following these instructions to get Docker installed on a brand new Windows 2019 Server. As long as I use an administrative account, I can login and run whatever I want: C:\Windows\system32>docker run hello-world Hello from Docker! This…
2
votes
2 answers

The WS-Management service cannot process the request. The service is configured to not accept any remote shell requests

We have Windows Server 2019 and I am trying to enable IIS feature on it but getting this error 'The WS-Management service cannot process the request. The service is configured to not accept any remote shell requests.'. I have searched google a lot…
Mahrukh Mehmood
  • 258
  • 2
  • 5
  • 17
2
votes
0 answers

Install MSIX packaging tool on windows server 2019

Does anyone know how I can install MSIX Packaging Tool on a windows server 2019 (1809). On a windows 10 desktop I can just download it from the windows store but server doesn't have access to the store. Can it be downloaded as an offline install? I…
BillyDay
  • 37
  • 1
  • 4
  • 14
2
votes
2 answers

Microsoft Store on Windows Server 2019

I am trying out the g4dn.xlarge EC2 instance on AWS running windows server 2019 and my main aim was to use the server for gaming using xbox game pass, but I couldn't find the windows store on it. I tried many methods given on various sites. I don't…
guidingfox
  • 77
  • 2
  • 12
2
votes
2 answers

Install SQL Server LocalDB on Server Core 2019 in Docker container

Within a Docker container (image = mcr.microsoft.com/windows/servercore:ltsc2019), I have downloaded the SQL Server Express 2019 installer. I have successfully downloaded the LocalDB msi with: SQL2019-SSEI-Expr.exe /Action=Download…
2
votes
0 answers

ADFS 4.0 With IWA for Win2019

Calling all Windows Experts :). After a long time of testing, i was able to get ADFS4.0 working with a thirdparty application. I can successfully navigate to thirdparty application, click login and get redirected to my adfs federation domain and be…
2
votes
1 answer

Joining new on-premises Windows 2019 Server to Azure AD

I have a new on-premise server with a fresh Windows Server 2019 install. We have an existing Azure AD that our users use for Office 365 and to log in to their computers which are joined to the Azure. How can I join the server to Azure AD so that…