File tree 2 files changed +7
-2
lines changed
Remove-TeamViewerDuplicateDevicesV2
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
17
17
* 📜 Sets the policy for all / specific devices to specific policy or inherits policy from group.
18
18
* ⚙️ [ TeamViewerPS] ( https://github.com/teamviewer/TeamViewerPS ) module needed
19
19
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
+
20
25
### [ Remove-TeamViewerOutdatedDevice] ( ./Remove-TeamViewerOutdatedDevice )
21
26
22
27
* 📜 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
27
32
* 📜 Removes TeamViewer devices (MDv2) that didn't appear online for a given time.
28
33
* ⚙️ [ TeamViewerPS] ( https://github.com/teamviewer/TeamViewerPS ) module needed
29
34
30
- ### [ Import-TeamViewerUser] ( ./Import-TeamViewerUser ) :
35
+ ### [ Import-TeamViewerUser] ( ./Import-TeamViewerUser )
31
36
32
37
* 📜 Imports and updates a set of users from a CSV file into the TeamViewer company.
33
38
* ⚙️ [ TeamViewerPS] ( https://github.com/teamviewer/TeamViewerPS ) module needed
Original file line number Diff line number Diff line change 11
11
. PARAMETER ApiToken
12
12
The TeamViewer API token to use.
13
13
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
15
15
16
16
. PARAMETER Force
17
17
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