Summary
When I execute Get-TeamViewerUserGroup I get the following error message:
`PS C:\WINDOWS\system32> Get-TeamViewerUserGroup
Get-TeamViewerUserGroup : A license is required to perform this action (license_required)
In Zeile:1 Zeichen:1
- Get-TeamViewerUserGroup
-
+ CategoryInfo : NotSpecified: (:) [Get-TeamViewerUserGroup], RuntimeException
+ FullyQualifiedErrorId : TeamViewerRestError,Get-TeamViewerUserGroup`
Expected Behavior
I'd expect a list of all user groups with their properties
This is the only command in my script, that is currently not running.