Skip to content

Instantly share code, notes, and snippets.

@toruuetani
Last active August 29, 2015 13:58
Show Gist options
  • Save toruuetani/10219003 to your computer and use it in GitHub Desktop.
Save toruuetani/10219003 to your computer and use it in GitHub Desktop.
Vagrant で起動したゲスト Windows に WinRM で接続する
winrm -r:127.0.0.1:15985 -u:vagrant -p:vagrant [COMMAND]
winrs -r:127.0.0.1:15985 -u:vagrant -p:vagrant netsh interface ip set address "ローカル エリア接続 3" static 192.168.2.1 255.255.255.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment