Skip to content

Commit 165a168

Browse files
authored
Merge branch 'master' into patch-8
2 parents cbb17a5 + a7a0c3c commit 165a168

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2492,7 +2492,7 @@ Accept wildcard characters: False
24922492
{{ Fill UnscannableDocumentExtensionIs Description }}
24932493

24942494
```yaml
2495-
Type:
2495+
Type: MultiValuedProperty
24962496
Parameter Sets: (All)
24972497
Aliases:
24982498
Applicable: Security & Compliance Center

exchange/exchange-ps/exchange/Set-DlpCompliancePolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
3434
[-AddSharePointLocationException <MultiValuedProperty>]
3535
[-AddTeamsLocation <MultiValuedProperty>]
3636
[-AddTeamsLocationException <MultiValuedProperty>]
37-
[-AddThirdPartyAppDlpLocation <>]
38-
[-AddThirdPartyAppDlpLocationException <>]
37+
[-AddThirdPartyAppDlpLocation <MultiValuedProperty>]
38+
[-AddThirdPartyAppDlpLocationException <MultiValuedProperty>]
3939
[-Comment <String>]
4040
[-Confirm]
4141
[-ExceptIfOneDriveSharedBy <RecipientIdParameter[]>]
@@ -58,8 +58,8 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
5858
[-RemoveSharePointLocationException <MultiValuedProperty>]
5959
[-RemoveTeamsLocation <MultiValuedProperty>]
6060
[-RemoveTeamsLocationException <MultiValuedProperty>]
61-
[-RemoveThirdPartyAppDlpLocation <>]
62-
[-RemoveThirdPartyAppDlpLocationException <>]
61+
[-RemoveThirdPartyAppDlpLocation <MultiValuedProperty>]
62+
[-RemoveThirdPartyAppDlpLocationException <MultiValuedProperty>]
6363
[-WhatIf]
6464
[<CommonParameters>]
6565
```

exchange/exchange-ps/exchange/Set-DlpComplianceRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@ Accept wildcard characters: False
20912091
{{ Fill UnscannableDocumentExtensionIs Description }}
20922092

20932093
```yaml
2094-
Type:
2094+
Type: MultiValuedProperty
20952095
Parameter Sets: (All)
20962096
Aliases:
20972097
Applicable: Security & Compliance Center

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
3434
[-DesignatedPresenterRoleMode <String>] [-AllowIPAudio <Boolean>] [-AllowOrganizersToOverrideLobbySettings <Boolean>]
3535
[-AllowUserToJoinExternalMeeting <String>] [-EnrollUserOverride <String>] [-StreamingAttendeeMode <String]
3636
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
37-
[-AllowMeetingRegistration <String>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>] [-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
37+
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>] [-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
3838
```
3939

4040
### Instance
@@ -54,7 +54,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
5454
[-DesignatedPresenterRoleMode <String>] [-AllowIPAudio <Boolean>] [-AllowOrganizersToOverrideLobbySettings <Boolean>]
5555
[-AllowUserToJoinExternalMeeting <String>] [-EnrollUserOverride <String>] [-StreamingAttendeeMode <String]
5656
[-AllowBreakoutRooms <Boolean>] [-TeamsCameraFarEndPTZMode <String>] [-AllowMeetingReactions <Boolean>]
57-
[-AllowMeetingRegistration <String>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>] [-SpeakerAttributionMode <String>] [-WhoCanRegister <Object>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
57+
[-AllowMeetingRegistration <Boolean>] [-AllowScreenContentDigitization <Boolean>] [-AllowTrackingInReport <Boolean>] [-RoomAttributeUserOverride <String>] [-SpeakerAttributionMode <String>] [-WhoCanRegister <String>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
5858
```
5959

6060
## DESCRIPTION
@@ -831,16 +831,16 @@ Accept wildcard characters: False
831831
### -AllowMeetingRegistration
832832
833833
Possible values:
834-
- Everyone
835-
- EveryoneInCompany
834+
- True
835+
- False
836836
837837
```yaml
838-
Type: String
838+
Type: Boolean
839839
Parameter Sets: (All)
840840
Aliases:
841841
Required: False
842842
Position: Named
843-
Default value: Everyone
843+
Default value: True
844844
Accept pipeline input: False
845845
Accept wildcard characters: False
846846
```

0 commit comments

Comments
 (0)