You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
When the WebAPIUri was changed, we encountered issues in Windows PowerShell 5.1.
After some investigation, it turned out that the TLS for the Invoke-WebRequest should not be changed from the SystemDefault value. It is recommended to use PowerShell 7 or later instead.
Updated
Updates Get-TeamViewerRole to list all the possible permissions
Updates Set-TeamViewerManagedDevice with additional description endpoint
Added
Adds Get-TeamViewerInstallationType that returns the TV installation type (MSI, exe or Unknown) from locally installed TV client
Adds Get-TeamViewerRoleByUser that returns the assigned role ids of the user
Adds Get-TeamViewerEffectivePermission that lists all effective permissions in a TeamViewer company
Adds new endpoint ID for function Get-TeamViewerSsoDomain