Sunday, November 16, 2008

I was going to extend a volume on one of my Server 2008 Core machines, and it told me "there is not enough space to perform this action"...

There was however enough space, but for some reason Microsoft Forefront decided that I shouldn't be allowed to extend a volume remotely.   So I disabled the services and did it anyway.

Sunday, November 16, 2008 8:20:23 PM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Tuesday, June 17, 2008

I was looking up how to set the IP address for Server Core:

Server Core: Setting a Static IP address

Server Core: Setting a Static IP address - Techinical Blog of Jay-R Barrios

Tuesday, June 17, 2008 8:17:55 PM (Central Standard Time, UTC-06:00)  #    Comments [0]

I asked a coworker to find the method/command to run updates on Server Core and he came back with a link to this nice little script:

http://msdn.microsoft.com/en-us/library/aa387102(VS.85).aspx

And every time I forget the command to do something in Server Core, when I do a search to find it, I always come back with a link to this post:

http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/08/13/changing-server-core-s-look-and-feel-part-1.aspx

And just because I am lazy, and don't particularly like the command line (even though I like Server Core), I have created a folder with a few batch files that I use when I am setting up a Server Core machine.  For instance, I have a batch file that has the product key in it already and I run it to install the product key and activate. 

Tuesday, June 17, 2008 3:10:27 PM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Wednesday, May 28, 2008

Quoted from a blog by Sander Berkouwer

Add or remove programs

Again there are two ways to get information on the software that is installed onto your Server Core installation in absence of the "Add or Remove programs" Control Panel applet. (also known as appwiz.cpl)

Registry

The first way is by checking the registry keys underneath the following key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall

Luckily Server Core offers regedit.exe and regedt32.exe to digg deep into the registry of our Server Core box. Actually the "Add or Remove programs" Control Panel applet checks these registry keys at well. Since we all know how long it takes to get a complete list of all the software on your windows box it's obvious this method takes a lot of time.

As this TechNet page points out the software packages that are listed underneath the Uninstall registry key all have a registry value associated with the UninstallString. You can use this value as a command to uninstall the software.

WMI

The things that are better left unspoken : Add or Remove programs in Server Core

Wednesday, May 28, 2008 9:32:54 PM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Friday, April 04, 2008

To change the time zone on a computer running a Server Core installation of Windows Server 2008, run control timedate.cpl.

http://technet2.microsoft.com/windowsserver2008/en/library/47a23a74-e13c-46de-8d30-ad0afb1eaffc1033.mspx?mfr=true

Friday, April 04, 2008 9:34:06 AM (Central Standard Time, UTC-06:00)  #    Comments [0]