Now Available:

Featured Resource:

line

Newsletter

Email Address:


line

Ask the Expert

Have a question for our resident expert? Email your questions to Greg.

« What's More Valuable? Certification or a Degree? | Main | BREAKING: VMworld Announces Super-Thin ESX 3i »

RODC in the USA

Heard about this new Read-Only Domain Controller functionality and Server Core installations options for Server 2008? Did you know that combining the two technologies gives you a trey secure way of deploying domain controllers to your quasi-secured branch offices?

The process to build an RODC isn't straight-forward, so in my Redmond Magazine column this month, I provide the exact step-by-step to do it on Beta 3.

For example...

...just to get the server core instance stood up and running, you'll be running a bunch of command line tools (remember that Server Core has no GUI):

Step 1: Once you're logged in, change the initial administrator password using the command net user administrator {new password}. You can also hit Control+Alt+Delete to revert to the Windows Security screen and change the password there.


Step 2: Next, change the name of the machine to something meaningful. Use the command netdom renamecomputer %computername% /newname:{new computer name}. Then, restart the computer with the shutdown /r command.

Step 3: To change the IP configuration of the machine, use the command netsh interface ipv4 set address {interface name} static {ip address} {subnet mask}. To update the primary DNS server, use netsh interface ipv4 set dnsserver {interface name} static {ip address} primary. If you need to get your interface name, use netsh interface ipv4 show interfaces.

Step 4: You'll need to activate your installation with the command slmgr -ato. If you want to change product keys after installation, you can use the command slmgr -ipk {product key}.

Get the rest at:
http://redmondmag.com/columns/article.asp?editorialsid=2155

TrackBack

TrackBack URL for this entry:
http://www.realtime-windowsserver.com/type/mt-tb.cgi/385

Post a comment

(All comments are approved by site leader before appearing here. Thanks for commenting!)

line

Greg Shields' Bio:

Greg Shields, is an independent author, instructor, and IT consultant based in Denver, Colorado, and a co-founder of Concentrated Technology. With nearly 15 years of experience in information technology, Greg has developed extensive experience in systems administration, engineering, and architecture specializing in Microsoft systems management, remote application, and virtualization technologies. Greg is a Contributing Editor for Redmond Magazine, MCPmag.com, and Virtualization Review Magazine and is the author of five books, including Windows Server 2008:  What’s New / What’s Changed. Greg is also a highly sought-after instructor and speaker, speaking regularly at conferences like TechMentor Events, and producing computer-based training curriculum for CBT Nuggets.  Greg is a recipient of Microsoft "Most Valuable Professional" award with a specialization in Windows Terminal Services.