Skip to content

Commit edf4a57

Browse files
authored
Create Get-CsTeamsSipDevicesConfiguration.md
1 parent 7e718e9 commit edf4a57

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
title: Get-CsTeamsSipDevicesConfiguration
5+
author: anmandav
6+
ms.author: anmandav
7+
online version: https://learn.microsoft.com/powershell/module/teams/get-csteamssipdevicesconfiguration
8+
schema: 2.0.0
9+
---
10+
11+
# Get-CsTeamsSipDevicesConfiguration
12+
13+
## SYNOPSIS
14+
15+
This cmdlet is used to retrieve the organization-wide Teams SIP devices configuration.
16+
17+
## SYNTAX
18+
19+
```powershell
20+
Get-CsTeamsSipDevicesConfiguration
21+
```
22+
23+
## DESCRIPTION
24+
25+
This cmdlet is used to retrieve the organization-wide Teams SIP devices configuration which contains settings that are applicable to SIP devices connected to teams using Teams Sip Gateway.
26+
27+
You must be a Teams Service Administrator or a Global Administrator for your organization to run the cmdlet.
28+
29+
## Examples
30+
31+
### Example 1
32+
In this example, the organization has Bulk SignIn enabled for their SIP devices.
33+
34+
```powershell
35+
Get-CsTeamsSipDevicesConfiguration
36+
```
37+
```Output
38+
Identity : Global
39+
BulkSignIn : Enabled
40+
```
41+
42+
## PARAMETERS
43+
44+
## INPUTS
45+
46+
## OUTPUTS
47+
48+
## NOTES
49+
50+
## RELATED LINKS
51+
52+
[Set-CsTeamsSipDevicesConfiguration](Set-CsTeamsSipDevicesConfiguration.md)

0 commit comments

Comments
 (0)