You can use Powershell to extract the TeamViewer ID from a session. Here is a script to extract the TeamViewer ID from a session:
$sessions = Get-RDM-Session | where {$_.Session.Kind -eq "TeamViewer"} $sessions[0].Session.GetProperty("TeamViewer", "ID")
Last updated 1 month ago
Was this helpful?