mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
19 lines
515 B
Text
19 lines
515 B
Text
---
|
|
layout: docs
|
|
page_title: vagrant winrm-config - Command-Line Interface
|
|
description: |-
|
|
The "vagrant winrm-config" command is used to output the WinRM configuration
|
|
used to connect to the guest machine.
|
|
---
|
|
|
|
# WinRM Config
|
|
|
|
**Command: `vagrant winrm-config [name|id]`**
|
|
|
|
This will output the WinRM configuration used for connecting to
|
|
the guest machine. It requires that the WinRM communicator is in
|
|
use for the guest machine.
|
|
|
|
## Options
|
|
|
|
- `--host NAME` - Name of the host for the outputted configuration.
|