From d41958bf2fc3d98a3dc40d67b08d40dc778d22c7 Mon Sep 17 00:00:00 2001 From: cedrozor Date: Fri, 17 Aug 2018 16:25:34 +0200 Subject: [PATCH] updated documentation for hyper-V VM and SSH auto-connect --- DOCUMENTATION.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index e74b5da..00d431d 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -66,6 +66,10 @@ The pre version 1.5.0 syntax ("&password=*password*") is still supported, but it The parameters values **must be URL encoded**. You can use a tool like http://www.url-encode-decode.com/ (just copy & paste the encoded parameters into the URL). +If you want to connect an Hyper-V VM automatically, add the **"&vmGuid="** parameter (and remove "&domain=" and "&program="). For enhanced mode, also add **"&vmEnhancedMode=checked"**. + +For SSH auto-connection, add **"&hostType=1"** (and remove "&domain=" and "&program="). + ### Password Hash To generate a password hash, you can use the powershell script "password51.ps1" on the myrtille gateway (requires access to the machine). The script is located into the myrtille bin folder at runtime or into the "Myrtille.Services" project under Visual Studio. - Run the script (from its location folder): ". .\password51.ps1" (if needed, see powershell script execution policy: https://technet.microsoft.com/en-us/library/ee176961.aspx)