Skip to content

Commit 4398a2f

Browse files
authored
Merge pull request MicrosoftDocs#1445 from islubin/master
Updates for meeting/calling configuration and policies
2 parents 63e5c4a + 55f98b4 commit 4398a2f

12 files changed

+1126
-6
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
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
---
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: Get-CsTeamsGuestCallingConfiguration
7+
schema: 2.0.0
8+
---
9+
10+
# Get-CsTeamsGuestMeetingConfiguration
11+
12+
## SYNOPSIS
13+
14+
Designates what meeting features guests using Microsoft Teams will have available.
15+
16+
## SYNTAX
17+
18+
```
19+
Get-CsTeamsGuestMeetingConfiguration [-LocalStore] [[-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>]
20+
[-AsJob]
21+
```
22+
23+
## DESCRIPTION
24+
25+
The TeamsGuestMeetingConfiguration designates which meeting features guests leveraging Microsoft Teams will have available. This configuration will apply to all guests utilizing Microsoft Teams. Use the Get-CsTeamsGuestMeetingConfiguration cmdlet to return what values are set for your organization.
26+
27+
## EXAMPLES
28+
29+
### Example 1
30+
```powershell
31+
PS C:\> Get-CsTeamsGuestMeetingConfiguration
32+
```
33+
34+
Returns the TeamsGuestMeetingConfiguration set in your organization.
35+
36+
## PARAMETERS
37+
38+
### -Filter
39+
Internal Microsoft use.
40+
41+
```yaml
42+
Type: Object
43+
Parameter Sets: (All)
44+
Aliases:
45+
46+
Required: False
47+
Position: Named
48+
Default value: None
49+
Accept pipeline input: False
50+
Accept wildcard characters: False
51+
```
52+
53+
### -Identity
54+
The only value accepted is Global
55+
56+
```yaml
57+
Type: Object
58+
Parameter Sets: (All)
59+
Aliases:
60+
61+
Required: False
62+
Position: 1
63+
Default value: None
64+
Accept pipeline input: False
65+
Accept wildcard characters: False
66+
```
67+
68+
### -LocalStore
69+
Internal Microsoft use
70+
71+
```yaml
72+
Type: SwitchParameter
73+
Parameter Sets: (All)
74+
Aliases:
75+
76+
Required: False
77+
Position: Named
78+
Default value: None
79+
Accept pipeline input: False
80+
Accept wildcard characters: False
81+
```
82+
83+
### -Tenant
84+
Internal Microsoft use
85+
86+
```yaml
87+
Type: Object
88+
Parameter Sets: (All)
89+
Aliases:
90+
91+
Required: False
92+
Position: Named
93+
Default value: None
94+
Accept pipeline input: False
95+
Accept wildcard characters: False
96+
```
97+
98+
### -AsJob
99+
Internal Microsoft use
100+
101+
```yaml
102+
Type: SwitchParameter
103+
Parameter Sets: (All)
104+
Aliases:
105+
106+
Required: False
107+
Position: Named
108+
Default value: None
109+
Accept pipeline input: False
110+
Accept wildcard characters: False
111+
```
112+
113+
## INPUTS
114+
115+
### None
116+
117+
118+
## OUTPUTS
119+
120+
### System.Object
121+
122+
## NOTES
123+
124+
## 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

0 commit comments

Comments
 (0)