Skip to content

Commit 7f03c94

Browse files
committed
Updates to calling policy, meeting configuration, gues calling config
1 parent 00da7c2 commit 7f03c94

8 files changed

+787
-5
lines changed

skype/skype-ps/skype/Get-CsTeamsCallingPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
Module Name: Skype for Business Online
4+
online version:
35
applicable: Skype for Business Online
46
title: Get-CsTeamsCallingPolicy
57
schema: 2.0.0
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
Module Name: Skype for Business Online
4+
title: Get-CsTeamsGuestCallingConfiguration
5+
online version:
6+
schema: 2.0.0
7+
---
8+
9+
# Get-CsTeamsGuestCallingConfiguration
10+
11+
## SYNOPSIS
12+
13+
Returns information about the GuestCallingConfiguration, which specifies what options guest users have for calling within Teams.
14+
15+
## SYNTAX
16+
17+
```
18+
Get-CsTeamsGuestCallingConfiguration [-LocalStore] [[-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>]
19+
[-AsJob]
20+
```
21+
22+
## DESCRIPTION
23+
Returns information about the GuestCallingConfiguration, which specifies what options guest users have for calling within Teams. To set the configuration in your organization, use Set-CsTeamsGuestCallingConfiguration
24+
25+
## EXAMPLES
26+
27+
### Example 1
28+
```powershell
29+
PS C:\> Get-CsTeamsGuestCallingConfiguration
30+
```
31+
32+
Returns the results
33+
## PARAMETERS
34+
35+
### -Filter
36+
Internal Microsoft use
37+
38+
```yaml
39+
Type: Object
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
50+
### -Identity
51+
Internal Microsoft use - customers can have only one TeamsGuestCallingConfiguration
52+
53+
```yaml
54+
Type: Object
55+
Parameter Sets: (All)
56+
Aliases:
57+
58+
Required: False
59+
Position: 1
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
65+
### -LocalStore
66+
Internal Microsoft use
67+
68+
```yaml
69+
Type: SwitchParameter
70+
Parameter Sets: (All)
71+
Aliases:
72+
73+
Required: False
74+
Position: Named
75+
Default value: None
76+
Accept pipeline input: False
77+
Accept wildcard characters: False
78+
```
79+
80+
### -Tenant
81+
Internal Microsoft use
82+
83+
```yaml
84+
Type: Object
85+
Parameter Sets: (All)
86+
Aliases:
87+
88+
Required: False
89+
Position: Named
90+
Default value: None
91+
Accept pipeline input: False
92+
Accept wildcard characters: False
93+
```
94+
95+
### -AsJob
96+
Internal Microsoft use
97+
98+
```yaml
99+
Type: SwitchParameter
100+
Parameter Sets: (All)
101+
Aliases:
102+
103+
Required: False
104+
Position: Named
105+
Default value: None
106+
Accept pipeline input: False
107+
Accept wildcard characters: False
108+
```
109+
110+
## INPUTS
111+
112+
### None
113+
114+
115+
## OUTPUTS
116+
117+
### System.Object
118+
119+
## NOTES
120+
121+
## RELATED LINKS

skype/skype-ps/skype/Get-CsTeamsMeetingBroadcastConfiguration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
external help file:
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
Module Name: Skype for Business Online
4+
online version:
35
applicable: Skype for Business Online
4-
title: Set-CsTeamsMeetingBroadcastConfiguration
6+
title: Get-CsTeamsMeetingBroadcastConfiguration
57
schema: 2.0.0
68
---
79

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
applicable: Skype for Business Online
4+
title: Get-CsTeamsMeetingConfiguration
5+
schema: 2.0.0
6+
---
7+
8+
# Get-CsTeamsMeetingConfiguration
9+
10+
## SYNOPSIS
11+
12+
The CsTeamsMeetingConfiguration cmdlets enable administrators to control the meetings configurations in their tenants. 
13+
14+
## SYNTAX
15+
16+
```
17+
Get-CsTeamsMeetingConfiguration [-LocalStore] [[-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>]
18+
[-AsJob]
19+
```
20+
21+
## DESCRIPTION
22+
The CsTeamsMeetingConfiguration cmdlets enable administrators to control the meetings configurations in their tenants.  Use this cmdlet to retrieve the configuration set in your organization.
23+
24+
## EXAMPLES
25+
26+
### Example 1
27+
```powershell
28+
PS C:\> Get-CsTeamsMeetingConfiguration
29+
```
30+
31+
Returns the configuration set in the organization.
32+
33+
## PARAMETERS
34+
35+
### -Filter
36+
Internal Microsoft use
37+
38+
```yaml
39+
Type: Object
40+
Parameter Sets: (All)
41+
Aliases:
42+
43+
Required: False
44+
Position: Named
45+
Default value: None
46+
Accept pipeline input: False
47+
Accept wildcard characters: False
48+
```
49+
50+
### -Identity
51+
The only valid input is "Global"
52+
53+
```yaml
54+
Type: Object
55+
Parameter Sets: (All)
56+
Aliases:
57+
58+
Required: False
59+
Position: 1
60+
Default value: None
61+
Accept pipeline input: False
62+
Accept wildcard characters: False
63+
```
64+
65+
### -LocalStore
66+
Internal Microsoft use
67+
68+
```yaml
69+
Type: SwitchParameter
70+
Parameter Sets: (All)
71+
Aliases:
72+
73+
Required: False
74+
Position: Named
75+
Default value: None
76+
Accept pipeline input: False
77+
Accept wildcard characters: False
78+
```
79+
80+
### -Tenant
81+
Internal Microsoft use
82+
83+
```yaml
84+
Type: Object
85+
Parameter Sets: (All)
86+
Aliases:
87+
88+
Required: False
89+
Position: Named
90+
Default value: None
91+
Accept pipeline input: False
92+
Accept wildcard characters: False
93+
```
94+
95+
### -AsJob
96+
Internal Microsoft use
97+
98+
```yaml
99+
Type: SwitchParameter
100+
Parameter Sets: (All)
101+
Aliases:
102+
103+
Required: False
104+
Position: Named
105+
Default value: None
106+
Accept pipeline input: False
107+
Accept wildcard characters: False
108+
```
109+
110+
## INPUTS
111+
112+
### None
113+
114+
115+
## OUTPUTS
116+
117+
### System.Object
118+
119+
## NOTES
120+
121+
## RELATED LINKS

skype/skype-ps/skype/Grant-CsTeamsCallingPolicy.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
external help file: tmp_hj4xd5au.st3-help.xml
3-
Module Name: tmp_hj4xd5au.st3
4-
online version: http://technet.microsoft.com/EN-US/library/089fd324-a267-4e53-ad32-924875d15ef9(OCS.15).aspx
2+
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3+
Module Name: Skype for Business Online
4+
online version:
5+
applicable: Skype for Business Online
6+
title: Grant-CsTeamsCallingPolicy
57
schema: 2.0.0
68
---
79

skype/skype-ps/skype/Set-CsTeamsCallingPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
Module Name: Skype for Business Online
44
online version:
5+
applicable: Skype for Business Online
6+
title: Set-CsTeamsCallingPolicy
57
schema: 2.0.0
68
---
79

0 commit comments

Comments
 (0)