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

Desktop access troubleshooting docs update #45461

Closed
wants to merge 8 commits into from
Closed
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
```
### Shared Directory Error

Attempts to share directory on a remote desktop session results in the error.

**Solution:** Review Device Redirection Group Policy

First, make sure that all [Directory sharing](https://goteleport.com/docs/enroll-resources/desktop-access/directory-sharing/#prerequisites) prerequisites has been met.

Teleport requires device redirection to be enabled in order to share a directory from a remote computer in an RDP session.

To fix this issue, review and the Device and resource redirection group policy settings at the path below:

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

Key policy to lookout for:

- Do not allow drive redirection

After disabling the policies, run the following command from the Windows Command prompt as an administrator to force the policy update:

```code
$ gpupdate.exe /force
```
Loading