Skip to content

Commit 2ff2503

Browse files
authored
Merge pull request MicrosoftDocs#1338 from islubin/master
Updates for the Teams Broadcast Policy
2 parents c82ec3a + 2c9a052 commit 2ff2503

5 files changed

+879
-0
lines changed
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
---
2+
external help file:
3+
applicable: Skype for Business Online
4+
title: Set-CsTeamsMeetingBroadcastPolicy
5+
schema: 2.0.0
6+
---
7+
8+
9+
# Get-CsTeamsMeetingBroadcastPolicy
10+
11+
## SYNOPSIS
12+
Get-CsTeamsMeetingBroadcastPolicy \[\[-Identity\] \<XdsIdentity\>\] \[-Tenant \<guid\>\] \[-LocalStore\] \[\<CommonParameters\>\]
13+
14+
Get-CsTeamsMeetingBroadcastPolicy \[-Tenant \<guid\>\] \[-Filter \<string\>\] \[-LocalStore\] \[\<CommonParameters\>\]
15+
16+
## SYNTAX
17+
18+
```
19+
Get-CsTeamsMeetingBroadcastPolicy [-LocalStore] [[-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>]
20+
[-AsJob]
21+
```
22+
23+
## DESCRIPTION
24+
User-level policy for tenant admin to configure meeting broadcast behavior for the broadcast event organizer.  Use this cmdlet to retrieve one or more policies.
25+
26+
## EXAMPLES
27+
28+
29+
## PARAMETERS
30+
31+
### -Filter
32+
Enables you to use wildcard characters when specifying the policy (or policies) to be returned. For example, this syntax returns all the policies configured at the per-user scope
33+
34+
```yaml
35+
Type: Object
36+
Parameter Sets: (All)
37+
Aliases:
38+
39+
Required: False
40+
Position: Named
41+
Default value: None
42+
Accept pipeline input: False
43+
Accept wildcard characters: False
44+
```
45+
46+
### -Identity
47+
Unique identifier for the policy to be retrieved. Policies can be configured at the global scope or at the per-user scope. To retrieve the global policy, use this syntax: -Identity global. To retrieve a per-user policy use syntax similar to this: -Identity SalesPolicy.
48+
49+
If this parameter is not included, the cmdlet will return a collection of all the policies configured for use in your organization.
50+
51+
Note that wildcards are not allowed when specifying an Identity. Use the Filter parameter if you need to use wildcards when specifying a policy.
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+
Not applicable to the online service.
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+
Not applicable to online service.
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+
97+
```yaml
98+
Type: SwitchParameter
99+
Parameter Sets: (All)
100+
Aliases:
101+
102+
Required: False
103+
Position: Named
104+
Default value: None
105+
Accept pipeline input: False
106+
Accept wildcard characters: False
107+
```
108+
109+
## INPUTS
110+
111+
### None
112+
113+
114+
## OUTPUTS
115+
116+
### System.Object
117+
118+
## NOTES
119+
120+
## RELATED LINKS
Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
---
2+
external help file:
3+
applicable: Skype for Business Online
4+
title: Grant-CsTeamsMeetingBroadcastPolicy
5+
schema: 2.0.0
6+
---
7+
8+
9+
# Grant-CsTeamsMeetingBroadcastPolicy
10+
11+
## SYNOPSIS
12+
Grant-CsTeamsMeetingBroadcastPolicy \[\[-Identity\] \<UserIdParameter\>\] \[-PolicyName\] \<string\> \[-Tenant \<guid\>\] \[-DomainController \<Fqdn\>\] \[-PassThru\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
13+
14+
Grant-CsTeamsMeetingBroadcastPolicy \[-PolicyName\] \<string\> \[-Tenant \<guid\>\] \[-DomainController \<Fqdn\>\] \[-PassThru\] \[-Global\] \[-WhatIf\] \[-Confirm\] \[\<CommonParameters\>\]
15+
16+
## SYNTAX
17+
18+
```
19+
Grant-CsTeamsMeetingBroadcastPolicy [-PassThru] [-Confirm] [[-PolicyName] <Object>] [[-Identity] <Object>]
20+
[-Global] [-Tenant <Object>] [-DomainController <Object>] [-WhatIf] [-AsJob]
21+
```
22+
23+
## DESCRIPTION
24+
User-level policy for tenant admin to configure meeting broadcast behavior for the broadcast event organizer.  Use this cmdlet to assign a policy to a user.
25+
26+
## EXAMPLES
27+
28+
29+
## PARAMETERS
30+
31+
### -Confirm
32+
Prompts you for confirmation before running the cmdlet.
33+
34+
```yaml
35+
Type: SwitchParameter
36+
Parameter Sets: (All)
37+
Aliases: cf
38+
39+
Required: False
40+
Position: Named
41+
Default value: None
42+
Accept pipeline input: False
43+
Accept wildcard characters: False
44+
```
45+
46+
### -DomainController
47+
Not applicable to online service.
48+
49+
```yaml
50+
Type: Object
51+
Parameter Sets: (All)
52+
Aliases:
53+
54+
Required: False
55+
Position: Named
56+
Default value: None
57+
Accept pipeline input: False
58+
Accept wildcard characters: False
59+
```
60+
61+
### -Global
62+
63+
```yaml
64+
Type: SwitchParameter
65+
Parameter Sets: (All)
66+
Aliases:
67+
68+
Required: False
69+
Position: Named
70+
Default value: None
71+
Accept pipeline input: False
72+
Accept wildcard characters: False
73+
```
74+
75+
### -Identity
76+
Indicates the Identity of the user account the policy should be assigned to. User Identities can be specified using one of four formats: 1) the user's SIP address; 2) the user principal name (UPN); 3) the user's domain name and logon name, in the form domain\logon (for example, litwareinc\kenmyer); and, 4) the user's Active Directory display name (for example, Ken Myer). User Identities can also be referenced by using the user's Active Directory distinguished name.
77+
78+
```yaml
79+
Type: Object
80+
Parameter Sets: (All)
81+
Aliases:
82+
83+
Required: False
84+
Position: 0
85+
Default value: None
86+
Accept pipeline input: False
87+
Accept wildcard characters: False
88+
```
89+
90+
### -PassThru
91+
92+
```yaml
93+
Type: SwitchParameter
94+
Parameter Sets: (All)
95+
Aliases:
96+
97+
Required: False
98+
Position: Named
99+
Default value: None
100+
Accept pipeline input: False
101+
Accept wildcard characters: False
102+
```
103+
104+
### -PolicyName
105+
The name of the custom policy that is being assigned to the user. To remove a specific assignment and fall back to the default tenant policy, you can assign to $Null.
106+
107+
```yaml
108+
Type: Object
109+
Parameter Sets: (All)
110+
Aliases:
111+
112+
Required: False
113+
Position: 1
114+
Default value: None
115+
Accept pipeline input: False
116+
Accept wildcard characters: False
117+
```
118+
119+
### -Tenant
120+
121+
```yaml
122+
Type: Object
123+
Parameter Sets: (All)
124+
Aliases:
125+
126+
Required: False
127+
Position: Named
128+
Default value: None
129+
Accept pipeline input: False
130+
Accept wildcard characters: False
131+
```
132+
133+
### -WhatIf
134+
Shows what would happen if the cmdlet runs.
135+
The cmdlet is not run.
136+
137+
```yaml
138+
Type: SwitchParameter
139+
Parameter Sets: (All)
140+
Aliases: wi
141+
142+
Required: False
143+
Position: Named
144+
Default value: None
145+
Accept pipeline input: False
146+
Accept wildcard characters: False
147+
```
148+
149+
### -AsJob
150+
151+
```yaml
152+
Type: SwitchParameter
153+
Parameter Sets: (All)
154+
Aliases:
155+
156+
Required: False
157+
Position: Named
158+
Default value: None
159+
Accept pipeline input: False
160+
Accept wildcard characters: False
161+
```
162+
163+
## INPUTS
164+
165+
### Microsoft.Rtc.Management.AD.UserIdParameter
166+
167+
168+
## OUTPUTS
169+
170+
### System.Object
171+
172+
## NOTES
173+
174+
## RELATED LINKS

0 commit comments

Comments
 (0)