@@ -32,9 +32,11 @@ Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
3232 [-AutodiscoverPartialDirSync <Boolean>]
3333 [-AutoEnableArchiveMailbox <Boolean>]
3434 [-AutoExpandingArchive]
35+ [-AutomaticForcedReadReceiptEnabled <Boolean>]
3536 [-BlockMoveMessagesForGroupFolders <Boolean>]
3637 [-BookingsAddressEntryRestricted <Boolean>]
3738 [-BookingsAuthEnabled <Boolean>]
39+ [-BookingsBlockedWordsEnabled <Boolean>]
3840 [-BookingsCreationOfCustomQuestionsRestricted <Boolean>]
3941 [-BookingsEnabled <Boolean>]
4042 [-BookingsExposureOfStaffDetailsRestricted <Boolean>]
@@ -147,10 +149,7 @@ Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
147149
148150### AdfsAuthenticationParameter
149151```
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>]
154153 [-ACLableSyncedObjectEnabled <Boolean>]
155154 [-ActivityBasedAuthenticationTimeoutEnabled <Boolean>]
156155 [-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
@@ -214,9 +213,9 @@ Set-OrganizationConfig [-AdfsAudienceUris <MultiValuedProperty>]
214213 [-PublicFolderMailboxesLockedForNewConnections <Boolean>]
215214 [-PublicFolderMailboxesMigrationComplete <Boolean>]
216215 [-PublicFolderMigrationComplete <Boolean>]
216+ [-PublicFolderShowClientControl <Boolean>]
217217 [-PublicFoldersEnabled <PublicFoldersDeployment>]
218218 [-PublicFoldersLockedForMigration <Boolean>]
219- [-PublicFolderShowClientControl <Boolean>]
220219 [-ReadTrackingEnabled <Boolean>]
221220 [-RefreshSessionEnabled <Boolean>]
222221 [-RemotePublicFolderMailboxes <MultiValuedProperty>]
@@ -295,7 +294,6 @@ Set-OrganizationConfig [-AdfsAuthenticationConfiguration <String>]
295294 [-OrganizationSummary <MultiValuedProperty>]
296295 [-PreferredInternetCodePageForShiftJis <Int32>]
297296 [-PublicComputersDetectionEnabled <Boolean>]
298- [-PublicFolderContentReplicationDisabled <Boolean>]
299297 [-PublicFolderMailboxesLockedForNewConnections <Boolean>]
300298 [-PublicFolderMailboxesMigrationComplete <Boolean>]
301299 [-PublicFolderMigrationComplete <Boolean>]
@@ -323,9 +321,11 @@ Set-OrganizationConfig
323321 [-ActivityBasedAuthenticationTimeoutEnabled <Boolean>]
324322 [-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
325323 [-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <Boolean>]
324+ [-BlockMoveMessagesForGroupFolders <Boolean>]
326325 [-ByteEncoderTypeFor7BitCharsets <Int32>]
327326 [-Confirm]
328327 [-CustomerFeedbackEnabled <Boolean>]
328+ [-DefaultAuthenticationPolicy <AuthPolicyIdParameter>]
329329 [-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
330330 [-DistributionGroupNameBlockedWordsList <MultiValuedProperty>]
331331 [-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>]
@@ -340,6 +340,8 @@ Set-OrganizationConfig
340340 [-Force]
341341 [-HierarchicalAddressBookRoot <UserContactGroupIdParameter>]
342342 [-Industry <IndustryType>]
343+ [-IsGroupFoldersAndRulesEnabled <Boolean>]
344+ [-IsGroupMemberAllowedToEditContent <Boolean>]
343345 [-MailTipsAllTipsEnabled <Boolean>]
344346 [-MailTipsExternalRecipientsTipsEnabled <Boolean>]
345347 [-MailTipsGroupMetricsEnabled <Boolean>]
@@ -742,14 +744,32 @@ Accept pipeline input: False
742744Accept wildcard characters: False
743745` ` `
744746
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+
745765# ## -BlockMoveMessagesForGroupFolders
746766This parameter is available only in the cloud-based service.
747767
748768{{ Fill BlockMoveMessagesForGroupFolders Description }}
749769
750770` ` ` yaml
751771Type: Boolean
752- Parameter Sets: ShortenEventScopeParameter
772+ Parameter Sets: Identity, ShortenEventScopeParameter
753773Aliases:
754774Applicable: Exchange Online, Exchange Online Protection
755775
@@ -1394,7 +1414,7 @@ You create authentication policies with the New-AuthenticationPolicy cmdlet to b
13941414
13951415` ` ` yaml
13961416Type: AuthPolicyIdParameter
1397- Parameter Sets: ShortenEventScopeParameter, AdfsAuthenticationParameter, AdfsAuthenticationRawConfiguration
1417+ Parameter Sets: (All)
13981418Aliases:
13991419Applicable: Exchange Server 2019, Exchange Online, Exchange Online Protection
14001420
@@ -2378,7 +2398,7 @@ This parameter is available only in the cloud-based service.
23782398
23792399` ` ` yaml
23802400Type: Boolean
2381- Parameter Sets: ShortenEventScopeParameter
2401+ Parameter Sets: Identity, ShortenEventScopeParameter
23822402Aliases:
23832403Applicable: Exchange Online, Exchange Online Protection
23842404
@@ -2396,7 +2416,7 @@ This parameter is available only in the cloud-based service.
23962416
23972417` ` ` yaml
23982418Type: Boolean
2399- Parameter Sets: ShortenEventScopeParameter
2419+ Parameter Sets: Identity, ShortenEventScopeParameter
24002420Aliases:
24012421Applicable: Exchange Online, Exchange Online Protection
24022422
0 commit comments