| external help file | TeamViewerPS-help.xml |
|---|---|
| Module Name | TeamViewerPS |
| online version | https://github.com/teamviewer/TeamViewerPS/blob/main/Docs/Help/Get-TeamViewerUserGroupMember.md |
| schema | 2.0.0 |
List all members of a user group.
Get-TeamViewerUserGroupMember [-ApiToken] <SecureString> [-UserGroup] <Object> [<CommonParameters>]Lists all members of a user group of the TeamViewer company associated with the API access token.
PS /> Get-TeamViewerUserGroupMember -Id 1001List members all members of the user group with Id 1001.
The TeamViewer API access token.
Type: SecureString
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseUserGroup to list its members.
Type: Object
Parameter Sets: (All)
Aliases: Id, UserGroupId
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
An array of TeamViewerPS.UserGroupMember objects.