Welcome to Sign in | Join | Help
in
Home Blog Forums

The Lazy Admin

Quick Look at Windows Server Longhorn Beta 3

Sponsor


Well as many of you now know Windows Longhorn Server Beta 3 was released a few days ago. I have been busy installing it and getting a look at all its new features.

In this beta you’ll be able to take a look the following features:

·         Server Core or the “headless” Windows Server

·         Terminal Server enhancements (including new RemoteApps)

·         Read only domain controllers with BitLocker Encryption

·         Configuration Manager

This is far from a complete list. Here are some of the juicy details around these components

Server Core:

Server Core allow for the deployment of servers without a fully interactive Windows environment. This will be useful for a couple of scenarios. One is when you just need a specific service to run on a server. If all your server does is act as a DNS server why have all the other layers of Windows installed? With Server core you can lay down the basic Kernel elements, and then install only the DNS server. When it comes time to update the server with patches, there is a lot less that needs to be patched so it can be done faster, and if the patch is for an element that isn’t being used by the core server it doesn’t need to get patched at all.  The second scenario is when you want to user the server as a virtual server. Using Server core with the next generation of Windows Server Virtualization will maximize the performance you're getting from your servers because your guest server OS is taking up a lot less resources.

Terminal Server RemoteApps:

Terminal server is seeing many improvements and enhancements. One I wanted to talk about today was the new RemoteApps. Many of you have seen this sort of application access with Citrix Metaframe, Now Terminal Server will be able to run an application from a Terminal Server, and it will feel and look like it’s running right on the user’s desktop. This is great feature in environments where users want a consolidated perspective of their desktops.

Read only domain Controllers with BitLocker:

This will allow administrators to push out domain controllers into less the ideally secure branch offices and other remote locations. A read only domain controller is just that; it is a copy of the Active Directory that does not accept local updates. Changes are replicated down from a hub/central site. With the addition of BitLocker you will be able to not only secure the DC from being written too, but if your Domain controller decides to walk off one day, anyone trying to access the information on the domain controller’s hard disk will be met with an unreadable partition.

Configuration Manager:

This will become your new best friend in Longhorn Server. When you need to deploy a new DHCP/DNS/IIS/ ETC server you will load up Configuration Manager and in no time flat you will be able to deploy the service you wanted. Configuration Manager will even open up the proper ports in the local firewall. The new lingo for common service is a Role. Installing a new Role will be as simple as choosing it from the menu. There will also be a very complete command line tool that will allow you to perform any feature you can do in the GUI. This will enable advanced scripting ability.

 

To download a beta 3 edition of Windows Longhorn Server click the link below. Once  your all set up post in out forums to let other lazy admins know how it went.

http://www.microsoft.com/windowsserver/longhorn/audsel.mspx

If you want to write up a post about one of the new features we have an assortment of prizes for anyone who submits an article that is published!





Published Tuesday, May 08, 2007 8:30 AM by daniel.nerenberg
Filed under:

Comments

 

anilerduran said:

I'm from turkey and using server core now.I write a post in my blog about server core commands.Sorry for my english;)

Here are the examples;

At the command promp;

Oclist.exe: Show a list of roles that you can install on server core

Serverweroptin.exe:Whit this command,Windows Error Reporting services send errors to microsoft

Systeminfo.exe: Shows detailed system info

netdom:

To rename a computer name(in workgroup)

http://www.anilerduran.com/wp-content/uploads/2007/05/rename-comp.PNG

To rename a computer name(in domain)

http://www.anilerduran.com/wp-content/uploads/2007/05/rename-comp2.PNG

To install active directory;

dcpromo /answer[:file name] (unattended install)

dcpromo /adv advanced active directory installation

dcpromo/createdcaccount  create a RODC account

To reseize page file

wmic computersystem where name=”ANILERDURAN”(bilgisayar ismimiz) set AutomaticManagedPagefile=False

wmic pagefileset where name=”C:\\pagefile.sys” set InitialSize=500,MaximumSize=1000

To show installed drivers

Sc query type= driver

Installed patchs

wmic qfe list

To gice a static ip

wmic nicconfig where index=9 call enablestatic(”10.0.0.2″), (”255.255.255.0″)

to do dhcp enabled

wmic nicconfig where index=9 call enabledhcp

May 10, 2007 2:38 AM
Anonymous comments are disabled

About daniel.nerenberg

I am an MCT, Consultant based out of Montreal Quebec Canada. As the "new" Lazy Admin on the block I am working to make TheLazyAdmin.com the best website for MS Software tips and tricks out there!


All postings are provided "AS IS" with no warranties, and confer no rights.
Microsoft product screen shot(s) reprinted with permission from Microsoft Corporation.