This procedure allows you to start Labview in an RDP session of Windows 10, through the use of puppet.
Install puppet-agent on Windows 10.
The guide to install is below:
https://puppet.com/docs/puppet/5.5/install_windows.html
Puppet-agent, periodically fetches and applies configurations from a Puppet master server, but in this case it doesn't need this features. It's possible use a ssh command to start of puppet-agent, as needed.
Disable puppet-agent in windows 10:
Open Windows "Services" App
Find Puppet-Agent and stop and disable service:
Now, It's possible triggering the start of puppet-agent from ssh, for example:
Trigger puppet-agent
ssh chaos@chaos-win01.chaos.lnf.infn.it "puppet agent --test"