| external help file | TeamViewerPS-help.xml |
|---|---|
| Module Name | TeamViewerPS |
| online version | https://github.com/teamviewer/TeamViewerPS/blob/main/Docs/Help/Set-TeamViewerGroup.md |
| schema | 2.0.0 |
Change a group in the Computers & Contacts list.
Set-TeamViewerGroup -ApiToken <SecureString> -Group <Object> [-Name <String>] [-Policy <Object>] [-WhatIf]
[-Confirm] [<CommonParameters>]Set-TeamViewerGroup -ApiToken <SecureString> -Group <Object> -Property <Hashtable> [-WhatIf] [-Confirm]
[<CommonParameters>]Changes a group in the Computers & Contacts list.
PS /> Set-TeamViewerGroup -Group 'g1234' -Name 'New Group Name'Change the name of the group with the given group ID.
The TeamViewer API access token.
Type: SecureString
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePrompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseObject that can be used to identify the group. This can either be the group ID or a group object that has been received using other module functions.
Type: Object
Parameter Sets: (All)
Aliases: Id, GroupId
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThe new name of the group.
Type: String
Parameter Sets: ByParameters
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseChange the policy assigned to the group and assign it to the given policy.
Type: Object
Parameter Sets: ByParameters
Aliases: PolicyId
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseChange group information using a hashtable object.
Valid hashtable keys are: name, policy_id
Type: Hashtable
Parameter Sets: ByProperties
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
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.