Questions tagged [windows-server-2016]

enter image description here


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.

1004 questions
-1
votes
1 answer

How to install Apache Airflow on Windows server 2016 / 2019 (NOT WORKING)

I'm trying to install Apache Airflow on Windows webserver 2016. Steps I performed : install pip pip install apache-airflow apache airflow installed but not when I'm hitting any of the command nothing is working. airflow webserver -p 8080 airflow…
Naveen
  • 41
  • 5
-1
votes
1 answer

system.webserver/rewrite/allowedservervariables cannot be read beacuase it is missing a section declaration

I'm getting this error though I've install URL rewrite module 2. But IIS doesn't show URL reqrite
Achar001
  • 21
  • 1
  • 1
  • 4
-1
votes
1 answer

How to install SVN server when Apache HTTP Server is already installed in Windows?

I have a computer with Windows Server 2016 operating system. It has IIS 10 installed using ports 80 and 443 and Apache HTTP Server 2.4 installed using port 81 and 4437. Now I want to install SVN on it so that remote users can access it using http…
srh
  • 1,661
  • 4
  • 30
  • 57
-1
votes
1 answer

Mass add users AD with Powershell

Import-Module ActiveDirectory $file = "C:\Users\Administrator\Documents\UsersHR.csv" $targetDN = "OU=HR,OU=NTTLab,DC=NTTLab,DC=internal" $importedUsers = Import-Csv $file foreach ($user in $importedUsers) { $Username = $User.Username …
-1
votes
1 answer

How can I allow Remote Desktop to each computers with individual users through GPO

I'm trying to setup AD in my office and I'm facing problem with 'allowing remote desktop'. We have more than 50 employees and we need to provide computers to each of them. It's easy to allow all users(or groups) to each computers, but I have no idea…
-1
votes
3 answers

IIS10 in Windows-Server-2016(AWS) unable to redirect HTTP request to HTTPS

IIS-10 in windows-server-2016 unable to redirect HTTP request to HTTPS. I tried almost all configurations that are available over internet but still no success. Note: My server will get sub-directory url as well and few example as…
-1
votes
1 answer

How to enable FSRM quota with PowerShell

To disable FSRM quota with PowerShell is command below. Set-FsrmQuota D:\test -Disabled Please tell me how to enable with PowerShell. Best regards,
user5694025
-1
votes
1 answer

The role, role service, or feature name is not valid: 'InkandHandwritingServices'. The name was not found Office Online Server

I am following Official Microsoft Guide to install Office online Server and Getting below error while running the below command: Add-WindowsFeature…
-1
votes
2 answers

Server 2016 VM does not boot after hyper-v install

I am using VMWare Workstation 14, with Windows Server 2016 installed on it. A few weeks ago in my server class, we had an in class lab to setup a Nano Server. I successfully got that up and running and installed Hyper-V and loaded it into it.…
-1
votes
1 answer

Android Emulation + vServer ? Windows 2016 Server

i have a Windows 2016 Server on a vServer and want to run android on it. Which version ist almost irrelevant. Should be at least Android 4 if possible ;) I tried MANY MANY Emulators, VirtualBox with Android_x86 images, Android Studio and so on. I…
tranceonline
  • 11
  • 1
  • 4
-1
votes
1 answer

Why is Connecting to a guest VM on a Hyper-V 2016 workgroup server failing?

I'm a bit new to this and I'm likely missing something obvious. Scenario: Hyper-V 2016 (the free, headless one) Windows 10 Pro I've got Server Manager installed and the Hyper-V server is added successfully. I can connect my Hyper-V Manager to the…
-1
votes
1 answer

adding a '\\server\printer' type printer after spooler service restart takes 45 seconds, every time

Adding a windows shared printer (like \\server\printer) after a spooler service restart (or computer reboot), takes about 45 seconds every single time. This is even after the driver is downloaded. Server is Windows 2016. Client can be Windows 7…
js2010
  • 23,033
  • 6
  • 64
  • 66
-1
votes
1 answer

Windows essentials CALs unusable?

I just installed a new Windows Server 2016 Essentials hoping to create a test environment for RemoteApp hosting. So far good, all worked great, until I started getting a "Remote Desktop licensing mode is not configured" warning message. Running the…
neggenbe
  • 1,697
  • 2
  • 24
  • 62
-1
votes
2 answers

How can i get an image of windows server 16 using docker on windows 10

I am thinking to get an image of windows server 16 using docker on windows 10 platform. Is it possible to get or should i try it on windows server 16 only ?
shankar upadhyay
  • 883
  • 12
  • 18
-1
votes
1 answer

Website works on visual studio 2017 but not IIS 10

I have a asp.net web application that I am trying to deploy to IIS on Windows Server 2016. I first ran the application on Visual Studio 2017 and it loads and runs perfectly fine but on IIS when I run it on localhost it loads up but with the code…