Skip to content

Commit 91f0fab

Browse files
committed
Push updates for the TeamsClientConfiguration
1 parent 1426374 commit 91f0fab

File tree

2 files changed

+493
-0
lines changed

2 files changed

+493
-0
lines changed
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
applicable: Skype for Business Online
4+
Module Name: Skype for Business Online
5+
title: Get-CsTeamsClientConfiguration
6+
schema: 2.0.0
7+
---
8+
9+
# Get-CsTeamsClientConfiguration
10+
11+
## SYNOPSIS
12+
The TeamsClientConfiguration allows IT admins to control the settings that can be accessed via Teams clients across their organization. This configuration includes settings like which third party cloud storage your organization allows, whether or not guest users can access the teams client, and how Surface Hub devices can interact with Skype for Business meetings. This cmdlet allows IT admins to retrieve the effective configuration for their organization.
13+
14+
## SYNTAX
15+
16+
### Identity (Default)
17+
```
18+
Get-CsTeamsClientConfiguration [-Tenant <System.Guid>] [[-Identity] <XdsIdentity>] [-LocalStore]
19+
[<CommonParameters>]
20+
```
21+
22+
### Filter
23+
```
24+
Get-CsTeamsClientConfiguration [-Tenant <System.Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
25+
```
26+
27+
## DESCRIPTION
28+
The TeamsClientConfiguration allows IT admins to control the settings that can be accessed via Teams clients across their organization. This configuration includes settings like which third party cloud storage your organization allows, whether or not guest users can access the teams client, and how Surface Hub devices can interact with Skype for Business meetings. This cmdlet allows IT admins to retrieve the effective configuration for their organization.
29+
30+
Use in conjunction with Set-CsTeamsClientConfiguration to update the settings in your organization.
31+
32+
## EXAMPLES
33+
34+
### Example 1
35+
```powershell
36+
PS C:\> Get-CsTeamsClientConfiguration
37+
```
38+
39+
Retrieves the effective client configuration in the tenant.
40+
41+
## PARAMETERS
42+
43+
### -Filter
44+
Microsoft internal use only.
45+
46+
```yaml
47+
Type: String
48+
Parameter Sets: Filter
49+
Aliases:
50+
51+
Required: False
52+
Position: Named
53+
Default value: None
54+
Accept pipeline input: False
55+
Accept wildcard characters: False
56+
```
57+
58+
### -Identity
59+
The only valid input is Global, as you can have only one effective configuration in your organization.
60+
61+
```yaml
62+
Type: XdsIdentity
63+
Parameter Sets: Identity
64+
Aliases:
65+
66+
Required: False
67+
Position: 1
68+
Default value: None
69+
Accept pipeline input: False
70+
Accept wildcard characters: False
71+
```
72+
73+
### -LocalStore
74+
Internal Microsoft use only.
75+
76+
```yaml
77+
Type: SwitchParameter
78+
Parameter Sets: (All)
79+
Aliases:
80+
81+
Required: False
82+
Position: Named
83+
Default value: None
84+
Accept pipeline input: False
85+
Accept wildcard characters: False
86+
```
87+
88+
### -Tenant
89+
Internal Microsoft use only.
90+
91+
```yaml
92+
Type: System.Guid
93+
Parameter Sets: (All)
94+
Aliases:
95+
96+
Required: False
97+
Position: Named
98+
Default value: None
99+
Accept pipeline input: False
100+
Accept wildcard characters: False
101+
```
102+
103+
### CommonParameters
104+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
105+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
106+
107+
## INPUTS
108+
109+
### None
110+
111+
112+
## OUTPUTS
113+
114+
### System.Object
115+
116+
## NOTES
117+
118+
## RELATED LINKS

0 commit comments

Comments
 (0)