Update Win10 client docs for non-admin accounts (#1093)

* Update client-windows.md

Allows non-admin accounts to use the VPN as per #983 and #994. Fix was also documented here https://www.bountysource.com/issues/49259904-windows-10-powershell-and-priv-nonpriv-account-issues

* Update client-windows.md
This commit is contained in:
TC1977 2018-09-08 09:39:53 -04:00 committed by Dan Guido
parent 57fb2ec347
commit df4b3f6202

View file

@ -1,6 +1,6 @@
# Windows client manual setup
## Automatic installtion
## Automatic installation
To install automatically, use the generated user Powershell script.
@ -27,6 +27,8 @@ Set-ExecutionPolicy Unrestricted -Scope CurrentUser
4. In the same window, run the necessary commands to install the certificates and create the VPN configuration. Note the lines at the top defining the VPN address, USER.p12 file location, and CA certificate location - change those lines to the IP address of your Algo server and the location you saved those two files. Also note that it will prompt for the "User p12 password", which is printed at the end of a successful Algo deployment.
If you have more than one account on your Windows 10 machine (e.g. one with administrator privileges and one without) and would like to have the VPN connection available to all users, then insert the line `AllUserConnection = $true` after `$EncryptionLevel = "Required"`.
```powershell
$VpnServerAddress = "1.2.3.4"
$UserP12Path = "$Home\Downloads\USER.p12"