SnapOverflow

SnapOverflow Logo SnapOverflow Logo

SnapOverflow Navigation

  • Home
  • Server
  • Ubuntu

Mobile menu

Close
  • Home
  • System Administrators
    • Hot Questions
    • New Questions
    • Tags
  • Ubuntu
    • Hot Questions
    • New Questions
    • Tags
  • Help
Home / server / Questions

Questions[windows-server-2016](server)

Martin Hope
bzamfir
Asked: 2023-08-14 20:44:36 +0800 CST

Windows Server 2016 essentials uses only 64 GB even if it sees the whole 128 GB installed

  • 20

A client has Windows Server 2016 Essentials. He installed 128 GB RAM in his server. But Windows reports that it uses only 64 GB even if it sees the whole 128 GB installed

Why? What can be done to use the whole RAM available?

Enter image description here

Enter image description here

windows-server-2016
  • 3 Answers
  • 3091 Views
Martin Hope
J Smith
Asked: 2020-04-01 06:40:40 +0800 CST

How do I find out what version of SMB is in use by each attached client to a Windows Server 2016?

  • 14

I am trying to determine which version of SMB/CIFS is in use by clients attached to shared folders on my Windows Server 2016. If I run the powershell command Get-SmbConnection on the Windows Server, it will show the SMB version in use on shared folders that the server has connected to, not the SMB versions of clients connected to it.

server-message-block cifs windows-server-2016
  • 1 Answers
  • 3904 Views
Martin Hope
Mind Parallax
Asked: 2017-03-01 01:27:27 +0800 CST

Bootable Windows Server 2016 USB Drive

  • 19

I have 8 HP ProLiant DL380 servers that are mounted in a data center. I have to deploy Windows Server 2016 Datacenter operating system on all of them using a particular customer's (modified) ISO.

Unfortunately, the only way I can access this installation ISO is inside the DC security zone, which means I will have to create a bootable USB drive on-premise to install the farm. Another problem is that according to customer's SLA using any additional software for creating bootable drives is prohibited. Is there any way of creating a Windows Server 2016 bootable USB using only native Windows 2016 Server tools?

Thanks in advance!

windows installation windows-server-2016 usb-boot
  • 3 Answers
  • 13414 Views
Martin Hope
SomeoneSpecial
Asked: 2017-02-27 09:04:13 +0800 CST

How do I add the Windows GUI to Windows 2016 Server Core?

  • 29

We just got our dedicated server from Rackspace. It was loaded with W2008 on it. I decided to put the most recent OS on it so I wouldn't have to upgrade it later. Apparently during the installation, I selected the no gui option.

I tried to install the gui from powershell that I've seen reference on other website.

For example:

Install-WindowsFeature Server-GUI-Shell -Restart

When I run this, I get the following error:

PS C:\> Install-WindowsFeature Server-GUI-Shell -Restart
Install-WindowsFeature : ArgumentNotValid: The role, role service, or feature name is not valid: 'Server-GUI-Shell'.
The name was not found.
At line:1 char:1
+ Install-WindowsFeature Server-GUI-Shell -Restart
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (Server-GUI-Shell:String) [Install-WindowsFeature], Exception
    + FullyQualifiedErrorId : NameDoesNotExist,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCommand

Success Restart Needed Exit Code      Feature Result
------- -------------- ---------      --------------
False   No             InvalidArgs    {}

I cannot seem to figure out how to get a gui installed on this server.

All references I've seen to installing the gui say to use the Server-GUI-Shell.

Anyone have any suggestions?

powershell windows-server-core windows-server-2016
  • 1 Answers
  • 112960 Views
Martin Hope
SteveB
Asked: 2016-12-17 09:11:06 +0800 CST

Windows Server 2016 scheduled task schedule must be in future

  • 22

We have a 2012 server that has about 20 scheduled tasks that are used for monitoring. We have built a 2016 server to replace it and as I move tasks to the new server I have run into an issue. Most of our tasks run every few minutes.

In Server 2012 we would schedule the task to start at 1200AM of the current day (so a time in the past) and reoccur every X minutes. The task would start at its next scheduled time. Perfect.

In Server 2016 schedules that start in the past don't run. So we had to schedule it to start in the future. This is fine until you reboot. Now the start time is in the past and it won't run. It doesn't even register a failed run. The Next Run Time column shows that it should run but doesn't.

Example Current Schedule

Besides creating two triggers, one that starts in the future and another that starts on reboot (which we don't want to do since some tasks should only run at specified times), is there a better way? This seems to be a bug. The 2012 version worked great.

UPDATE

There is a workaround for this. Create a one time schedule that runs indefinitely. This works after restarts just like you would expect. I know this isn't great for schedules that are "weird" but works fine for things that we want to run every 3 minutes or whatever.

scheduled-task task-scheduler windows-server-2016
  • 3 Answers
  • 60043 Views

Sidebar

Stats

  • Questions 681965
  • Answers 980273
  • Best Answers 280204
  • Users 287326
  • Popular
  • Answers
  • Marko Smith

    Can you pass user/pass for HTTP Basic Authentication in URL parameters?

    • 5 Answers
  • Marko Smith

    Ping a Specific Port

    • 18 Answers
  • Marko Smith

    Check if port is open or closed on a Linux server?

    • 7 Answers
  • Marko Smith

    How to automate SSH login with password?

    • 10 Answers
  • Marko Smith

    How do I tell Git for Windows where to find my private RSA key?

    • 30 Answers
  • Marko Smith

    What's the default superuser username/password for postgres after a new install?

    • 5 Answers
  • Marko Smith

    What port does SFTP use?

    • 6 Answers
  • Marko Smith

    Command line to list users in a Windows Active Directory group?

    • 9 Answers
  • Marko Smith

    What is a Pem file and how does it differ from other OpenSSL Generated Key File Formats?

    • 3 Answers
  • Marko Smith

    How to determine if a bash variable is empty?

    • 15 Answers
  • Martin Hope
    Davie Ping a Specific Port 2009-10-09 01:57:50 +0800 CST
  • Martin Hope
    Smudge Our security auditor is an idiot. How do I give him the information he wants? 2011-07-23 14:44:34 +0800 CST
  • Martin Hope
    kernel Can scp copy directories recursively? 2011-04-29 20:24:45 +0800 CST
  • Martin Hope
    Robert ssh returns "Bad owner or permissions on ~/.ssh/config" 2011-03-30 10:15:48 +0800 CST
  • Martin Hope
    Eonil How to automate SSH login with password? 2011-03-02 03:07:12 +0800 CST
  • Martin Hope
    gunwin How do I deal with a compromised server? 2011-01-03 13:31:27 +0800 CST
  • Martin Hope
    Tom Feiner How can I sort du -h output by size 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich What is a Pem file and how does it differ from other OpenSSL Generated Key File Formats? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent How to determine if a bash variable is empty? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus How do you find what process is holding a file open in Windows? 2009-05-01 16:47:16 +0800 CST

Related Questions

Trending Tags

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • Home
  • Questions
    • Hot Questions
    • New Questions
  • Tags
  • Help

Footer

SnapOverflow

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Help

© 2022 SOF-TR. All Rights Reserve