File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Remove-TeamViewerDuplicateDevicesV2 Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ A continously growing set of Powershell example scripts that showcase the
1717* 📜 Sets the policy for all / specific devices to specific policy or inherits policy from group.
1818* ⚙️ [ TeamViewerPS] ( https://github.com/teamviewer/TeamViewerPS ) module needed
1919
20+ ### [ Remove-TeamViewerDuplicateDevicesV2] ( ./Remove-TeamViewerDuplicateDevicesV2 )
21+
22+ * 📜 Removes TeamViewer devices (MDv2) that have a duplicate counterpart in the same company.
23+ * ⚙️ [ TeamViewerPS] ( https://github.com/teamviewer/TeamViewerPS ) module needed
24+
2025### [ Remove-TeamViewerOutdatedDevice] ( ./Remove-TeamViewerOutdatedDevice )
2126
2227* 📜 Removes TeamViewer devices (MDv1) that didn't appear online for a given time.
@@ -27,7 +32,7 @@ A continously growing set of Powershell example scripts that showcase the
2732* 📜 Removes TeamViewer devices (MDv2) that didn't appear online for a given time.
2833* ⚙️ [ TeamViewerPS] ( https://github.com/teamviewer/TeamViewerPS ) module needed
2934
30- ### [ Import-TeamViewerUser] ( ./Import-TeamViewerUser ) :
35+ ### [ Import-TeamViewerUser] ( ./Import-TeamViewerUser )
3136
3237* 📜 Imports and updates a set of users from a CSV file into the TeamViewer company.
3338* ⚙️ [ TeamViewerPS] ( https://github.com/teamviewer/TeamViewerPS ) module needed
Original file line number Diff line number Diff line change 1111 . PARAMETER ApiToken
1212 The TeamViewer API token to use.
1313 Must be a user access token.
14- The token requires the following access permissions: company admin
14+ The token requires the following access permissions: company admin, Device Groups: read and write operations
1515
1616 . PARAMETER Force
1717 If set, the script will NOT ask the user for confirmation of the removal.
You can’t perform that action at this time.
0 commit comments