What can I do with Windows 2K3 and old hardware?
February 22, 2008 1:40 PM Subscribe
I've got a copy of Windows Server 2003 and a bunch of old computers. What are some things I can do with it?
I've got a copy of Windows Server 2003 and a bunch of old computers. I am also taking some courses in Server 2K3 administration, but I'm not really getting a feel for what I can *do* with 2K3 besides setting up Active Directory, DNS and DHCP. I can get a client to join a domain, but as it stands it's pointless since the domain provides no additional functionality to the client-- just slows down logging in.
What are some ways in which 2K3 is deployed in an enterprise environment? I'd appreciate some example setups, projects or scenarios to try to emulate so I can get a feel for what I might expect if I did this for a living.
Thanks!
posted by Ziggy Zaga to computers & internet (6 answers total) 4 users marked this as a favorite
Practice various GPEDIT configurations and use of templates. You have 3 users you don't want to use printers, 2 who can and aren't allowed to edit print queues, and 1 who can control all things printing but need to be connected via a logon script or some creative variation.
Don't allow yourself to set up local computer accounts to accomplish any learning goals. Create necessary settings completely through the server.
Mess with security settings and figure out what the heck each configuration actually does.
Scripting for use of various network resources (via GPEDIT or AD user config).
Along the same lines, learn how to create secure network shares for users without individually creating each one. Hooray for Server backups.
Speaking of, practice backing up then crashing and fully restoring the server. A lot less stressful doing it now than for the first time on a live & vital server.
Pushing/pulling software out to client computers. Set up a Windows Update repository on the server for clients to use. RIS. Use 2k3 as a Windows installation for PXE.
DHCP & lease pools, static IPs, etc. It's easy to set up a server and DHCP magically works, but what if you need specific modifications?
Make the server fully communicate over routers and VPNs with clients.
Setup a firewall to play nicely with VPN/IIS/SMPT/FTP/etc (OK, not directly 2k3, but a useful skill nonetheless).
posted by jmd82 at 2:11 PM on February 22, 2008 [1 favorite]