Skip to content

Commit e795f65

Browse files
authored
Merge pull request MicrosoftDocs#6906 from get-itips/patch-285
Adding examples
2 parents d85e7f3 + 06bff00 commit e795f65

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

skype/skype-ps/skype/Get-CsTeamsMeetingBroadcastPolicy.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ ms.reviewer:
1414
# Get-CsTeamsMeetingBroadcastPolicy
1515

1616
## SYNOPSIS
17-
Get-CsTeamsMeetingBroadcastPolicy \[\[-Identity\] \<XdsIdentity\>\] \[-Tenant \<guid\>\] \[-LocalStore\] \[\<CommonParameters\>\]
18-
19-
Get-CsTeamsMeetingBroadcastPolicy \[-Tenant \<guid\>\] \[-Filter \<string\>\] \[-LocalStore\] \[\<CommonParameters\>\]
17+
User-level policy for tenant admin to configure meeting broadcast behavior for the broadcast event organizer.
2018

2119
## SYNTAX
2220

@@ -36,11 +34,23 @@ User-level policy for tenant admin to configure meeting broadcast behavior for t
3634

3735
## EXAMPLES
3836

37+
### Example 1
38+
```
39+
Get-CsTeamsMeetingBroadcastPolicy
40+
```
41+
Returns all the Teams Meeting Broadcast policies.
42+
43+
### Example 2
44+
```
45+
Get-CsTeamsMeetingBroadcastPolicy -Filter "Education_Teacher"
46+
```
47+
48+
In this example, the -Filter parameter is used to return all the policies that match "Education_Teacher".
3949

4050
## PARAMETERS
4151

4252
### -Filter
43-
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
53+
Enables you to use wildcard characters when specifying the policy (or policies) to be returned.
4454

4555
```yaml
4656
Type: String

0 commit comments

Comments
 (0)