Skip to content

Commit b294e10

Browse files
authored
Update Set-CsTeamsSipDevicesConfiguration.md
1 parent 1b646ca commit b294e10

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

teams/teams-ps/teams/Set-CsTeamsSipDevicesConfiguration.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ Set-CsTeamsSipDevicesConfiguration
2828

2929
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.
3030

31-
You must be a Teams Service Administrator or a Global Administrator for your organization to run the cmdlet.
31+
To execute the cmdlet, you need to hold a role within your organization such as Global Administrator, Teams Administrator, or Teams Communication Administrator.
3232

3333
## EXAMPLES
3434

3535
### Example 1
36-
In this example, Bulk SignIn is set to Disabled across the organization.
3736

3837
```powershell
3938
Set-CsTeamsSipDevicesConfiguration -BulkSignIn "Enabled"
4039
```
40+
In this example, Bulk SignIn is set to Enabled across the organization.
4141

4242
### Example 2
43-
In this example, Bulk SignIn is set to Disabled across the organization.
4443

4544
```powershell
4645
Set-CsTeamsSipDevicesConfiguration -BulkSignIn "Disabled"
4746
```
47+
In this example, Bulk SignIn is set to Disabled across the organization.
4848

4949
## PARAMETERS
5050

@@ -54,20 +54,14 @@ Indicates whether Bulk SingIn in to Teams SIP Devices is enabled or disabled for
5454
```yaml
5555
Type: String
5656
Position: Named
57-
Default value: Disabled
57+
Default value: None
5858
Accept pipeline input: False
5959
Accept wildcard characters: False
6060
```
6161
6262
### CommonParameters
6363
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
6464
65-
## INPUTS
66-
67-
## OUTPUTS
68-
69-
## NOTES
70-
7165
## RELATED LINKS
7266
7367
[Get-CsTeamsSipDevicesConfiguration](Get-CsTeamsSipDevicesConfiguration.md)

0 commit comments

Comments
 (0)