Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v14] docs: add troubleshooting step for directory sharing failures #46166

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/pages/enroll-resources/desktop-access/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -393,3 +393,28 @@ to force the policy update:
```code
$ gpupdate.exe /force
```

## Directory Sharing

### Failed to share directory

Attempts to share a directory fail and a warning is presented that says:

```
Failed to share directory, drive redirection may be disabled on the RDP server.
```

**Solution:** Ensure that device redirection is enabled.

Teleport's directory sharing feature leverages RDP device redirection.
If device redirection is not enabled or allowed by the RDP server then the operation
will fail.

Device redirection is typically enabled by default, but may be disabled in group policy.
The relevant settings are located under:

```text
Computer configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Device and Resource Redirection
```

Make sure that the option for *Do not allow drive redirection* is unset or disabled.
Loading