Skip to content

Commit 8c436f3

Browse files
authored
Merge pull request #11733 from PeerDiego/patch-1
Correcting Set-CsTeamsEventsPolicy.md
2 parents 1b7fbc6 + b0c0b6d commit 8c436f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
1717
[-AllowEmailEditing <String>] [-AllowedQuestionTypesInRegistrationForm <String>]
1818
[-AllowEventIntegrations <Boolean>] [-AllowedWebinarTypesForRecordingPublish <String>]
1919
[-AllowedTownhallTypesForRecordingPublish <String>] [-TownhallChatExperience <String>] [-Description <String>]
20-
[-UseMicrosoftECDN <String>]
20+
[-UseMicrosoftECDN <Boolean>]
2121
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

@@ -74,7 +74,7 @@ Accept wildcard characters: False
7474
This setting governs whether the global admin disables this property and prevents the organizers from creating town halls that use Microsoft eCDN even though they have been assigned a Teams Premium license.
7575
7676
```yaml
77-
Type: String
77+
Type: Boolean
7878
Parameter Sets: (All)
7979
Aliases:
8080

0 commit comments

Comments
 (0)