The Box also comes with the Joomlatools console which I love, because I do a complete install, symlink project folders and can install extensions with one command.
But this post isn't really about Vagrant alone, but more about command prompts and terminals I've used recently in Windows.
Windows CMD Prompt
This terminal is stable and it works. When you are just working inside windows you can paste, but can't seem to copy (booh!).
PHPStorm
I love this IDE and its terminal...for the most part. Copy and paste, and styling are great. Alas, the terminal seems to freeze farely frequently, on both of the machines I've used it on.
Putty...Highfive
If you've done any work on the server from windows you have likely used Putty. And I have recently fallen back to it when I SSH into my vagrant box. No, you can't just vagrant ssh into your box from the command line. But once you have your box set up in putty with 127.0.0.1 and port 22, its super easy to do the same thing.
I can copy and paste in the command line, and its super stable.