> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/de/knowledge-base/troubleshooting-articles/microsoft-vpn.md).

# Microsoft VPN

Diese Arten von VPNs können entweder die Anwendung RASDIAL oder RASPHONE zum Herstellen der Verbindung verwenden. Bitte konsultieren Sie den Artikel von Microsoft zu deren Unterschieden und Verwendung.

Weitere Informationen zu RASDIAL finden Sie in diesem Microsoft TechNet-Artikel: <https://technet.microsoft.com/en-us/library/bb490979.aspx>

Manchmal müssen Sie bei der ersten Verwendung eine Nachricht akzeptieren oder eine Auswahl treffen, aber das geschieht in der Regel nur beim ersten Mal. Dadurch ist es zwingend erforderlich, den Befehl einmal manuell auf allen Rechnern auszuführen.

Wenn Sie sich dafür entschieden haben, die PBK in Remote Desktop Manager zu speichern, extrahieren wir sie bei der Verwendung nach %TMP%\RDM. Nachdem Sie einmal versucht haben, eine Verbindung herzustellen, sollten Sie Ihr Telefonbuch in diesem Ordner sehen.

Standardmäßig wird RASDIAL verwendet. Was geschieht, wenn Sie Folgendes an der Eingabeaufforderung ausführen?

`rasdial <connectionname> <username> /phonebook:`

oder wenn die Option Use rasphone (ConnectionManager Administrator Kit) aktiviert ist, wird RASPHONE verwendet.

Was geschieht, wenn Sie Folgendes an der Eingabeaufforderung ausführen?

`rasphone -d <connectionname> -f`

### Problem 1

Remote-Zugriffsfehler 623.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4079.png)

#### Lösung

Stellen Sie sicher, dass der VPN-Definitionsname im Telefonbuch ein Leerzeichen enthält.

### Problem 2

Passwort mit Anführungszeichen.

#### Lösung

Das Anführungszeichen (") ist kein gültiges Zeichen und sollte nicht im Passwort eines Microsoft VPN-Eintrags verwendet werden.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/de/knowledge-base/troubleshooting-articles/microsoft-vpn.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
