TeamViewerPS icon indicating copy to clipboard operation
TeamViewerPS copied to clipboard

[Bug] (license_required) when executing Get-TeamViewerUserGroup

Open flospi opened this issue 1 year ago • 0 comments

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.

flospi avatar May 07 '24 13:05 flospi