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
- Important: Do not modify the local ACL (Access Control List) for the C:\Users\ directory. Windows Server will make the necessary modifications for each users directory.
- Share C:\Users\ as "Users"
- Important: Click the "Permissions..." button and Allow "Change" for the Everyone group. If this is not done the users directories will not be automatically created on the server when the end-user logs in for the first time. Do not allow "Full Control."
- In C:\Users\, create a directory named "Homes"
- Important: Do not modify the local ACL (Access Control List) for the C:\Users\Homes\ directory. Windows Server will make the necessary modifications 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 you just created 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 to reveal the folders that you can redirect.
- Right Click on "Application Data" and choose Properties
- Change the setting to "Basic - Redirect everyone's folder to the same location"
- For Target folder location: "Create a folder for each user under the root path"
- Note: This option is not available under Server 2000
- For Root Path, enter the UNC path to the Homes directory on the server. e.g. \\srvr-99\Users\Homes
- Note: For Server 2000, you'll have to append \%username% to the root path. e.g. \\srvr-99\Users\Homes\%username%
- Click OK to save the configuration
- 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. e.g \\srvr-99\Users\Homes\%username%
- 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\ on the server
- 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
OS: Windows Server 2003 R2
- 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 ]
How to Enable Logon Screen Shutdown Button
OS: Windows Server 2003 R2
To enable the Shutdown button on the login dialog box:
- Start the Group Policy (Local) Microsoft Management Console (MMC) snap-in. gpedit.msc
- Go to: Local Computer Policy > Computer
Configuration > Windows Settings > Security
Settings > Local Policies > Security Options.
- Enable "Shutdown: Allow system to be shut down without having to log on"
- Click OK.
[ Top ]
[ Home ]
[ Links ]
[ Contact ]
Restrict Local Login
OS: Windows Server 2003 R2
- Start the Group Policy Snap-in (for the Local Computer) (gpedit.msc)
- Go to Local Computer Policy > Windows Settings > Security Settings > Local Policies > User Rights Assignment
- Modify the "Allow log on locally" policy
- Remove "Users" and "Power Users" from the list
[ Top ]
[ Home ]
[ Links ]
[ Contact ]
| All items Copyright ©1996 - 2012 Mr. N. Chin. All Rights reserved |
Conscious Vibes developed and maintained by Mr. Chin |
Duplication of links and/or content is strictly prohibited. See: Terms of use |