Skip to content

Commit

Permalink
Merge pull request #78 from teamviewer/TVCompanyManagedDevice_documen…
Browse files Browse the repository at this point in the history
…tation_update

Fix documentation for Get-TeamViewerCompanyManagedDevice Cmdlet
  • Loading branch information
stefanhubertus authored Feb 5, 2025
2 parents 4ba39d0 + 90f23a7 commit 0bc95fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.1 (2025-02-05)

### Fixed

- Fixed documentation for Api parameter of the Get-TeamViewerCompanyManagedDevice Cmdlet. The targeted endpoint requires 'company admin' and 'Device Groups: read operations' permissions

## 2.1.0 (2024-11-15)

### Added
Expand All @@ -9,6 +15,7 @@
## 2.0.2 (2024-11-14)

### Added

- Add-TeamViewerSsoInclusion command to add SSO Inclusion list items.

## 2.0.0 (2023-11-22)
Expand Down
4 changes: 2 additions & 2 deletions Docs/Help/Get-TeamViewerCompanyManagedDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ schema: 2.0.0

## SYNOPSIS

Retrieves TeamViewer company-managed devices. Requires an API Token with company admin permissions.
Retrieves TeamViewer company-managed devices. Requires an API Token with 'company admin' and 'Device Groups: read operations' permissions.

## SYNTAX

Expand Down Expand Up @@ -38,7 +38,7 @@ List all company-managed devices of this company.

### -ApiToken

The TeamViewer API access token. Needs to have company admin permissions to successfully retrieve the devices.
The TeamViewer API access token. Needs to have 'company admin' and 'Device Groups: read operations' permissions to successfully retrieve the devices.

```yaml
Type: SecureString
Expand Down

0 comments on commit 0bc95fd

Please sign in to comment.