@@ -32,9 +32,11 @@ Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
32
32
[-AutodiscoverPartialDirSync <Boolean>]
33
33
[-AutoEnableArchiveMailbox <Boolean>]
34
34
[-AutoExpandingArchive]
35
+ [-AutomaticForcedReadReceiptEnabled <Boolean>]
35
36
[-BlockMoveMessagesForGroupFolders <Boolean>]
36
37
[-BookingsAddressEntryRestricted <Boolean>]
37
38
[-BookingsAuthEnabled <Boolean>]
39
+ [-BookingsBlockedWordsEnabled <Boolean>]
38
40
[-BookingsCreationOfCustomQuestionsRestricted <Boolean>]
39
41
[-BookingsEnabled <Boolean>]
40
42
[-BookingsExposureOfStaffDetailsRestricted <Boolean>]
@@ -147,10 +149,7 @@ Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
147
149
148
150
### AdfsAuthenticationParameter
149
151
```
150
- Set-OrganizationConfig [-AdfsAudienceUris <MultiValuedProperty>]
151
- [-AdfsEncryptCertificateThumbprint <String>]
152
- [-AdfsIssuer <Uri>]
153
- [-AdfsSignCertificateThumbprints <MultiValuedProperty>]
152
+ Set-OrganizationConfig [-AdfsAudienceUris <MultiValuedProperty>] [-AdfsEncryptCertificateThumbprint <String>] [-AdfsIssuer <Uri>] [-AdfsSignCertificateThumbprints <MultiValuedProperty>]
154
153
[-ACLableSyncedObjectEnabled <Boolean>]
155
154
[-ActivityBasedAuthenticationTimeoutEnabled <Boolean>]
156
155
[-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
@@ -214,9 +213,9 @@ Set-OrganizationConfig [-AdfsAudienceUris <MultiValuedProperty>]
214
213
[-PublicFolderMailboxesLockedForNewConnections <Boolean>]
215
214
[-PublicFolderMailboxesMigrationComplete <Boolean>]
216
215
[-PublicFolderMigrationComplete <Boolean>]
216
+ [-PublicFolderShowClientControl <Boolean>]
217
217
[-PublicFoldersEnabled <PublicFoldersDeployment>]
218
218
[-PublicFoldersLockedForMigration <Boolean>]
219
- [-PublicFolderShowClientControl <Boolean>]
220
219
[-ReadTrackingEnabled <Boolean>]
221
220
[-RefreshSessionEnabled <Boolean>]
222
221
[-RemotePublicFolderMailboxes <MultiValuedProperty>]
@@ -295,7 +294,6 @@ Set-OrganizationConfig [-AdfsAuthenticationConfiguration <String>]
295
294
[-OrganizationSummary <MultiValuedProperty>]
296
295
[-PreferredInternetCodePageForShiftJis <Int32>]
297
296
[-PublicComputersDetectionEnabled <Boolean>]
298
- [-PublicFolderContentReplicationDisabled <Boolean>]
299
297
[-PublicFolderMailboxesLockedForNewConnections <Boolean>]
300
298
[-PublicFolderMailboxesMigrationComplete <Boolean>]
301
299
[-PublicFolderMigrationComplete <Boolean>]
@@ -323,9 +321,11 @@ Set-OrganizationConfig
323
321
[-ActivityBasedAuthenticationTimeoutEnabled <Boolean>]
324
322
[-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
325
323
[-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <Boolean>]
324
+ [-BlockMoveMessagesForGroupFolders <Boolean>]
326
325
[-ByteEncoderTypeFor7BitCharsets <Int32>]
327
326
[-Confirm]
328
327
[-CustomerFeedbackEnabled <Boolean>]
328
+ [-DefaultAuthenticationPolicy <AuthPolicyIdParameter>]
329
329
[-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
330
330
[-DistributionGroupNameBlockedWordsList <MultiValuedProperty>]
331
331
[-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>]
@@ -340,6 +340,8 @@ Set-OrganizationConfig
340
340
[-Force]
341
341
[-HierarchicalAddressBookRoot <UserContactGroupIdParameter>]
342
342
[-Industry <IndustryType>]
343
+ [-IsGroupFoldersAndRulesEnabled <Boolean>]
344
+ [-IsGroupMemberAllowedToEditContent <Boolean>]
343
345
[-MailTipsAllTipsEnabled <Boolean>]
344
346
[-MailTipsExternalRecipientsTipsEnabled <Boolean>]
345
347
[-MailTipsGroupMetricsEnabled <Boolean>]
@@ -742,14 +744,32 @@ Accept pipeline input: False
742
744
Accept wildcard characters: False
743
745
` ` `
744
746
747
+ # ## -AutomaticForcedReadReceiptEnabled
748
+ This parameter is available only in the cloud-based service.
749
+
750
+ {{ Fill AutomaticForcedReadReceiptEnabled Description }}
751
+
752
+ ` ` ` yaml
753
+ Type: Boolean
754
+ Parameter Sets: ShortenEventScopeParameter
755
+ Aliases:
756
+ Applicable: Exchange Online
757
+
758
+ Required: False
759
+ Position: Named
760
+ Default value: None
761
+ Accept pipeline input: False
762
+ Accept wildcard characters: False
763
+ ` ` `
764
+
745
765
# ## -BlockMoveMessagesForGroupFolders
746
766
This parameter is available only in the cloud-based service.
747
767
748
768
{{ Fill BlockMoveMessagesForGroupFolders Description }}
749
769
750
770
` ` ` yaml
751
771
Type: Boolean
752
- Parameter Sets: ShortenEventScopeParameter
772
+ Parameter Sets: Identity, ShortenEventScopeParameter
753
773
Aliases:
754
774
Applicable: Exchange Online, Exchange Online Protection
755
775
@@ -1394,7 +1414,7 @@ You create authentication policies with the New-AuthenticationPolicy cmdlet to b
1394
1414
1395
1415
` ` ` yaml
1396
1416
Type: AuthPolicyIdParameter
1397
- Parameter Sets: ShortenEventScopeParameter, AdfsAuthenticationParameter, AdfsAuthenticationRawConfiguration
1417
+ Parameter Sets: (All)
1398
1418
Aliases:
1399
1419
Applicable: Exchange Server 2019, Exchange Online, Exchange Online Protection
1400
1420
@@ -2378,7 +2398,7 @@ This parameter is available only in the cloud-based service.
2378
2398
2379
2399
` ` ` yaml
2380
2400
Type: Boolean
2381
- Parameter Sets: ShortenEventScopeParameter
2401
+ Parameter Sets: Identity, ShortenEventScopeParameter
2382
2402
Aliases:
2383
2403
Applicable: Exchange Online, Exchange Online Protection
2384
2404
@@ -2396,7 +2416,7 @@ This parameter is available only in the cloud-based service.
2396
2416
2397
2417
` ` ` yaml
2398
2418
Type: Boolean
2399
- Parameter Sets: ShortenEventScopeParameter
2419
+ Parameter Sets: Identity, ShortenEventScopeParameter
2400
2420
Aliases:
2401
2421
Applicable: Exchange Online, Exchange Online Protection
2402
2422
0 commit comments