Sha256: b81240785d6b6a4a85ecab92d83cca56be503994f416ba8f6049c49116d949df
Contents?: true
Size: 625 Bytes
Versions: 5
Compression:
Stored size: 625 Bytes
Contents
--- page_title: "vagrant rdp - Command-Line Interface" sidebar_current: "cli-rdp" --- # RDP **Command: `vagrant rdp`** This will start an RDP client for a remote desktop session with the guest. This only works for Vagrant environments that support remote desktop, which is typically only Windows. ## Raw Arguments You can pass raw arguments through to your RDP client on the command-line by appending it after a `--`. Vagrant just passes these through. For example: ``` $ vagrant rdp -- /span ... ``` The above command on Windows will execute `mstsc.exe /span config.rdp`, allowing your RDP to span multiple desktops.
Version data entries
5 entries across 2 versions & 2 rubygems