Commands › Exchange Online

Set-OrganizationConfig

Exchange Online ExchangeOnlineManagement Set-*

Configure various settings of an Exchange organization.

Quick start script

# Set-OrganizationConfig — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-ExchangeOnline -CertificateThumbprint $thumb -AppId $appId -Organization $org

# 2. Capture the current state first — you cannot roll back what you never recorded
$before = Get-OrganizationConfig
$before | Format-List

# 3. Make the change (dry run first)
Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode> -WhatIf
Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>

# 4. Verify and diff
$after = Get-OrganizationConfig
Compare-Object ($before | Out-String) ($after | Out-String)

Syntax — 5 parameter sets

ShortenEventScopeParameter

Set-OrganizationConfig -ShortenEventScopeDefault <ShortenEventScopeMode>
 [-ActionableMessagesExtenalAccessTokenEnabled <Boolean>]
 [-ActivityBasedAuthenticationTimeoutEnabled <Boolean>]
 [-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
 [-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <Boolean>]
 [-AppsForOfficeEnabled <Boolean>]
 [-AsyncSendEnabled <Boolean>]
 [-AuditDisabled <Boolean>]
 [-AutoArchivingThresholdPercentage <Int16>]
 [-AutodiscoverPartialDirSync <Boolean>]
 [-AutoEnableArchiveMailbox <Boolean>]
 [-AutoExpandingArchive]
 [-AutomaticForcedReadReceiptEnabled <Boolean>]
 [-BlockMoveMessagesForGroupFolders <Boolean>]
 [-BookingsAddressEntryRestricted <Boolean>]
 [-BookingsAuthEnabled <Boolean>]
 [-BookingsBlockedWordsEnabled <Boolean>]
 [-BookingsCreationOfCustomQuestionsRestricted <Boolean>]
 [-BookingsEnabled <Boolean>]
 [-BookingsExposureOfStaffDetailsRestricted <Boolean>]
 [-BookingsMembershipApprovalRequired <Boolean>]
 [-BookingsNamingPolicyEnabled <Boolean>]
 [-BookingsNamingPolicyPrefix <String>]
 [-BookingsNamingPolicyPrefixEnabled <Boolean>]
 [-BookingsNamingPolicySuffix <String>]
 [-BookingsNamingPolicySuffixEnabled <Boolean>]
 [-BookingsNotesEntryRestricted <Boolean>]
 [-BookingsPaymentsEnabled <Boolean>]
 [-BookingsPhoneNumberEntryRestricted <Boolean>]
 [-BookingsSearchEngineIndexDisabled <Boolean>]
 [-BookingsSmsMicrosoftEnabled <Boolean>]
 [-BookingsSocialSharingRestricted <Boolean>]
 [-ByteEncoderTypeFor7BitCharsets <Int32>]
 [-CalendarVersionStoreEnabled <Boolean>]
 [-ComplianceMLBgdCrawlEnabled <Boolean>]
 [-Confirm]
 [-ConnectorsActionableMessagesEnabled <Boolean>]
 [-ConnectorsEnabled <Boolean>]
 [-ConnectorsEnabledForOutlook <Boolean>]
 [-ConnectorsEnabledForSharepoint <Boolean>]
 [-ConnectorsEnabledForTeams <Boolean>]
 [-ConnectorsEnabledForYammer <Boolean>]
 [-CustomerLockboxEnabled <Boolean>]
 [-DefaultAuthenticationPolicy <AuthPolicyIdParameter>]
 [-DefaultFolderPermissionRestricted <Boolean>]
 [-DefaultGroupAccessType <ModernGroupObjectType>]
 [-DefaultMinutesToReduceLongEventsBy <Int32>]
 [-DefaultMinutesToReduceShortEventsBy <Int32>]
 [-DefaultPublicFolderAgeLimit <EnhancedTimeSpan>]
 [-DefaultPublicFolderDeletedItemRetention <EnhancedTimeSpan>]
 [-DefaultPublicFolderIssueWarningQuota <Unlimited>]
 [-DefaultPublicFolderMaxItemSize <Unlimited>]
 [-DefaultPublicFolderMovedItemRetention <EnhancedTimeSpan>]
 [-DefaultPublicFolderProhibitPostQuota <Unlimited>]
 [-DirectReportsGroupAutoCreationEnabled <Boolean>]
 [-DisablePlusAddressInRecipients <Boolean>]
 [-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
 [-DistributionGroupNameBlockedWordsList <MultiValuedProperty>]
 [-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>]
 [-DLPViaDcsEnabled <Boolean>]
 [-DLPWaitOnSendEnabled <Boolean>]
 [-DLPWaitOnSendTimeout <Int16>]
 [-ElcProcessingDisabled <Boolean>]
 [-EnableForwardingAddressSyncForMailboxes <Boolean>]
 [-EnableOutlookEvents <Boolean>]
 [-EndUserDLUpgradeFlowsDisabled <Boolean>]
 [-EnforceExoAppRbacPermissions <Boolean>]
 [-EnforceShortenEventSetting]
 [-EwsAllowEntourage <Boolean>]
 [-EwsAllowList <MultiValuedProperty>]
 [-EwsAllowMacOutlook <Boolean>]
 [-EwsAllowOutlook <Boolean>]
 [-EwsAllowedAppIDs <String>]
 [-EwsApplicationAccessPolicy <EwsApplicationAccessPolicy>]
 [-EwsBlockList <MultiValuedProperty>]
 [-EwsEnabled <Boolean>]
 [-ExchangeAttributesCloudManagedByDefault]
 [-ExchangeAttributesServerManagedByDefault]
 [-ExchangeNotificationEnabled <Boolean>]
 [-ExchangeNotificationRecipients <MultiValuedProperty>]
 [-FindTimeAttendeeAuthenticationEnabled <Boolean>]
 [-FindTimeAutoScheduleDisabled <Boolean>]
 [-FindTimeLockPollForAttendeesEnabled <Boolean>]
 [-FindTimeOnlineMeetingOptionDisabled <Boolean>]
 [-FocusedInboxOn <Boolean>]
 [-HierarchicalAddressBookRoot <UserContactGroupIdParameter>]
 [-HybridRSVPEnabled <Boolean>]
 [-InRegionRoutingEnabled <Boolean>]
 [-IPListBlocked <MultiValuedProperty>]
 [-IsAgendaMailEnabled <Boolean>]
 [-IsGroupFoldersAndRulesEnabled <Boolean>]
 [-IsGroupMemberAllowedToEditContent <Boolean>]
 [-LeanPopoutEnabled <Boolean>]
 [-LinkPreviewEnabled <Boolean>]
 [-MailTipsAllTipsEnabled <Boolean>]
 [-MailTipsExternalRecipientsTipsEnabled <Boolean>]
 [-MailTipsGroupMetricsEnabled <Boolean>]
 [-MailTipsLargeAudienceThreshold <UInt32>]
 [-MailTipsMailboxSourcedTipsEnabled <Boolean>]
 [-MaskClientIpInReceivedHeadersEnabled <Boolean>]
 [-MatchSenderOrganizerProperties <Boolean>]
 [-MessageHighlightsEnabled <Boolean>]
 [-MessageRecallAlertRecipientsEnabled <Boolean>]
 [-MessageRecallAlertRecipientsReadMessagesOnlyEnabled <Boolean>]
 [-MessageRecallEnabled <System.Boolean>]
 [-MessageRecallMaxRecallableAge <Microsoft.Exchange.Data.EnhancedTimeSpan>]
 [-MessageRemindersEnabled <Boolean>]
 [-MobileAppEducationEnabled <Boolean>]
 [-OAuth2ClientProfileEnabled <Boolean>]
 [-OnlineMeetingsByDefaultEnabled <Boolean>]
 [-OutlookGifPickerDisabled <Boolean>]
 [-OutlookMobileGCCRestrictionsEnabled <Boolean>]
 [-OutlookMobileHelpShiftEnabled <Boolean>]
 [-OutlookMobileSingleAccountEnabled <Boolean>]
 [-OutlookPayEnabled <Boolean>]
 [-OutlookTextPredictionDisabled <Boolean>]
 [-PerTenantSwitchToESTSEnabled <Boolean>]
 [-PostponeRoamingSignaturesUntilLater <Boolean>]
 [-PreferredInternetCodePageForShiftJis <Int32>]
 [-PublicComputersDetectionEnabled <Boolean>]
 [-PublicFoldersEnabled <PublicFoldersDeployment>]
 [-PublicFolderShowClientControl <Boolean>]
 [-ReadTrackingEnabled <Boolean>]
 [-RecallReadMessagesEnabled <System.Boolean>]
 [-RefreshSessionEnabled <Boolean>]
 [-RecipientDelimiters <Boolean>]
 [-RejectDirectSend <Boolean>]
 [-RemotePublicFolderMailboxes <MultiValuedProperty>]
 [-RequiredCharsetCoverage <Int32>]
 [-SendFromAliasEnabled <Boolean>]
 [-SharedDomainEmailAddressFlowEnabled <Boolean>]
 [-SiteMailboxCreationURL <Uri>]
 [-SmtpActionableMessagesEnabled <Boolean>]
 [-TwoClickMailPreviewEnabled <Boolean>]
 [-UnblockUnsafeSenderPromptEnabled <Boolean>]
 [-VisibleMeetingUpdateProperties <String>]
 [-WebPushNotificationsDisabled <Boolean>]
 [-WebSuggestedRepliesDisabled <Boolean>]
 [-WhatIf]
 [-WorkspaceTenantEnabled <Boolean>]
 [<CommonParameters>]

AdfsAuthenticationParameter

Set-OrganizationConfig [-AdfsAudienceUris <MultiValuedProperty>] [-AdfsEncryptCertificateThumbprint <String>] [-AdfsIssuer <Uri>] [-AdfsSignCertificateThumbprints <MultiValuedProperty>]
 [-ACLableSyncedObjectEnabled <Boolean>]
 [-ActivityBasedAuthenticationTimeoutEnabled <Boolean>]
 [-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
 [-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <Boolean>]
 [-AppsForOfficeEnabled <Boolean>]
 [-AsyncSendEnabled <Boolean>]
 [-AutoArchivingThresholdPercentage <Int16>]
 [-ByteEncoderTypeFor7BitCharsets <Int32>]
 [-Confirm]
 [-ConnectorsActionableMessagesEnabled <Boolean>]
 [-ConnectorsEnabled <Boolean>]
 [-CustomerFeedbackEnabled <Boolean>]
 [-DataClassifications <String>]
 [-DefaultAuthenticationPolicy <AuthPolicyIdParameter>]
 [-DefaultFolderPermissionRestricted <Boolean>]
 [-DefaultPublicFolderAgeLimit <EnhancedTimeSpan>]
 [-DefaultPublicFolderDeletedItemRetention <EnhancedTimeSpan>]
 [-DefaultPublicFolderIssueWarningQuota <Unlimited>]
 [-DefaultPublicFolderMaxItemSize <Unlimited>]
 [-DefaultPublicFolderMovedItemRetention <EnhancedTimeSpan>]
 [-DefaultPublicFolderProhibitPostQuota <Unlimited>]
 [-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
 [-DistributionGroupNameBlockedWordsList <MultiValuedProperty>]
 [-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>]
 [-DLPViaDcsEnabled <Boolean>]
 [-DomainController <Fqdn>]
 [-EmptyAddressBookForNonExchangeUsers]
 [-EnableAuthAdminReadSession]
 [-EnableDownloadDomains <Boolean>]
 [-EnableOrgWidePermissionOnScopedRoles]
 [-EnforceExoAppRbacPermissions <Boolean>]
 [-EwsAllowEntourage <Boolean>]
 [-EwsAllowList <MultiValuedProperty>]
 [-EwsAllowMacOutlook <Boolean>]
 [-EwsAllowOutlook <Boolean>]
 [-EwsApplicationAccessPolicy <EwsApplicationAccessPolicy>]
 [-EwsBlockList <MultiValuedProperty>]
 [-EwsEnabled <Boolean>]
 [-ExchangeAttributesCloudManagedByDefault]
 [-ExchangeAttributesServerManagedByDefault]
 [-HierarchicalAddressBookRoot <UserContactGroupIdParameter>]
 [-Industry <IndustryType>]
 [-IsAgendaMailEnabled <Boolean>]
 [-IsExcludedFromOffboardMigration <Boolean>]
 [-IsExcludedFromOnboardMigration <Boolean>]
 [-IsFfoMigrationInProgress <Boolean>]
 [-LeanPopoutEnabled <Boolean>]
 [-LinkPreviewEnabled <Boolean>]
 [-MailboxDataEncryptionEnabled]
 [-MailTipsAllTipsEnabled <Boolean>]
 [-MailTipsExternalRecipientsTipsEnabled <Boolean>]
 [-MailTipsGroupMetricsEnabled <Boolean>]
 [-MailTipsLargeAudienceThreshold <UInt32>]
 [-MailTipsMailboxSourcedTipsEnabled <Boolean>]
 [-ManagedFolderHomepage <String>]
 [-MapiHttpEnabled <Boolean>]
 [-MaxConcurrentMigrations <Unlimited>]
 [-MicrosoftExchangeRecipientEmailAddresses <ProxyAddressCollection>]
 [-MicrosoftExchangeRecipientEmailAddressPolicyEnabled <Boolean>]
 [-MicrosoftExchangeRecipientPrimarySmtpAddress <SmtpAddress>]
 [-MicrosoftExchangeRecipientReplyRecipient <RecipientIdParameter>]
 [-MitigationsEnabled <Boolean>]
 [-OabShadowDistributionOldestFileAgeLimit <EnhancedTimeSpan>]
 [-OAuth2ClientProfileEnabled <Boolean>]
 [-OrganizationSummary <MultiValuedProperty>]
 [-PreferredInternetCodePageForShiftJis <Int32>]
 [-PublicComputersDetectionEnabled <Boolean>]
 [-PublicFolderMailboxesLockedForNewConnections <Boolean>]
 [-PublicFolderMailboxesMigrationComplete <Boolean>]
 [-PublicFolderMigrationComplete <Boolean>]
 [-PublicFolderShowClientControl <Boolean>]
 [-PublicFoldersEnabled <PublicFoldersDeployment>]
 [-PublicFoldersLockedForMigration <Boolean>]
 [-ReadTrackingEnabled <Boolean>]
 [-RefreshSessionEnabled <Boolean>]
 [-RecipientDelimiters <Boolean>]
 [-RemotePublicFolderMailboxes <MultiValuedProperty>]
 [-RequiredCharsetCoverage <Int32>]
 [-SCLJunkThreshold <Int32>]
 [-SiteMailboxCreationURL <Uri>]
 [-SmtpActionableMessagesEnabled <Boolean>]
 [-UMAvailableLanguages <MultiValuedProperty>]
 [-UnblockUnsafeSenderPromptEnabled <Boolean>]
 [-UseIcsSyncStateStreaming]
 [-WACDiscoveryEndpoint <String>]
 [-WhatIf]
 [<CommonParameters>]

AdfsAuthenticationRawConfiguration

Set-OrganizationConfig [-AdfsAuthenticationConfiguration <String>]
 [-ACLableSyncedObjectEnabled <Boolean>]
 [-ActivityBasedAuthenticationTimeoutEnabled <Boolean>]
 [-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
 [-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <Boolean>]
 [-AppsForOfficeEnabled <Boolean>]
 [-AsyncSendEnabled <Boolean>]
 [-AutoArchivingThresholdPercentage <Int16>]
 [-ByteEncoderTypeFor7BitCharsets <Int32>]
 [-Confirm]
 [-ConnectorsActionableMessagesEnabled <Boolean>]
 [-ConnectorsEnabled <Boolean>]
 [-CustomerFeedbackEnabled <Boolean>]
 [-DataClassifications <String>]
 [-DefaultAuthenticationPolicy <AuthPolicyIdParameter>]
 [-DefaultFolderPermissionRestricted <Boolean>]
 [-DefaultPublicFolderAgeLimit <EnhancedTimeSpan>]
 [-DefaultPublicFolderDeletedItemRetention <EnhancedTimeSpan>]
 [-DefaultPublicFolderIssueWarningQuota <Unlimited>]
 [-DefaultPublicFolderMaxItemSize <Unlimited>]
 [-DefaultPublicFolderMovedItemRetention <EnhancedTimeSpan>]
 [-DefaultPublicFolderProhibitPostQuota <Unlimited>]
 [-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
 [-DistributionGroupNameBlockedWordsList <MultiValuedProperty>]
 [-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>]
 [-DLPViaDcsEnabled <Boolean>]
 [-DomainController <Fqdn>]
 [-EmptyAddressBookForNonExchangeUsers]
 [-EnableAuthAdminReadSession]
 [-EnableDownloadDomains <Boolean>]
 [-EnableOrgWidePermissionOnScopedRoles]
 [-EnforceExoAppRbacPermissions <Boolean>]
 [-EwsAllowEntourage <Boolean>]
 [-EwsAllowList <MultiValuedProperty>]
 [-EwsAllowMacOutlook <Boolean>]
 [-EwsAllowOutlook <Boolean>]
 [-EwsApplicationAccessPolicy <EwsApplicationAccessPolicy>]
 [-EwsBlockList <MultiValuedProperty>]
 [-EwsEnabled <Boolean>]
 [-ExchangeAttributesCloudManagedByDefault]
 [-ExchangeAttributesServerManagedByDefault]
 [-HierarchicalAddressBookRoot <UserContactGroupIdParameter>]
 [-Industry <IndustryType>]
 [-IsAgendaMailEnabled <Boolean>]
 [-IsExcludedFromOffboardMigration <Boolean>]
 [-IsExcludedFromOnboardMigration <Boolean>]
 [-IsFfoMigrationInProgress <Boolean>]
 [-LeanPopoutEnabled <Boolean>]
 [-LinkPreviewEnabled <Boolean>]
 [-MailboxDataEncryptionEnabled]
 [-MailTipsAllTipsEnabled <Boolean>]
 [-MailTipsExternalRecipientsTipsEnabled <Boolean>]
 [-MailTipsGroupMetricsEnabled <Boolean>]
 [-MailTipsLargeAudienceThreshold <UInt32>]
 [-MailTipsMailboxSourcedTipsEnabled <Boolean>]
 [-ManagedFolderHomepage <String>]
 [-MapiHttpEnabled <Boolean>]
 [-MaxConcurrentMigrations <Unlimited>]
 [-MicrosoftExchangeRecipientEmailAddresses <ProxyAddressCollection>]
 [-MicrosoftExchangeRecipientEmailAddressPolicyEnabled <Boolean>]
 [-MicrosoftExchangeRecipientPrimarySmtpAddress <SmtpAddress>]
 [-MicrosoftExchangeRecipientReplyRecipient <RecipientIdParameter>]
 [-MitigationsEnabled <Boolean>]
 [-OabShadowDistributionOldestFileAgeLimit <EnhancedTimeSpan>]
 [-OAuth2ClientProfileEnabled <Boolean>]
 [-OrganizationSummary <MultiValuedProperty>]
 [-PreferredInternetCodePageForShiftJis <Int32>]
 [-PublicComputersDetectionEnabled <Boolean>]
 [-PublicFolderMailboxesLockedForNewConnections <Boolean>]
 [-PublicFolderMailboxesMigrationComplete <Boolean>]
 [-PublicFolderMigrationComplete <Boolean>]
 [-PublicFoldersEnabled <PublicFoldersDeployment>]
 [-PublicFolderShowClientControl <Boolean>]
 [-PublicFoldersLockedForMigration <Boolean>]
 [-ReadTrackingEnabled <Boolean>]
 [-RefreshSessionEnabled <Boolean>]
 [-RecipientDelimiters <Boolean>]
 [-RemotePublicFolderMailboxes <MultiValuedProperty>]
 [-RequiredCharsetCoverage <Int32>]
 [-SCLJunkThreshold <Int32>]
 [-SiteMailboxCreationURL <Uri>]
 [-SmtpActionableMessagesEnabled <Boolean>]
 [-UMAvailableLanguages <MultiValuedProperty>]
 [-UnblockUnsafeSenderPromptEnabled <Boolean>]
 [-UseIcsSyncStateStreaming]
 [-WACDiscoveryEndpoint <String>]
 [-WhatIf]
 [<CommonParameters>]

DelayedDelicensingParameterSet

Set-OrganizationConfig [-DelayedDelicensingEnabled <Boolean>] [-EndUserMailNotificationForDelayedDelicensingEnabled <Boolean>] [-TenantAdminNotificationForDelayedDelicensingEnabled <Boolean>]
 [-ActionableMessagesExtenalAccessTokenEnabled <Boolean>]
 [-ActivityBasedAuthenticationTimeoutEnabled <Boolean>]
 [-ActivityBasedAuthenticationTimeoutInterval <EnhancedTimeSpan>]
 [-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled <Boolean>]
 [-AppsForOfficeEnabled <Boolean>]
 [-AsyncSendEnabled <Boolean>]
 [-AuditDisabled <Boolean>]
 [-AutoArchivingThresholdPercentage <Int16>]
 [-AutodiscoverPartialDirSync <Boolean>]
 [-AutoEnableArchiveMailbox <Boolean>]
 [-AutoExpandingArchive]
 [-AutomaticForcedReadReceiptEnabled <Boolean>]
 [-BlockMoveMessagesForGroupFolders <Boolean>]
 [-BookingsAddressEntryRestricted <Boolean>]
 [-BookingsAuthEnabled <Boolean>]
 [-BookingsBlockedWordsEnabled <Boolean>]
 [-BookingsCreationOfCustomQuestionsRestricted <Boolean>]
 [-BookingsEnabled <Boolean>]
 [-BookingsExposureOfStaffDetailsRestricted <Boolean>]
 [-BookingsMembershipApprovalRequired <Boolean>]
 [-BookingsNamingPolicyEnabled <Boolean>]
 [-BookingsNamingPolicyPrefix <String>]
 [-BookingsNamingPolicyPrefixEnabled <Boolean>]
 [-BookingsNamingPolicySuffix <String>]
 [-BookingsNamingPolicySuffixEnabled <Boolean>]
 [-BookingsNotesEntryRestricted <Boolean>]
 [-BookingsPaymentsEnabled <Boolean>]
 [-BookingsPhoneNumberEntryRestricted <Boolean>]
 [-BookingsSearchEngineIndexDisabled <Boolean>]
 [-BookingsSmsMicrosoftEnabled <Boolean>]
 [-BookingsSocialSharingRestricted <Boolean>]
 [-ByteEncoderTypeFor7BitCharsets <Int32>]
 [-CalendarVersionStoreEnabled <Boolean>]
 [-ComplianceMLBgdCrawlEnabled <Boolean>]
 [-Confirm]
 [-ConnectorsActionableMessagesEnabled <Boolean>]
 [-ConnectorsEnabled <Boolean>]
 [-ConnectorsEnabledForOutlook <Boolean>]
 [-ConnectorsEnabledForSharepoint <Boolean>]
 [-ConnectorsEnabledForTeams <Boolean>]
 [-ConnectorsEnabledForYammer <Boolean>]
 [-CustomerLockboxEnabled <Boolean>]
 [-DefaultAuthenticationPolicy <AuthPolicyIdParameter>]
 [-DefaultFolderPermissionRestricted <Boolean>]
 [-DefaultGroupAccessType <ModernGroupObjectType>]
 [-DefaultPublicFolderAgeLimit <EnhancedTimeSpan>]
 [-DefaultPublicFolderDeletedItemRetention <EnhancedTimeSpan>]
 [-DefaultPublicFolderIssueWarningQuota <Unlimited>]
 [-DefaultPublicFolderMaxItemSize <Unlimited>]
 [-DefaultPublicFolderMovedItemRetention <EnhancedTimeSpan>]
 [-DefaultPublicFolderProhibitPostQuota <Unlimited>]
 [-DirectReportsGroupAutoCreationEnabled <Boolean>]
 [-DisablePlusAddressInRecipients <Boolean>]
 [-DistributionGroupDefaultOU <OrganizationalUnitIdParameter>]
 [-DistributionGroupNameBlockedWordsList <MultiValuedProperty>]
 [-DistributionGroupNamingPolicy <DistributionGroupNamingPolicy>]
 [-DLPViaDcsEnabled <Boolean>]
 [-DLPWaitOnSendEnabled <Boolean>]
 [-DLPWaitOnSendTimeout <Int16>]
 [-ElcProcessingDisabled <Boolean>]
 [-EnableForwardingAddressSyncForMailboxes <Boolean>]
 [-EnableOutlookEvents <Boolean>]
 [-EndUserDLUpgradeFlowsDisabled <Boolean>]
 [-EnforceExoAppRbacPermissions <Boolean>]
 [-EwsAllowEntourage <Boolean>]
 [-EwsAllowList <MultiValuedProperty>]
 [-EwsAllowMacOutlook <Boolean>]
 [-EwsAllowOutlook <Boolean>]
 [-EwsAllowedAppIDs <String>]
 [-EwsApplicationAccessPolicy <EwsApplicationAccessPolicy>]
 [-EwsBlockList <MultiValuedProperty>]
 [-EwsEnabled <Boolean>]
 [-ExchangeAttributesCloudManagedByDefault]
 [-ExchangeAttributesServerManagedByDefault]
 [-ExchangeNotificationEnabled <Boolean>]
 [-ExchangeNotificationRecipients <MultiValuedProperty>]
 [-FindTimeAttendeeAuthenticationEnabled <Boolean>]
 [-FindTimeAutoScheduleDisabled <Boolean>]
 [-FindTimeLockPollForAttendeesEnabled <Boolean>]
 [-FindTimeOnlineMeetingOptionDisabled <Boolean>]
 [-FocusedInboxOn <Boolean>]
 [-HierarchicalAddressBookRoot <UserContactGroupIdParameter>]
 [-HybridRSVPEnabled <Boolean>]
 [-InRegionRoutingEnabled <Boolean>]
 [-IPListBlocked <MultiValuedProperty>]
 [-IsAgendaMailEnabled <Boolean>]
 [-IsGroupFoldersAndRulesEnabled <Boolean>]
 [-IsGroupMemberAllowedToEditContent <Boolean>]
 [-LeanPopoutEnabled <Boolean>]
 [-LinkPreviewEnabled <Boolean>]
 [-MailTipsAllTipsEnabled <Boolean>]
 [-MailTipsExternalRecipientsTipsEnabled <Boolean>]
 [-MailTipsGroupMetricsEnabled <Boolean>]
 [-MailTipsLargeAudienceThreshold <UInt32>]
 [-MailTipsMailboxSourcedTipsEnabled <Boolean>]
 [-MaskClientIpInReceivedHeadersEnabled <Boolean>]
 [-MatchSenderOrganizerProperties <Boolean>]
 [-MessageHighlightsEnabled <Boolean>]
 [-MessageRecallEnabled <System.Boolean>]
 [-MessageRemindersEnabled <Boolean>]
 [-MobileAppEducationEnabled <Boolean>]
 [-OAuth2ClientProfileEnabled <Boolean>]
 [-OnlineMeetingsByDefaultEnabled <Boolean>]
 [-OutlookGifPickerDisabled <Boolean>]
 [-OutlookMobileGCCRestrictionsEnabled <Boolean>]
 [-OutlookMobileHelpShiftEnabled <Boolean>]
 [-OutlookMobileSingleAccountEnabled <Boolean>]
 [-OutlookPayEnabled <Boolean>]
 [-OutlookTextPredictionDisabled <Boolean>]
 [-PerTenantSwitchToESTSEnabled <Boolean>]
 [-PostponeRoamingSignaturesUntilLater <Boolean>]
 [-PreferredInternetCodePageForShiftJis <Int32>]
 [-PublicComputersDetectionEnabled <Boolean>]
 [-PublicFoldersEnabled <PublicFoldersDeployment>]
 [-PublicFolderShowClientControl <Boolean>]
 [-ReadTrackingEnabled <Boolean>]
 [-RefreshSessionEnabled <Boolean>]
 [-RecipientDelimiters <Boolean>]
 [-RemotePublicFolderMailboxes <MultiValuedProperty>]
 [-RequiredCharsetCoverage <Int32>]
 [-SendFromAliasEnabled <Boolean>]
 [-SharedDomainEmailAddressFlowEnabled <Boolean>]
 [-SiteMailboxCreationURL <Uri>]
 [-SmtpActionableMessagesEnabled <Boolean>]
 [-TwoClickMailPreviewEnabled <Boolean>]
 [-UnblockUnsafeSenderPromptEnabled <Boolean>]
 [-VisibleMeetingUpdateProperties <String>]
 [-WebPushNotificationsDisabled <Boolean>]
 [-WebSuggestedRepliesDisabled <Boolean>]
 [-WhatIf]
 [-WorkspaceTenantEnabled <Boolean>]
 [<CommonParameters>]

1 more parameter sets — see the parameter table below.

Parameters (182)

ParameterTypeRequiredWhat it controls
-ShortenEventScopeDefault ShortenEventScopeMode yes This parameter is available only in the cloud-based service.
-ACLableSyncedObjectEnabled Boolean This parameter is available only in on-premises Exchange.
-ActionableMessagesExtenalAccessTokenEnabled Boolean This parameter is available only in the cloud-based service.
-ActivityBasedAuthenticationTimeoutEnabled Boolean The ActivityBasedAuthenticationTimeoutEnabled parameter enables or disables the inactivity interval for automatic logoff in Outlook on the web (formerly known as Outlook Web App). Valid values are:
-ActivityBasedAuthenticationTimeoutInterval EnhancedTimeSpan The ActivityBasedAuthenticationTimeoutInterval parameter specifies the period of inactivity that causes an automatic logoff in Outlook on the web.
-ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled Boolean The ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled parameter enables or disables the inactivity interval for automatic logoff for single sign-on in Outlook on the Web. Valid values are:
-AdfsAudienceUris MultiValuedProperty This parameter is available only in on-premises Exchange.
-AdfsAuthenticationConfiguration String This parameter is available only in on-premises Exchange.
-AdfsEncryptCertificateThumbprint String This parameter is available only in on-premises Exchange.
-AdfsIssuer Uri This parameter is available only in on-premises Exchange.
-AdfsSignCertificateThumbprints MultiValuedProperty This parameter is available only in on-premises Exchange.
-AppsForOfficeEnabled Boolean The AppsForOfficeEnabled parameter specifies whether to enable apps for Outlook features. By default, the parameter is set to $true. If the flag is set to $false, no new apps can be activated for any user in the organization.
-AsyncSendEnabled Boolean The AsyncSendEnabled parameter specifies whether to enable or disable async send in Outlook on the web. Valid values are:
-AuditDisabled Boolean This parameter is available only in the cloud-based service.
-AutoArchivingThresholdPercentage Int16 This parameter is available only in the cloud-based service.
-AutodiscoverPartialDirSync Boolean This parameter is available only in the cloud-based service.
-AutoEnableArchiveMailbox Boolean This parameter is available only in the cloud-based service.
-AutoExpandingArchive SwitchParameter This parameter is available only in the cloud-based service.
-AutomaticForcedReadReceiptEnabled Boolean This parameter is available only in the cloud-based service.
-BlockMoveMessagesForGroupFolders Boolean This parameter is available only in the cloud-based service.
-BookingsAddressEntryRestricted Boolean This parameter is available only in the cloud-based service.
-BookingsAuthEnabled Boolean This parameter is available only in the cloud-based service.
-BookingsBlockedWordsEnabled Boolean This parameter is available only in the cloud-based service.
-BookingsCreationOfCustomQuestionsRestricted Boolean This parameter is available only in the cloud-based service.
-BookingsEnabled Boolean This parameter is available only in the cloud-based service.
-BookingsExposureOfStaffDetailsRestricted Boolean This parameter is available only in the cloud-based service.
-BookingsMembershipApprovalRequired Boolean This parameter is available only in the cloud-based service.
-BookingsNamingPolicyEnabled Boolean This parameter is available only in the cloud-based service.
-BookingsNamingPolicyPrefix String This parameter is available only in the cloud-based service.
-BookingsNamingPolicyPrefixEnabled Boolean This parameter is available only in the cloud-based service.
-BookingsNamingPolicySuffix String This parameter is available only in the cloud-based service.
-BookingsNamingPolicySuffixEnabled Boolean This parameter is available only in the cloud-based service.
-BookingsNotesEntryRestricted Boolean This parameter is available only in the cloud-based service.
-BookingsPaymentsEnabled Boolean This parameter is available only in the cloud-based service.
-BookingsPhoneNumberEntryRestricted Boolean This parameter is available only in the cloud-based service.
-BookingsSearchEngineIndexDisabled Boolean This parameter is available only in the cloud-based service.
-BookingsSmsMicrosoftEnabled Boolean This parameter is available only in the cloud-based service.
-BookingsSocialSharingRestricted Boolean This parameter is available only in the cloud-based service.
-ByteEncoderTypeFor7BitCharsets Int32 The ByteEncoderTypeFor7BitCharsets parameter specifies the 7-bit transfer encoding method for MIME format for messages sent to this remote domain. The valid values for this parameter are:
-CalendarVersionStoreEnabled Boolean This parameter is available only in the cloud-based service.
-ComplianceMLBgdCrawlEnabled Boolean This parameter is available only in the cloud-based service.
-Confirm SwitchParameter The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on whether the cmdlet requires confirmation before proceeding.
-ConnectorsActionableMessagesEnabled Boolean The ConnectorsActionableMessagesEnabled parameter specifies whether to enable or disable actionable buttons in messages (connector cards) from connected apps on Outlook on the web. Valid values are:
-ConnectorsEnabled Boolean The ConnectorsEnabled parameter specifies whether to enable or disable all connected apps in organization. Valid values are:
-ConnectorsEnabledForOutlook Boolean This parameter is available only in the cloud-based service.
-ConnectorsEnabledForSharepoint Boolean This parameter is available only in the cloud-based service.
-ConnectorsEnabledForTeams Boolean This parameter is available only in the cloud-based service.
-ConnectorsEnabledForYammer Boolean This parameter is available only in the cloud-based service.
-CustomerFeedbackEnabled Boolean This parameter is available only in on-premises Exchange.
-CustomerLockboxEnabled Boolean This parameter is available only in the cloud-based service.
-DataClassifications String This parameter is available only in on-premises Exchange.
-DefaultAuthenticationPolicy AuthPolicyIdParameter The DefaultAuthenticationPolicy parameter specifies the authentication policy that's used for the whole organization. You can use any value that uniquely identifies the policy. For example:
-DefaultFolderPermissionRestricted Boolean This parameter is available only in the cloud-based service.
-DefaultGroupAccessType ModernGroupObjectType This parameter is available only in the cloud-based service.
-DefaultMinutesToReduceLongEventsBy Int32 This parameter is available only in the cloud-based service.
-DefaultMinutesToReduceShortEventsBy Int32 This parameter is available only in the cloud-based service.
-DefaultPublicFolderAgeLimit EnhancedTimeSpan The DefaultPublicFolderAgeLimit parameter specifies the default age limit for the contents of public folders across the entire organization. Content in a public folder is automatically deleted when this age limit is...
-DefaultPublicFolderDeletedItemRetention EnhancedTimeSpan The DefaultPublicFolderDeletedItemRetention parameter specifies the default value of the length of time to retain deleted items for public folders across the entire organization. This attribute applies to all public...
-DefaultPublicFolderIssueWarningQuota Unlimited The DefaultPublicFolderIssueWarningQuota parameter specifies the default value across the entire organization for the public folder size at which a warning message is sent to this folder's owners, warning that the...
-DefaultPublicFolderMaxItemSize Unlimited The DefaultPublicFolderMaxItemSize parameter specifies the default maximum size for posted items within public folders across the entire organization. Items larger than the value of the DefaultPublicFolderMaxItemSize...
-DefaultPublicFolderMovedItemRetention EnhancedTimeSpan The DefaultPublicFolderMovedItemRetention parameter specifies how long items that have been moved between mailboxes are kept in the source mailbox for recovery purposes before being removed by the Public Folder Assistant.
-DefaultPublicFolderProhibitPostQuota Unlimited The DefaultPublicFolderProhibitPostQuota parameter specifies the size of a public folder at which users are notified that the public folder is full. Users can't post to a folder whose size is larger than the...
-DelayedDelicensingEnabled Boolean This parameter is available only in the cloud-based service.
-DirectReportsGroupAutoCreationEnabled Boolean This parameter is available only in the cloud-based service.
-DisablePlusAddressInRecipients Boolean This parameter is available only in the cloud-based service.
-DistributionGroupDefaultOU OrganizationalUnitIdParameter The DistributionGroupDefaultOU parameter specifies the container where distribution groups are created by default.
-DistributionGroupNameBlockedWordsList MultiValuedProperty The DistributionGroupNameBlockedWordsList parameter specifies words that can't be included in the Display Name values of distribution groups that are created by users. Separate multiple values with commas.
-DistributionGroupNamingPolicy DistributionGroupNamingPolicy The DistributionGroupNamingPolicy parameter specifies the additional text that's applied to the Display Name value of distribution groups created by users. You can require a prefix, a suffix, or both. The prefix and...
-DLPViaDcsEnabled Boolean This parameter is available only in the cloud-based service.
-DLPWaitOnSendEnabled Boolean This parameter is available only in the cloud-based service.
-DLPWaitOnSendTimeout Int16 This parameter is available only in the cloud-based service.
-DomainController Fqdn This parameter is available only in on-premises Exchange.
-ElcProcessingDisabled Boolean This parameter is available only in the cloud-based service.
-EmptyAddressBookForNonExchangeUsers SwitchParameter This parameter is available only in on-premises Exchange.
-EnableAuthAdminReadSession SwitchParameter This parameter is available only in on-premises Exchange.
-EnableDownloadDomains Boolean This parameter is available only in on-premises Exchange.
-EnableForwardingAddressSyncForMailboxes Boolean This parameter is available only in the cloud-based service.
-EnableOrgWidePermissionOnScopedRoles SwitchParameter This parameter is available only in on-premises Exchange.
-EnableOutlookEvents Boolean This parameter is available only in the cloud-based service.
-EndUserDLUpgradeFlowsDisabled Boolean This parameter is available only in the cloud-based service.
-EndUserMailNotificationForDelayedDelicensingEnabled Boolean This parameter is available only in the cloud-based service.
-EnforceExoAppRbacPermissions Boolean This parameter is available only in the cloud-based service.
-EnforceShortenEventSetting SwitchParameter This parameter is available only in the cloud-based service.
-EwsAllowEntourage Boolean The EwsAllowEntourage parameter specifies whether to enable or disable Entourage 2008 to access Exchange Web Services (EWS) for the entire organization. The default value is $true.
-EwsAllowList MultiValuedProperty The EwsAllowList parameter specifies the applications that are allowed to access EWS or REST when the EwsApplicationAccessPolicy parameter is set to EwsAllowList. Other applications that aren't specified by this...
-EwsAllowMacOutlook Boolean The EwsAllowMacOutlook parameter enables or disables access to mailboxes by Outlook for Mac clients that use Exchange Web Services (for example, Outlook for Mac 2011 or later).
-EwsAllowOutlook Boolean The EwsAllowOutlook parameter enables or disables access to mailboxes by Outlook clients that use Exchange Web Services. Outlook uses Exchange Web Services for free/busy, out-of-office settings, and calendar sharing.
-EwsAllowedAppIDs String This parameter is available only in the cloud-based service.
-EwsApplicationAccessPolicy EwsApplicationAccessPolicy The EwsApplicationAccessPolicy parameter specifies the client applications that have access to EWS and REST. Valid values are:
-EwsBlockList MultiValuedProperty The EwsBlockList parameter specifies the applications that aren't allowed to access EWS or REST when the EwsApplicationAccessPolicy parameter is set to EnforceBlockList. All other applications that aren't specified...
-EwsEnabled Boolean The EwsEnabled parameter specifies whether to globally enable or disable EWS access for the entire organization, regardless of what application is making the request. Valid values are:
-ExchangeAttributesCloudManagedByDefault SwitchParameter This parameter is available only in the cloud-based service.
-ExchangeAttributesServerManagedByDefault SwitchParameter This parameter is available only in the cloud-based service.
-ExchangeNotificationEnabled Boolean This parameter is available only in the cloud-based service.
-ExchangeNotificationRecipients MultiValuedProperty This parameter is available only in the cloud-based service.
-FindTimeAttendeeAuthenticationEnabled Boolean This parameter is available only in the cloud-based service.
-FindTimeAutoScheduleDisabled Boolean This parameter is available only in the cloud-based service.
-FindTimeLockPollForAttendeesEnabled Boolean This parameter is available only in the cloud-based service.
-FindTimeOnlineMeetingOptionDisabled Boolean This parameter is available only in the cloud-based service.
-FocusedInboxOn Boolean This parameter is available only in the cloud-based service.
-Force SwitchParameter The Force switch hides warning or confirmation messages. You don't need to specify a value with this switch.
-HierarchicalAddressBookRoot UserContactGroupIdParameter The HierarchicalAddressBookRoot parameter specifies the user, contact, or group to be used as the root organization for a hierarchical address book in the Exchange organization. You can use any value that uniquely...
-HybridRSVPEnabled Boolean This parameter is available only in the cloud-based service.
-Industry IndustryType This parameter is available only in on-premises Exchange.
-InRegionRoutingEnabled Boolean This parameter is available only in the cloud-based service.
-IPListBlocked MultiValuedProperty This parameter is available only in the cloud-based service.
-IsAgendaMailEnabled Boolean This parameter is reserved for internal Microsoft use.
-IsExcludedFromOffboardMigration Boolean This parameter is available only in on-premises Exchange.
-IsExcludedFromOnboardMigration Boolean This parameter is available only in on-premises Exchange.
-IsFfoMigrationInProgress Boolean This parameter is available only in on-premises Exchange.
-IsGroupFoldersAndRulesEnabled Boolean This parameter is available only in the cloud-based service.
-IsGroupMemberAllowedToEditContent Boolean This parameter is available only in the cloud-based service.
-LeanPopoutEnabled Boolean The LeanPopoutEnabled parameter specifies whether to enable faster loading of pop-out messages in Outlook on the web for Internet Explorer and Microsoft Edge. Valid values are:
-LinkPreviewEnabled Boolean The LinkPreviewEnabled parameter specifies whether link preview of URLs in email messages is allowed for the organization. Valid values are:
-MailboxDataEncryptionEnabled SwitchParameter This parameter is available only in on-premises Exchange.
-MailTipsAllTipsEnabled Boolean The MailTipsAllTipsEnabled parameter specifies whether MailTips are enabled. The default value is $true.
-MailTipsExternalRecipientsTipsEnabled Boolean The MailTipsExternalRecipientsTipsEnabled parameter specifies whether MailTips for external recipients are enabled. The default value is $false.
-MailTipsGroupMetricsEnabled Boolean The MailTipsGroupMetricsEnabled parameter specifies whether MailTips that rely on group metrics data are enabled. The default value is $true.
-MailTipsLargeAudienceThreshold UInt32 The MailTipsLargeAudienceThreshold parameter specifies what a large audience is. The default value is 25.
-MailTipsMailboxSourcedTipsEnabled Boolean The MailTipsMailboxSourcedTipsEnabled parameter specifies whether MailTips that rely on mailbox data (out-of-office or full mailbox) are enabled.
-ManagedFolderHomepage String This parameter is available only in on-premises Exchange.
-MapiHttpEnabled Boolean This parameter is available only in on-premises Exchange.
-MaskClientIpInReceivedHeadersEnabled Boolean This parameter is available only in the cloud-based service.
-MatchSenderOrganizerProperties Boolean This parameter is available only in the cloud-based service.
-MaxConcurrentMigrations Unlimited This parameter is available only in on-premises Exchange.
-MessageHighlightsEnabled Boolean This parameter is available only in the cloud-based service.
-MessageRecallAlertRecipientsEnabled Boolean This parameter is available only in the cloud-based service.
-MessageRecallAlertRecipientsReadMessagesOnlyEnabled Boolean This parameter is available only in the cloud-based service.
-MessageRecallEnabled Boolean This parameter is available only in the cloud-based service.
-MessageRecallMaxRecallableAge EnhancedTimeSpan {{ Fill MessageRecallMaxRecallableAge Description }}
-MessageRemindersEnabled Boolean This parameter is available only in the cloud-based service.
-MicrosoftExchangeRecipientEmailAddresses ProxyAddressCollection This parameter is available only in on-premises Exchange.
-MicrosoftExchangeRecipientEmailAddressPolicyEnabled Boolean This parameter is available only in on-premises Exchange.
-MicrosoftExchangeRecipientPrimarySmtpAddress SmtpAddress This parameter is available only in on-premises Exchange.
-MicrosoftExchangeRecipientReplyRecipient RecipientIdParameter This parameter is available only in on-premises Exchange.
-MitigationsEnabled Boolean This parameter is available only in on-premises Exchange.
-MobileAppEducationEnabled Boolean This parameter is available only in the cloud-based service.
-OabShadowDistributionOldestFileAgeLimit EnhancedTimeSpan This parameter is available only in on-premises Exchange.
-OAuth2ClientProfileEnabled Boolean The OAuth2ClientProfileEnabled parameter enables or disables modern authentication in the Exchange organization. Valid values are:
-OnlineMeetingsByDefaultEnabled Boolean This parameter is available only in the cloud-based service.
-OrganizationSummary MultiValuedProperty This parameter is available only in on-premises Exchange.
-OutlookGifPickerDisabled Boolean This parameter is available only in the cloud-based service.
-OutlookMobileGCCRestrictionsEnabled Boolean This parameter is available only in the cloud-based service.
-OutlookMobileHelpShiftEnabled Boolean This parameter is available only in the cloud-based service.
-OutlookMobileSingleAccountEnabled Boolean This parameter is available only in the cloud-based service.
-OutlookPayEnabled Boolean This parameter is available only in the cloud-based service.
-OutlookTextPredictionDisabled Boolean This parameter is available only in the cloud-based service.
-PermanentlyDeleteDisabled Boolean The PermanentlyDeleteDisabled parameter specifies whether to disable the PermanentlyDelete retention action for messaging records management (MRM). Valid values are:
-PerTenantSwitchToESTSEnabled Boolean This parameter is available only in the cloud-based service.
-PostponeRoamingSignaturesUntilLater Boolean This parameter is available only in the cloud-based service.
-PreferredInternetCodePageForShiftJis Int32 This parameter is reserved for internal Microsoft use.
-PublicComputersDetectionEnabled Boolean The PublicComputersDetectionEnabled parameter specifies whether Outlook on the web detects when a user signs from a public or private computer or network, and then enforces the attachment handling settings from...
-PublicFolderContentReplicationDisabled Boolean The PublicFolderContentReplicationDisabled parameter is used during public folder migration. When you set the PublicFolderContentReplicationDisabled parameter to $true, public folder content is not replicated to...
-PublicFolderMailboxesLockedForNewConnections Boolean This parameter is available only in on-premises Exchange.
-PublicFolderMailboxesMigrationComplete Boolean This parameter is available only in on-premises Exchange.
-PublicFolderMigrationComplete Boolean This parameter is available only in on-premises Exchange.
-PublicFoldersEnabled PublicFoldersDeployment The PublicFoldersEnabled parameter specifies how public folders are deployed in your organization. Valid values are:
-PublicFolderShowClientControl Boolean The PublicFolderShowClientControl parameter enables or disables the control access feature for public folders in Microsoft Outlook. Valid values are:
-PublicFoldersLockedForMigration Boolean This parameter is available only in on-premises Exchange.
-ReadTrackingEnabled Boolean The ReadTrackingEnabled parameter specifies whether the tracking for read status for messages in an organization is enabled. The default value is $false.
-RecallReadMessagesEnabled Boolean This parameter is available only in the cloud-based service.
-RefreshSessionEnabled Boolean This parameter is reserved for internal Microsoft use.
-RejectDirectSend Boolean This parameter is available only in the cloud-based service.
-RecipientDelimiters Boolean This parameter is available only in the cloud-based service.
-RemotePublicFolderMailboxes MultiValuedProperty The RemotePublicFolderMailboxes parameter specifies the identities of the public folder objects (represented as mail user objects locally) corresponding to the public folder mailboxes created in the remote forest....
-RequiredCharsetCoverage Int32 This parameter is reserved for internal Microsoft use.
-SCLJunkThreshold Int32 This parameter is available only in on-premises Exchange.
-SendFromAliasEnabled Boolean This parameter is available only in the cloud-based service.
-SharedDomainEmailAddressFlowEnabled Boolean This parameter is available only in the cloud-based service.
-SiteMailboxCreationURL Uri The SiteMailboxCreationURL parameter specifies the URL that's used to create site mailboxes. Site mailboxes improve collaboration and user productivity by allowing access to both SharePoint documents and Exchange...
-SmtpActionableMessagesEnabled Boolean The SmtpActionableMessagesEnabled parameter specifies whether to enable or disable action buttons in email messages in Outlook on the web. Valid values are:
-TenantAdminNotificationForDelayedDelicensingEnabled Boolean This parameter is available only in the cloud-based service.
-TwoClickMailPreviewEnabled Boolean This parameter is available only in the cloud-based service.
-UMAvailableLanguages MultiValuedProperty This parameter is available only in on-premises Exchange.
-UnblockUnsafeSenderPromptEnabled Boolean This parameter is reserved for internal Microsoft use.
-UseIcsSyncStateStreaming SwitchParameter This parameter is available only in on-premises Exchange.
-VisibleMeetingUpdateProperties String This parameter is available only in the cloud-based service.
-WACDiscoveryEndpoint String This parameter is available only in on-premises Exchange.
-WebPushNotificationsDisabled Boolean This parameter is available only in the cloud-based service.
-WebSuggestedRepliesDisabled Boolean This parameter is available only in the cloud-based service.
-WhatIf SwitchParameter The WhatIf switch shows what the command does without making any changes. You don't need to specify a value with this switch.
-WorkspaceTenantEnabled Boolean This parameter is available only in the cloud-based service.

Message Center changes mentioning this command

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.