Skip to content

Commit

Permalink
docs: add troubleshooting step for directory sharing failures
Browse files Browse the repository at this point in the history
Closes #45461
  • Loading branch information
zmb3 committed Aug 29, 2024
1 parent 0c8d947 commit 9fe7801
Showing 1 changed file with 25 additions and 0 deletions.
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 @@ -419,3 +419,28 @@ To fix this error, ensure that either:
- the server's `addr` field specifies the correct computer name

See [Computer Name](./active-directory.mdx#computer-name) for more information.

## 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.

0 comments on commit 9fe7801

Please sign in to comment.