Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation for Remove-TeamViewerDuplicateDevicesV2 example script #32

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ A continously growing set of Powershell example scripts that showcase the
* 📜 Sets the policy for all / specific devices to specific policy or inherits policy from group.
* ⚙️ [TeamViewerPS](https://github.com/teamviewer/TeamViewerPS) module needed

### [Remove-TeamViewerDuplicateDevicesV2](./Remove-TeamViewerDuplicateDevicesV2)

* 📜 Removes TeamViewer devices (MDv2) that have a duplicate counterpart in the same company.
* ⚙️ [TeamViewerPS](https://github.com/teamviewer/TeamViewerPS) module needed

### [Remove-TeamViewerOutdatedDevice](./Remove-TeamViewerOutdatedDevice)

* 📜 Removes TeamViewer devices (MDv1) that didn't appear online for a given time.
Expand All @@ -27,7 +32,7 @@ A continously growing set of Powershell example scripts that showcase the
* 📜 Removes TeamViewer devices (MDv2) that didn't appear online for a given time.
* ⚙️ [TeamViewerPS](https://github.com/teamviewer/TeamViewerPS) module needed

### [Import-TeamViewerUser](./Import-TeamViewerUser):
### [Import-TeamViewerUser](./Import-TeamViewerUser)

* 📜 Imports and updates a set of users from a CSV file into the TeamViewer company.
* ⚙️ [TeamViewerPS](https://github.com/teamviewer/TeamViewerPS) module needed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.PARAMETER ApiToken
The TeamViewer API token to use.
Must be a user access token.
The token requires the following access permissions: company admin
The token requires the following access permissions: company admin, Device Groups: read and write operations

.PARAMETER Force
If set, the script will NOT ask the user for confirmation of the removal.
Expand Down