Windows Server 2003 Tips
All of the information, instructions, and recommendations on this Web site are offered on a strictly
"as is" basis.
Remember "Murphy's Law."
Please take the proper precautions before
attempting any of the tips or modifications listed here.
Contents
[ Top ]
[ Home ]
[ Links ]
[ Contact ]
What is Folder Redirection
In computing, and specifically in the context of Microsoft Windows operating systems, Microsoft refers to folder redirection when automatically re-routing I/O to/from standard folders (directories) to use storage elsewhere on a network.
It is often used in an office network environment, to ensure that users do not store data locally, when a network device is the preferred storage location. The My Documents folder is often redirected to a file server.
Advantages include:
- Data is stored on a device where it can be backed up
- If redirection is applied to multiple users, all data is stored in the one location
The redirection is often performed by Group Policy, when used in an Active Directory environment.
References:
[ Top ]
[ Home ]
[ Links ]
[ Contact ]
How to: Enable Folder Redirection Using a Group Policy Object
Preparation
- Windows Server 2003 named SRVR-99
- DNS and Active Directory installed and properly configured
- Create the C:\Users\ directory and share it as "Users"
- Note: Do not modify the ACL / access rights for this directory. Windows Server will make the necessary modification for each users directory.
- In C:\Users\, create a directory named "Homes"
- Note: Do not modify the ACL / access rights for this directory. Windows Server will make the necessary modification for each users directory.
Steps
Using the "Active Directory Users and Computers" snap-in:
- Right click on the domain name and select properties
- Click on the Group Policy tab
- Click the "New" button to add a new Group Policy Object. Name it "Redirect Users Directories to Server GPO"
- Right click on the GPO and select properties.
- Click on the Security tab
- Deny "Apply Group Policy" for Domain Admins and Enterprise Admins.
- Warning: Do not skip this step, else you may be unable to correct a configuration mistake.
- Warning: Never, ever, deny "Read" for Admins
- Click OK to exit from the GPO Properties
- Click the "Edit" button to edit "Redirect Users Directories to Server GPO" using the Group Policy Object Editor
- Go to: User Configuration > Windows Settings > Folder Redirection
- Right Click on "Application Data" and choose Properties
- Change setting to "Basic - Redirect everyone's folder to the same location"
- Target folder location: "Create a folder for each user under the root path"
- Note: This option is not available under Server 2000
- Root Path: \\srvr-99\Users\Homes
- Note: For Server 2000, use: \\srvr-99\Users\Homes\%username%
- Click OK
- Repeat steps 10 - 14 for "Desktop," "My Documents," and "Start Menu"
- For "Start Menu," if "Create a folder for each user under the root path" is not available, use "Redirect to the following location" and append \%username% to the root path. See the note for step 13 for Server 2000
- Close the Group Policy Object Editor
- Close the properties for the domain (which lists the GPOs)
Notes:
- Users need to logoff, then log back in for the group policy to be applied.
- When each user logs in for the first time, a new directory with their username will be created in C:\Users\Homes\
- Do not create the directories yourself, else the appropriate security restrictions may not be set.
- You do not have to configure anything in the users profile for Folder Redirection to work.
- This Group Policy will be applied to all users that log into the domain, except Domain Admins and Enterprise Admins.
References and Related Links:
[ Top ]
[ Home ]
[ Links ]
[ Contact ]
How to: Enable Roaming Profiles
A roaming user profile is a concept in the Microsoft Windows NT family of operating systems that allows a user with a computer joined to a Windows Server domain to log on to any computer on the same network and access his or her local files and settings.
Preparation
- Windows Server 2003 named SRVR-99
- DNS and Active Directory installed and properly configured
- Create the C:\Users\ directory and share it as "Users"
- In C:\Users\, create a directory named "Profiles"
Using the "Active Directory Users and Computers" snap-in
- Open the properties for a user
- Click on the users Profile tab
- For: User Profile > Profile path:, enter the path on the server where the users profile is to be stored. e.g. \\srvr-99\Users\Profiles\%username%
- Click OK to save the settings.
Notes:
- When each user logs in for the first time, a new directory with their username will be created in C:\Users\Profiles\
- Do not create the directories yourself, else the appropriate security restrictions may not be set
- The first time a user logs out their profile is copied to the server.
References and Releated Links:
[ Top ]
[ Home ]
[ Links ]
[ Contact ]
Allow Access to a Shared Directory by a User With a Blank Password
- Open a Command Prompt: Start > Run..., and type in cmd.
- Run the Group Policy snap in, GPEdit.msc
- Go to: Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options
- Disable, "Accounts: Limit local account use of blank passwords to console only"
[ Top ]
[ Home ]
[ Links ]
[ Contact ]
All items Copyright ©1996 - 2008 Chin. All Rights reserved
Conscious Vibes developed by Chin
Terms of use