So, I am working on getting a windows vagrant guest (windows server core) and for the life of me cannot get an interactive command line without RDP. I tried vagrant ssh
- just hangs(I enabled openssh via provisioner, but it did not do much to change this), I tried vagrant winrm
- now - this allows me to run any powershell or cmd command, but not the interactive shell for whatever reason(when I try, I see the prompt, but cannot type anything in). vagrant rdp
kinda-sorta works (generates invalid config file, but I can use RDP client)
Is this possible to do this from command line?