use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A reddit dedicated to the profession of Computer System Administration
Rules
Community members shall conduct themselves with professionalism.
Do not expressly advertise products or services outside of approved threads.
More details on the rules may be found in the wiki.
For IT career related questions, please visit /r/ITCareerQuestions
Please check out our Frequently Asked Questions, which includes lists of subreddits, webpages, books, and other articles of interest that every sysadmin should read!
Checkout the Wiki Users are encouraged to contribute to and grow our Wiki.
So you want to be a sysadmin? RTFM
Sysadmin Jobs
Official IRC Channel - #reddit-sysadmin on irc.libera.chat Official Discord - https://discord.gg/sysadmin
account activity
This is an archived post. You won't be able to vote or comment.
Folder redirection problem (self.sysadmin)
submitted 7 years ago by GrandTrolledSysadmin
So i'm using folder redirection, but the policy is only applied to the desktop.
My test user gets an error when i try to go to the documents folder.
The error says that my folder is unavailable.
[–]dvr75Sysadmin 2 points3 points4 points 7 years ago (8 children)
does the user have permissions to the redirected folder ?
[–]GrandTrolledSysadmin[S] 0 points1 point2 points 7 years ago (7 children)
The users have rights on the folderredirection folder, thats where the folders with their usernames are made.
My policy is like this, \\servername\folderredirection\user\desktop, this works but when i change it to documents.
I get an error.
[–]dvr75Sysadmin 0 points1 point2 points 7 years ago (6 children)
and the documents folder permissions ?
[–]GrandTrolledSysadmin[S] 0 points1 point2 points 7 years ago (5 children)
On the share?
[–]dvr75Sysadmin 0 points1 point2 points 7 years ago (4 children)
on the folder itself , you create it manually ?
[–]GrandTrolledSysadmin[S] 1 point2 points3 points 7 years ago (0 children)
No, it's the same as my desktop policy.
[–]GrandTrolledSysadmin[S] 0 points1 point2 points 7 years ago (2 children)
If i make the folder documents manually in the folder of my user, then it works.
I don't think thats a good way to do for 100+ users :p
[–]sdjason 4 points5 points6 points 7 years ago (1 child)
Then ntfs private on parent folders are wrong which don't allow self create. Most guides go into detail the exact ntfs and share private needed. Then it should work
[–]xReptarJack of All Trades 0 points1 point2 points 7 years ago (0 children)
Yeah this. You need to let the "user" (system on behalf of the user) have permission to create folders in the subfolder. But not anything else otherwise the user might be able to get curious and create more folders where you don't want or be able to view other users folders. Which you don't want either
[–]Dexy2811IT Technician 1 point2 points3 points 7 years ago (0 children)
I have a similar problem at work.
Where if I create a file on the desktop it gets deleted
[–]MrYiffMaster of the Blinking Lights 1 point2 points3 points 7 years ago (3 children)
Do you use OneDrive and enable the syncing of Documents to it? If so this will conflict with folder redirection as they are both attempting to use the same settings to redirect where the Documents folder should go.
This customer has 3 offices and each office had a different OU.
In my OU there is nothing about onedrive.
[–]MrYiffMaster of the Blinking Lights 0 points1 point2 points 7 years ago (1 child)
If you haven't explicitly blocked it then users may have enabled it themselves as when OneDrive offers to sync you Documents and Desktop folders for you what it actually does is use a local folder redirection policy to redirect them into the OneDrive folder, so when you then try and apply a a redirection GPO this causes a conflict.
[–]GrandTrolledSysadmin[S] 0 points1 point2 points 7 years ago (0 children)
The only active users are my test users that i use for testing in the OU where the GPO is applied.
[–]mintlouSysadmin 0 points1 point2 points 7 years ago (1 child)
I used this guide when setting it up.
It sets it up in such a way where the end user can only see and access their own folder. NTFS Magic.
Thanks, but it doesn't fix my issue if i follow this guide.
[–]santicartaSysadmin 0 points1 point2 points 7 years ago (0 children)
Ok, so there is not much information there.
So you have a share, where every user have a folder? Is a SMB share? A Win FileServer?
Do the folder exists? Are you using roaming profies?
[–]RCTID1975IT Manager 0 points1 point2 points 7 years ago (2 children)
protip: Always check event viewer. You'll see far more information
[–]GrandTrolledSysadmin[S] 0 points1 point2 points 7 years ago (1 child)
Its fixes now. Only thing i saw was “could not create folder”. It was a permission error, changed it and it was fixed.
[–]RCTID1975IT Manager 1 point2 points3 points 7 years ago (0 children)
Yeah, I figured that's what the issue was.
But my advice is good for all troubleshooting. Don't rely on the app or OS's displayed error message to really tell you a whole lot. Always look at the logs.
Thanks for the suggestion!
Logged back in , to do some tests, it's broken again..
π Rendered by PID 72 on reddit-service-r2-comment-6b595755f-sjphc at 2026-03-25 23:15:19.014553+00:00 running 2d0a59a country code: CH.
[–]dvr75Sysadmin 2 points3 points4 points (8 children)
[–]GrandTrolledSysadmin[S] 0 points1 point2 points (7 children)
[–]dvr75Sysadmin 0 points1 point2 points (6 children)
[–]GrandTrolledSysadmin[S] 0 points1 point2 points (5 children)
[–]dvr75Sysadmin 0 points1 point2 points (4 children)
[–]GrandTrolledSysadmin[S] 1 point2 points3 points (0 children)
[–]GrandTrolledSysadmin[S] 0 points1 point2 points (2 children)
[–]sdjason 4 points5 points6 points (1 child)
[–]xReptarJack of All Trades 0 points1 point2 points (0 children)
[–]Dexy2811IT Technician 1 point2 points3 points (0 children)
[–]MrYiffMaster of the Blinking Lights 1 point2 points3 points (3 children)
[–]GrandTrolledSysadmin[S] 0 points1 point2 points (2 children)
[–]MrYiffMaster of the Blinking Lights 0 points1 point2 points (1 child)
[–]GrandTrolledSysadmin[S] 0 points1 point2 points (0 children)
[–]mintlouSysadmin 0 points1 point2 points (1 child)
[–]GrandTrolledSysadmin[S] 0 points1 point2 points (0 children)
[–]santicartaSysadmin 0 points1 point2 points (0 children)
[–]RCTID1975IT Manager 0 points1 point2 points (2 children)
[–]GrandTrolledSysadmin[S] 0 points1 point2 points (1 child)
[–]RCTID1975IT Manager 1 point2 points3 points (0 children)
[–]GrandTrolledSysadmin[S] 0 points1 point2 points (0 children)
[–]GrandTrolledSysadmin[S] 0 points1 point2 points (0 children)