


There is no automatic update from an already installed 32-bit version to the 64-bit version. A 64-bit version of the app is now available on our website ( ).It is now possible to install the VPN driver with a mass deployment via the command line.It is now possible to install Patch Management and Remote Device Monitoring via the TeamViewer MSI together with the TeamViewer Client.The tabs for displaying different connections and screens can now be moved via drag-and-drop. Improved usability for multi-tab display in the session window.Android TeamViewer Host and Remote updated to version 15.37.178.Once the script is completed and all tasks are fulfilled, close the session using the Close-DSSession cmdlet.$Response = New-DSSession -Credential $Creds -BaseURI $DVLSUrl -AsApplication $Creds = New-Object ($Username, $SecPassword) $SecPassword = ConvertTo-SecureString $Password -AsPlainText -Force Import-Module -Name Devolutions.Server -Force The following sample script can be used to connect using an Application Key and Application Secret.Since storing credentials in scripts is frowned upon, adapt a local file for running your own tests. The script expects that your Devolutions Server credentials and URL be defined in environment variables.Method 2: Using Devolutions Server Cmdlets To connect to the data source, use these lines in all your scripts.$ds = New-RDMDataSource -DVLS -Name $dsname -Server $dsurl -ScriptingTenantID $appkey -ScriptingApplicationPassword $appsecret -SetDatasource -WarningAction Silentl圜ontinue Set-RDMDataSource $d Replace the values of the four variables with your own information, then run the script. This script should only be used once to avoid creating many new data sources. Create a new Devolutions Server data source using an Application Key and Application Secret with the following script.Follow the instructions in Devolutions.PowerShell Core Module to properly install the module.

This new data source created with PowerShell will only exist in the user context it was created.
