- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Re: Folder Redirection
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 10:00 PM
10-12-2005 10:00 PM
Folder Redirection
I have redirected contents of users to a shared storage and hence saving up the local disk space. I have redirected Application Data, My Documents and Desktop. Users with PSTs configured in Microsoft Outlook are unable to view their mails, any suggestions plz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2005 11:36 PM
10-12-2005 11:36 PM
Re: Folder Redirection
Some light on it might give some options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 04:26 AM
10-13-2005 04:26 AM
Re: Folder Redirection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 06:27 AM
10-13-2005 06:27 AM
Re: Folder Redirection
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 09:11 PM
10-13-2005 09:11 PM
Re: Folder Redirection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2005 12:47 AM
10-14-2005 12:47 AM
Re: Folder Redirection
I have dealt with this in the past.
Best way to do this, is setting redirection locally on the clients.
If this is not possible due to the number of client computers, try mapping a network drive this way:
Group policy
user configuration
windows settings
Scripts (logon/logoff)
run this command:
net use x: \\servername\resourcename\%username%
You'll need a folder under resourcename for each user in the domain. Otherwise, you won't be able to set permissions on files/folders or it will be a huge mess.
After this try redirecting the folders to x:
However, to help you diagnose the problem,
try redirecting the folder locally on the client computers to see what's going wrong.
hope it helps.
regards.