Category Archives: Server Core

How to tell whether it's a Server Core box

It's easy to tell whether Windows Server 2008 is installed as Server Core. I know what you're thinking: "Duh! it only shows a command prompt window after you log on", but that's not what I wanted to show you today. What if you wanted to find out programmatically? What if you're WinRS'ing into a Windows […]

1  

Building the Flaming Dog Lanfestival environment

One of the fun things I get to do is co-organizing the Flaming Dog Lanfestival, where my main responsibility is to design, build and manage the networking infrastructure. About the Flaming Dog Lanfestival Last year Michiel de Jongh and I organized the Flaming Dog Lanfestival for the first time. This event is sponsored by OGD, […]

Looking for .Net and Powershell on Server Core?

Look no further. Quest Software’s Dmitry Sotnikov has got .Net Framework 2.0 and Powershell 1.0 running on Server Core installation of Windows Server 2008. I know this is something a lot of people have been asking for, but the best way to describe my feelings at this moment is ambiguous.

1  

Backward Compatible Networking with Server Core

It's more likely you're going to implement your Server Core boxes inside a legacy environment, than implement them inside a new Windows Vista, Windows Server 2008 only environment. I'll try to explain the 'Next Generation IP Stack' which was introduced with Windows Vista and is also present in Windows Server 2008, both in Full and […]

0  

Monitoring Server Core from the command line

A server running a Server Core installation of Windows Server 2008 could behave flaky from time to time. Monitoring it gives clues towards this behavior and/or provides insight in why it behaves flaky. I've taken a closer look at monitoring Server Core boxes from the command line and want to share my experiences with you […]

Remotely managing your Server Core using RSAT

A little while ago I showed you how to perform some of the common management tasks on your Server Core installation using the Microsoft Management Console Snap-Ins, available through Computer Management (compmgmt.msc). Last week I showed you how to install Server Roles and Features on top of your Server Core installation. This time I want […]

1  

Handling Server Core Roles and Features

Server Core is proving to be a versatile infrastructure platform. After installing your basic Server Core installation, configuring network interfaces, activating, enable remote management (through RDP or WinRM) and changing the look and feel it might be time to install additional roles and optional features.

0  

Remotely managing your Server Core using Compmgmt.msc

Remote management of Server Core installations helps you. It prevents you from having to struggle with the command line interface on the console of your Server Core installation, while at the same time benefit from a lot of the new stuff Windows Server 2008 and Server Core have to offer.

1  

Activating Server Core

For years now Microsoft is using Windows Product Activation to protect its intellectual property from piracy. Windows Vista en Windows Server 2008 both sport Volume Activation 2.0. Although Server Core does not sport a full fledged Graphical User Interface, it doesn't escape the claws of Windows Product Activation. In this post I'll try to explain:

0  

SC'enario: The Kitchen Cupboard Server

Server Core installations can be specifically targeted at situations where single server roles are needed. Combining some of these roles on one server might also be very powerful, as I will show you in this post of my Easter SC'enarios series, where I'll try to construct the ultimate Branch Office server using Server Core roles.

0