Categories
How-To Software Technical

Windows Server 2016 Core: Active Directory Domain Services

To lower my memory footprint in my home lab I decided to move from into Windows Server 2016 Core.  That said running Active Directory Domain Service seems to be the perfect candidate to start with my new architectured lab environment. There are several prerequisites required for enabling ADDS, but I am not going to get into […]

Categories
How-To Software Technical

Windows Server 2016 Core: Apply Windows Updates, with SCONFIG

In my previous post ‘Windows Server 2016 Core Configuration, with SCONFIG‘ I stepped through how to use the sconfig tool to modify settings on Windows Server 2016 Core.  In this post, I will introduce you to how to go about running Windows Updates and applying them to your server. Here are the steps I used: Log into […]

Categories
How-To Software Technical

Windows Server 2016 Core Configuration, with SCONFIG

Windows Server 2016 Core has a built-in configuration tool named Sconfig.  This tool is used to configure and manage several aspects of Server Core installations. This simplifies tasks such as changing settings such as network, remote desktop, hostname and domain memberships, etc. To use the Server Configuration Tool Log into the console of your Windows Server […]

Categories
How-To Technical

Disable Windows Firewall Server Core

Server Core now installed and what is the first command I choose to run in PowerShell Its a command to disable all firewall profiles: netsh advfirewall set allprofiles state off  

Categories
Technical

Tech Short: Use Windows Management Instrumentation Command to List Windows Updates

To list the updates that have been installed on a Windows 8.1 or Windows 2012 Server simply issue the following command in a command prompt window wmic qfe get hotfixid That’s it