Set-CsTeamsSipDevicesConfiguration

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

Syntax

Set-CsTeamsSipDevicesConfiguration
     [-BulkSignIn <String>]
     [-WhatIf]
     [-Confirm]  
   [<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 Global Administrator, 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