Sponsored Link:    

Archive for the 'server core' Tag

Server-Core-Configurator As expected, many Windows admins dislike the idea of configuring a server on the command prompt. Server Core Configurator is the third tool I am discussing that helps configure Windows Server 2008 Server Core. CoreConfigurator (without space between Core and Configurator) is a GUI tool and Core Configuration Console (CCC) is a batch script. Server Core Configurator is something in between.

The tool consists of several VBS scripts with one central script providing the main menu. Similar to a batch script you have to enter numbers to open a submenu, but the menu and the input fields are presented in a graphical window.

(more…)

Rate this tool: 1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4 out of 5)
Loading ... Loading ...
Submit favorite free admin tool | Free tools ranking list | Descriptions of all tools

core_configurator_console

A while back I reviewed CoreConfigurator, a GUI tool that allows you to configure Windows Server 2008 Server Core in a more convenient way than using the command prompt. Core Configuration Console (CCC) has similar configuration functionality, but it is not GUI tool. Rather, it is a menu-based batch script that makes it almost as convenient to configure Server Core. These are the things you can do with CCC:

  • Network configuration (IP, DNS, reset to DHCP)
  • Display server information (see screenshot)
  • Change current local user password
  • Licensing (install, activate, reset, rearm, display, delete)
  • Domain settings (join, disjoin)
  • Firewall configuration (disable, enable/disable TS Remote Admin Mode)
  • Regional and language-settings
  • Time-and-date-settings
  • CCC settings (register in PATH, enable autostart)
  • Set local administrator password, rename computer
  • Shutdown, reboot, logoff

(more…)

Rate this tool: 1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 4.5 out of 5)
Loading ... Loading ...
Submit favorite free admin tool | Free tools ranking list | Descriptions of all tools
  • Virtual Server 2005 R2 SP1 update supports Server 2008 and Vista SP1 as host and guest. http://snurl.com/293jw #
  • PowerShell on Server Core. Not officially supported but Jeffrey Snover blogs about it. http://snurl.com/293ko #
  • Jeff Jones compiled a new Windows Vista vs Windows XP SP2 vulnerability report. Another proof that Vista is more secure than XP. http://snurl.com/299y2

I seriously doubt this now. Inspired by CoreConfigurator, I tried a couple of other tools with a GUI on Windows 2008 Server Core. I was surprised that most of them worked. I tried two file management tools, a Registy Editor, Microsoft’s Process Explorer, and (that was the fun part) Firefox. I was also tempted to install Office 2007, but I left this exercise to other jokers.

server_core_freecommander Installing those tools wasn’t a big deal. All you have to do is to launch the setup files. As file managers, I tried FreeCommander and Xplorer. Both are free Explorer alternatives. Most of the features worked flawlessly. With some I had problems though. For example, I wasn’t able to map a network drive with both tools. However, when I mapped a share on the command prompt I was able to access it with both file managers.

(more…)

You can take the case I described in this post as an example of what it means to rip off the graphical user interface of an operating system that was not really designed to be managed on the command prompt. You will also get an idea of how to configure Server Core settings which can’t be changed on the command prompt.

Server_Core_VMwware_ToolsTo install the VMware tools on a Windows system with GUI, you just have to right click on the tab of the virtual machine and click on “Install VMware tools”. VMware will then launch the VMware tools setup wizard which guides you through the installa tion process. If you do this under Server Core, nothing happens at first.

(more…)

You might have heard that Windows 2008 Server Core has to be configured on the command prompt because it has no graphical user interface. Guy Teverovsky, the author of CoreConfigurator, proved this is to be a myth. This simple tool demonstrates perfectly that it is possible to manage Server Core with a GUI. Okay, this tool is rather simple, but it allows you to configure all essential settings of a freshly installed Server Core system. Note that CoreConfigurator is not a tool for remotely managing Server Core like RSAT. Teverovsky’s tool runs natively on Server Core.

(more…)

Rate this tool: 1 Star2 Stars3 Stars4 Stars5 Stars (8 votes, average: 4.13 out of 5)
Loading ... Loading ...
Submit favorite free admin tool | Free tools ranking list | Descriptions of all tools

Keith Comb created some great screencasts about Server Core. If you are wondering how one can configure a Windows server without windows, then you should have a look at this nice introduction to Server Core. Actually, it is not really without windows. You’ll see that you can still use graphical tools to manage Sever Core. If you are more of the type who likes to read instead of watching, you might want to check out my post about the essentials of Server Core and my introduction to Server Core.

(more…)

Mark Wilson installed Apache on Windows Server 2008 Server Core and it seems to work without problems. All you have to do is to run msiexec /i apache.msi. Now, you might ask why Microsoft made IIS available on Server Core if Apache works, anyhow. ;) I mean, you can’t use ASP.NET on Server Core. So if you want more than just static HTML pages you have to work with PHP or another solution for dynamic web pages.

(more…)

Steve Rosa described how he installed Active Directory Domain Services on Server Core in Windows Server 2008. Even though, Active Directory is just another server role, you can’t install it with ocsetup on Server Core. Like on the standard version of Windows Server 2008 you have to use dcpromo.

(more…)

Previous Posts