File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -2492,7 +2492,7 @@ Accept wildcard characters: False
2492
2492
{{ Fill UnscannableDocumentExtensionIs Description }}
2493
2493
2494
2494
` ` ` yaml
2495
- Type:
2495
+ Type: MultiValuedProperty
2496
2496
Parameter Sets: (All)
2497
2497
Aliases:
2498
2498
Applicable: Security & Compliance Center
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
34
34
[-AddSharePointLocationException <MultiValuedProperty>]
35
35
[-AddTeamsLocation <MultiValuedProperty>]
36
36
[-AddTeamsLocationException <MultiValuedProperty>]
37
- [-AddThirdPartyAppDlpLocation <>]
38
- [-AddThirdPartyAppDlpLocationException <>]
37
+ [-AddThirdPartyAppDlpLocation <MultiValuedProperty >]
38
+ [-AddThirdPartyAppDlpLocationException <MultiValuedProperty >]
39
39
[-Comment <String>]
40
40
[-Confirm]
41
41
[-ExceptIfOneDriveSharedBy <RecipientIdParameter[]>]
@@ -58,8 +58,8 @@ Set-DlpCompliancePolicy [-Identity] <PolicyIdParameter>
58
58
[-RemoveSharePointLocationException <MultiValuedProperty>]
59
59
[-RemoveTeamsLocation <MultiValuedProperty>]
60
60
[-RemoveTeamsLocationException <MultiValuedProperty>]
61
- [-RemoveThirdPartyAppDlpLocation <>]
62
- [-RemoveThirdPartyAppDlpLocationException <>]
61
+ [-RemoveThirdPartyAppDlpLocation <MultiValuedProperty >]
62
+ [-RemoveThirdPartyAppDlpLocationException <MultiValuedProperty >]
63
63
[-WhatIf]
64
64
[<CommonParameters>]
65
65
```
Original file line number Diff line number Diff line change @@ -2091,7 +2091,7 @@ Accept wildcard characters: False
2091
2091
{{ Fill UnscannableDocumentExtensionIs Description }}
2092
2092
2093
2093
` ` ` yaml
2094
- Type:
2094
+ Type: MultiValuedProperty
2095
2095
Parameter Sets: (All)
2096
2096
Aliases:
2097
2097
Applicable: Security & Compliance Center
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
34
34
[-DesignatedPresenterRoleMode <String>] [-AllowIPAudio <Boolean>] [-AllowOrganizersToOverrideLobbySettings <Boolean>]
35
35
[-AllowUserToJoinExternalMeeting <String>] [-EnrollUserOverride <String>] [-StreamingAttendeeMode <String]
36
36
[-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>]
38
38
```
39
39
40
40
### Instance
@@ -54,7 +54,7 @@ Set-CsTeamsMeetingPolicy [-Tenant <Guid>] [-Description <String>]
54
54
[-DesignatedPresenterRoleMode <String>] [-AllowIPAudio <Boolean>] [-AllowOrganizersToOverrideLobbySettings <Boolean>]
55
55
[-AllowUserToJoinExternalMeeting <String>] [-EnrollUserOverride <String>] [-StreamingAttendeeMode <String]
56
56
[-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>]
58
58
```
59
59
60
60
## DESCRIPTION
@@ -831,16 +831,16 @@ Accept wildcard characters: False
831
831
### -AllowMeetingRegistration
832
832
833
833
Possible values:
834
- - Everyone
835
- - EveryoneInCompany
834
+ - True
835
+ - False
836
836
837
837
` ` ` yaml
838
- Type : String
838
+ Type : Boolean
839
839
Parameter Sets : (All)
840
840
Aliases :
841
841
Required : False
842
842
Position : Named
843
- Default value : Everyone
843
+ Default value : True
844
844
Accept pipeline input : False
845
845
Accept wildcard characters : False
846
846
` ` `
You can’t perform that action at this time.
0 commit comments