Monday, May 18, 2015

Windows Updates on Server 2012 Core

Probably the easiest way to run Windows Updates on server core is to RDP to the server and once you are at the console screen run the following command:  sconfig

Once you execute sconfig you will see the following menu:
===============================================================================
                         Server Configuration
===============================================================================

1) Domain/Workgroup:                    Domain:  mydomain
2) Computer Name:                          mycomputer
3) Add Local Administrator
4) Configure Remote Management          Enabled

5) Windows Update Settings:             Manual
6) Download and Install Updates
7) Remote Desktop:                      Enabled (more secure clients only)

8) Network Settings
9) Date and Time
10) Help improve the product with CEIP  Not participating
11) Windows Activation

12) Log Off User
13) Restart Server
14) Shut Down Server
15) Exit to Command Line

Enter number to select an option:

Select option 6
Select All or Recommended (whichever you prefer)
Select All, No updates, or Select a single update (whichever you prefer)

The server will then at that point begin downloading and installing updates just as it would through the GUI.

If a reboot is required you will be prompted if you want to perform the reboot now (whichever you prefer)

If you are finished, simply select option 12 to log off user


Thursday, May 7, 2015

nmap - OS fingerprint a address range

July 2015 is almost here and this means you are running out of time to find those Windows 2003 servers on your network and upgrade them.

A simple way to find them, is to scan your network for them using nmap.  I have provided an example below on how to scan an address range to locate the Windows 2003 servers on your network.

nmap -O -v 192.168.1.1-254


Friday, May 1, 2015

Posting Again

Due to some professional conflicts I had not posted in almost a year.  However, I am now back to posting things I feel are useful and/or helpful so stay tuned.