TE
teamviewer/api-example-scripts
TeamViewer Web API example scripts
TeamViewer Web API example scripts
A continously growing set of Powershell example scripts that showcase the
TeamViewer Web API.
Contents
Add-SsoExclusionsFromCSV
- ๐ Adds users from a CSV file to the TeamViewer SSO exclusion list of their respective domain.
- โ๏ธ TeamViewerPS module needed
Set-TeamViewerDevicesPolicy
- ๐ Sets the policy for all / specific devices to specific policy or inherits policy from group.
- โ๏ธ TeamViewerPS module needed
Remove-TeamViewerDuplicateDevicesV2
- ๐ Removes TeamViewer devices (MDv2) that have a duplicate counterpart in the same company.
- โ๏ธ TeamViewerPS module needed
Remove-TeamViewerOutdatedDevice
- ๐ Removes TeamViewer devices (MDv1) that didn't appear online for a given time.
- โ๏ธ TeamViewerPS module needed
Remove-TeamViewerOutdatedDeviceV2
- ๐ Removes TeamViewer devices (MDv2) that didn't appear online for a given time.
- โ๏ธ TeamViewerPS module needed
Import-TeamViewerUser
- ๐ Imports and updates a set of users from a CSV file into the TeamViewer company.
- โ๏ธ TeamViewerPS module needed
Invoke-TeamViewerGroupPerUserSync
- ๐ Moves devices from a common group to a shared group per user.
- โ๏ธ TeamViewerPS module needed