mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[GH-ISSUE #1487] Accessing Files for Windows Domain users using Folder Redirection #928
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#928
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ioscanner on GitHub (Apr 17, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1487
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
If you try to access Downloads, Desktop, Documents, Pictures (any folder that is using Folder redirect it shows empty). Windows explorer, chrome and other understand if using folder redirect to use the link instead. This means you can't access any files for the users that are using Folder redirection. We need to follow the link when folder redirection is enabled. I would think there is a Registry variable or ENV that is set. Because chrome handles this no issue. I know a few other products do and some don't. I am not sure what other people are doing to get around this or if I am the first one to use Caching Folder redirection.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should follow the link to the folder redirection to access the folder.
Screenshots
No real screen shots needed.
@dinger1986 commented on GitHub (Apr 17, 2023):
Can you provide screen shots, is this at commandline, via remote background or what specifically?
@emtek-at commented on GitHub (Apr 17, 2023):
You cannot access Redirected Folders, because they are only visible to the logged in (AD) user. The Agent is running as (local) System User. Maybe you have access if you run your command whith the checkbox "Run As User" activated.
@ioscanner commented on GitHub (Apr 17, 2023):
In Mesh Files there is no option to "Run as User" Maybe there needs to be a way to have it run as a user. I am sure that is the issue. I forgot the agent runs as system.
@dinger1986 commented on GitHub (Apr 17, 2023):
a screenshot would have been helpful :)
In Terminal you can right click connect and choose user terminal although I dont think thats working as it should.
I had a quick look at mesh issues and dont see anyone else requesting it, as it is mesh central it should be opened on their github https://github.com/Ylianst/MeshCentral/issues.
I will close this now as its not a TRMM issue, I believe mesh are accepting PR's. You could also look at integrated DWService for remote, if it works properly on there if you wanted as well, I doubt it would be too difficult.