This set of PowerShell scripts give the ability to connect a Windows host to Vlized Lab X environment.
To use this scripts, a VNC server must be installed and configured:
- Listening on standard port 5900
- No password authentication
- Allow connections from localhost
TightVNC works well.
- Start and configure the VNC server.
- Download these scripts to local folder.
- Configure the SSH server in constants.ps1.
- Register your client and connect to the server by calling
.\Connect-Vlx.ps1
To remove the generated files and registry keys, you may call .\Remove-VlxData.ps1
.
Franz Knipp franz.knipp@fh-burgenland.at