• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Setting up a domain with server 2003

BlakkIce

Golden Member
im redoing my network at home it consist of my System, my parents system, my nextdoor neighboor, and a wireless laptop. what i want to do is have everyone logging on to this central server, i want my dad to have access to certain apps and my mom certain apps, and so on, i want to give each person 2 gigs of HD space, i think all of this is fesible i just dont know how to do it can someone point me in the right direction
 
do you already have a server running Windows Enterprise Server 2003? I thought that wouldn't be out until April?!?

You can do everything you mentioned easy enough with pretty much any distro of linux or NT4.0(or better) Server. And I'm pretty sure you can do that with WinXP(Pro) except for the logging on as XP isn't designed to be a domain controller.
 
.Net Server AKA Windows Server 2003 is a beta release that expires after 1 year. No one I know is even seriously playing with it until it is released and for sale.

The MS site is about the best place for you to find info on doing what you want on .Net Server.
 
There are lots of ways to do this. Are you going with the beta version of 2003 ? If yes, then I would suggest that you wait until the final release are out, or use Win2k Server.

To answer your questions:

1. Logging to central server
Do a dcpromo on your win2k server and make it a domain controller. This way your users can have a login server.

2. Access certain apps, not other apps
There is no easy way to do this. You need to be creative 🙂 For instance, you can lock the application w/ group policy and not allow your parents to / not to access certain apps. You can also lock down the desktop and start menu so that the only way they can start an application is from the desktop and start menu. You then custom make their desktop and start menu to show only their allowed applications.

NTFS security is also another way to restrict the app, although I wouldn't recommend it because it is a hassle.

3. If you want to give each person 2 GB of storage space, you'll also need to be creative. You might want to create a central storage on a file server where they will save their application. You can then use a login script or GPO to automatically attatch a network drive to their profile so that they can't save somewhere else. After making sure they can only save to a single location, you can now go to your file server and assign quota to your parents for 2GB.

Win2k Active directory is very strong and powerful. When correctly implemented, all the things that you want to do are very possible.

eRr
 
Back
Top