MCP TechMentor Conference & Expo San Diego
 

3 Tips for Managing a Windows Network

Early Bird Savings End August 8!
Register by August 8 and save $150 off the 3-, 4- and 5-day conference packages. MCPs and alumni save an additional $100. Register today!

Tip #1: Server Operations
If you want to set IP addresses while avoiding the slow and click-ridden GUI in Windows Server, try a simple command-line utility called Netsh with the following syntax:

netsh interface ip set address local static 192.168.0.220 255.255.255.0 192.168.0.254 1
netsh interface ip set dns local static 192.168.0.1

The first address in the set address line is the static address and its mask and the second address is the gateway following by the hop metric, which is nearly always 1. If you prefer to use DHCP, use this syntax:

netsh interface ip set address local static 192.168.0.220 255.255.255.0 192.168.0.254 1
netsh interface ip set dns local dhcp

You can check your settings using IPCONFIG or you can use the new WMIC Tool in XP and Windows Server 2003 with the following syntax (all on one line):

wmic path win32_networkadapterconfiguration get
caption,dnshostname,ipaddress,ipsubnet,dnsdomain,defaultipgateway

--From TechMentor's Windows Administration Essentials: Server Operations workshop

Tip #2: Network Infrastructure
If you want to run DHCP services on a Windows 2000 domain controller, you shouldn't use the feature that permits the DHCP server to register DNS records on behalf of legacy clients, even if you use secure Active Directory integrated zones. The DHCP service runs as LocalSystem, giving it full control over Active Directory, making it possible for someone on a Win9x machine to poison your zone file. Windows Server 2003 resolves this problem by allowing you to designate an alternate account to act as a security context for the DHCP service to use when updating DNS records.

--From TechMentor's Implementing, Administering and Managing a Windows Network Infrastructure workshop

Tip #3: Learn Server Essentials from an Expert
Daily server operations don't need to be a grind. Attending Bill Boswell's fast-paced one-day workshops at MCP Magazine's TechMentor Conference will give you hundreds of tips for managing your Windows network more effectively and efficiently. Save yourself time and money!

More From TechMentor:
In addition to Bill Boswell's workshops, TechMentor San Diego offers breakout sessions, half-day tutorials and full-day workshops from world-class instructors on a variety of topics including:
  • Active Directory Replication and FRS Secrets
  • What's New and Cool in Windows Server 2003
  • Network Troubleshooting and Network
  • Intrusion Detection Systems
  • Network Scripting Academy
  • Subnet in Your Head in 90 Minutes
  • Windows Security Academy
  • And much more!

For a complete schedule of courses go to TechMentor San Diego
Bonus! Free Download
Receive "106 Tips for Managing the Windows Network" from Microsoft Certified Professional Magazine when you fill in the marketing code BB300 on your registration form.
 

About TechMentor
Microsoft Certified Professional Magazine's TechMentor Conference is known for its in-depth training, world-class instructors, and a no-nonsense approach to learning. For more information on courses and registration visit TechMentorEvents.com/sandiego.

See you in San Diego!

»    Register Online
TechMentor Conference & Exhibition    September 2-6     Manchester Grand Hyatt,  San Diego, CA

Please note: 101communications can make no guarantee about the schedule of events or the presence of particular speakers. For the latest information about the agenda, visit the TechMentor Conference Site


-- SysAdminNews is an iEntry, Inc. publication --
© 2003iEntry, Inc. All Rights Reserved Privacy Policy Legal

To unsubscribe, reply to this message with "unsubscribe 168" in the subject or ">click here.

 

 

TechMentor Conference Register Online Now 101communications