Edit

Share via


Set-CsTeamsSipDevicesConfiguration

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

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

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

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.