vagrant/website/content/docs/cli/powershell.mdx
2025-11-20 12:41:04 -05:00

27 lines
1.2 KiB
Text

---
layout: docs
page_title: vagrant powershell - Command-Line Interface
description: |-
The "vagrant powershell" command is used to open a PowerShell prompt running
inside the guest machine.
---
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
> [!IMPORTANT]
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
# PowerShell
**Command: `vagrant powershell`**
This will open a PowerShell prompt on the host into a running Vagrant guest machine.
This command will only work if the machines supports PowerShell. Not every
environment will support PowerShell. At the moment, only Windows is supported
with this command.
## Options
- `-c COMMAND` or `--command COMMAND` - This executes a single PowerShell command,
prints out the stdout and stderr, and exits.