編輯

共用方式為


Set-CsTeamsSipDevicesConfiguration

This cmdlet is used to manage the organization-wide Teams SIP devices configuration.

Syntax

Set-CsTeamsSipDevicesConfiguration
   [-BulkSignIn <String>]
   [-Confirm]
   [-WhatIf]
   [<CommonParameters>]

Description

This cmdlet is used to manage the organization-wide Teams SIP devices configuration which contains settings that are applicable to SIP devices connected to Teams using Teams Sip Gateway.

To execute the cmdlet, you need to hold a role within your organization such as Teams Administrator or Teams Communication Administrator.

Examples

Example 1

Set-CsTeamsSipDevicesConfiguration -BulkSignIn "Enabled"

In this example, Bulk SignIn is set to Enabled across the organization.

Example 2

Set-CsTeamsSipDevicesConfiguration -BulkSignIn "Disabled"

In this example, Bulk SignIn is set to Disabled across the organization.

Parameters

-BulkSignIn

Indicates whether Bulk SingIn into Teams SIP devices is enabled or disabled for the common area phone (CAP) accounts across the organization. Possible values are Enabled and 'Disabled.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False