Commands › Exchange Online

Set-OwaMailboxPolicy

Exchange Online ExchangeOnlineManagement Set-*

Configure existing Outlook on the web mailbox policies.

Quick start script

# Set-OwaMailboxPolicy — 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-OwaMailboxPolicy
$before | Format-List

# 3. Make the change (dry run first)
Set-OwaMailboxPolicy -Identity <MailboxPolicyIdParameter> -WhatIf
Set-OwaMailboxPolicy -Identity <MailboxPolicyIdParameter>

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

Syntax

Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
 [-AccountTransferEnabled <Boolean>]
 [-ActionForUnknownFileAndMIMETypes <AttachmentBlockingActions>]
 [-ActiveSyncIntegrationEnabled <Boolean>]
 [-AdditionalAccountsEnabled <System.Boolean>]
 [-AdditionalStorageProvidersAvailable <Boolean>]
 [-AllAddressListsEnabled <Boolean>]
 [-AllowCopyContactsToDeviceAddressBook <Boolean>]
 [-AllowedFileTypes <MultiValuedProperty>]
 [-AllowedMimeTypes <MultiValuedProperty>]
 [-AllowedOrganizationAccountDomains <String[]>]
 [-AllowOfflineOn <AllowOfflineOnEnum>]
 [-AttachmentsOfflineEnabledWin <Boolean>]
 [-BizBarEnabled <Boolean>]
 [-BlockedFileTypes <MultiValuedProperty>]
 [-BlockedMimeTypes <MultiValuedProperty>]
 [-BookingsMailboxCreationEnabled <Boolean>]
 [-BookingsMailboxDomain <String>]
 [-BulkImportEMLEnabled <BulkImportEMLEnabledProperty>]
 [-BoxAttachmentsEnabled <Boolean>]
 [-CalendarEnabled <Boolean>]
 [-ChangePasswordEnabled <Boolean>]
 [-ChangeSettingsAccountEnabled <System.Boolean>]
 [-ClassicAttachmentsEnabled <Boolean>]
 [-ConditionalAccessPolicy <PolicyEnum>]
 [-Confirm]
 [-ContactsEnabled <Boolean>]
 [-DefaultClientLanguage <Int32>]
 [-DefaultTheme <String>]
 [-DelegateAccessEnabled <Boolean>]
 [-DirectFileAccessOnPrivateComputersEnabled <Boolean>]
 [-DirectFileAccessOnPublicComputersEnabled <Boolean>]
 [-DisableFacebook]
 [-DisplayPhotosEnabled <Boolean>]
 [-DomainController <Fqdn>]
 [-DropboxAttachmentsEnabled <Boolean>]
 [-EmptyStateEnabled <Boolean>]
 [-ExplicitLogonEnabled <Boolean>]
 [-ExternalImageProxyEnabled <Boolean>]
 [-ExternalSPMySiteHostURL <String>]
 [-FeedbackEnabled <Boolean>]
 [-ForceSaveAttachmentFilteringEnabled <Boolean>]
 [-ForceSaveFileTypes <MultiValuedProperty>]
 [-ForceSaveMimeTypes <MultiValuedProperty>]
 [-ForceWacViewingFirstOnPrivateComputers <Boolean>]
 [-ForceWacViewingFirstOnPublicComputers <Boolean>]
 [-ForceWebReadyDocumentViewingFirstOnPrivateComputers <Boolean>]
 [-ForceWebReadyDocumentViewingFirstOnPublicComputers <Boolean>]
 [-FreCardsEnabled <Boolean>]
 [-GlobalAddressListEnabled <Boolean>]
 [-GoogleDriveAttachmentsEnabled <Boolean>]
 [-GroupCreationEnabled <Boolean>]
 [-HideClassicOutlookToggleOut <System.Boolean>]
 [-InstantMessagingEnabled <Boolean>]
 [-InstantMessagingType <InstantMessagingTypeOptions>]
 [-InterestingCalendarsEnabled <Boolean>]
 [-InternalSPMySiteHostURL <String>]
 [-IRMEnabled <Boolean>]
 [-IsDefault]
 [-ItemsToOtherAccountsEnabled <System.Boolean>]
 [-JournalEnabled <Boolean>]
 [-JunkEmailEnabled <Boolean>]
 [-LinkedInEnabled <Boolean>]
 [-LocalEventsEnabled <Boolean>]
 [-LogonAndErrorLanguage <Int32>]
 [-MessagePreviewsDisabled <Boolean>]
 [-MonthlyUpdatesEnabled <Boolean>]
 [-Name <String>]
 [-NotesEnabled <Boolean>]
 [-NpsSurveysEnabled <Boolean>]
 [-OfflineEnabledWeb <Boolean>]
 [-OfflineEnabledWin <Boolean>]
 [-OneDriveAttachmentsEnabled <Boolean>]
 [-OneWinNativeOutlookEnabled <System.Boolean>]
 [-OnSendAddinsEnabled <Boolean>]
 [-OrganizationEnabled <Boolean>]
 [-OutboundCharset <OutboundCharsetOptions>]
 [-OutlookBetaToggleEnabled <Boolean>]
 [-OutlookDataFile <OutlookDataFileFeatureState>]
 [-OutlookNewslettersAccessLevel <OutlookNewslettersAccessLevel>]
 [-OutlookNewslettersReactions <OutlookNewslettersFeatureState>]
 [-OutlookNewslettersShowMore <OutlookNewslettersFeatureState>]
 [-OWALightEnabled <Boolean>]
 [-OWAMiniEnabled <Boolean>]
 [-PersonalAccountCalendarsEnabled <Boolean>]
 [-PersonalAccountsEnabled <System.Boolean>]
 [-PersonalBookingsDisabled <Boolean>]
 [-PhoneticSupportEnabled <Boolean>]
 [-PlacesEnabled <Boolean>]
 [-PremiumClientEnabled <Boolean>]
 [-PrintWithoutDownloadEnabled <Boolean>]
 [-ProjectMocaEnabled <Boolean>]
 [-PublicFoldersEnabled <Boolean>]
 [-RecoverDeletedItemsEnabled <Boolean>]
 [-ReferenceAttachmentsEnabled <Boolean>]
 [-RemindersAndNotificationsEnabled <Boolean>]
 [-ReportJunkEmailEnabled <Boolean>]
 [-RulesEnabled <Boolean>]
 [-SatisfactionEnabled <Boolean>]
 [-SaveAttachmentsToCloudEnabled <Boolean>]
 [-SearchFoldersEnabled <Boolean>]
 [-SetPhotoEnabled <Boolean>]
 [-SetPhotoURL <String>]
 [-ShowOnlineArchiveEnabled <Boolean>]
 [-SignaturesEnabled <Boolean>]
 [-SilverlightEnabled <Boolean>]
 [-SkipCreateUnifiedGroupCustomSharepointClassification <Boolean>]
 [-SMimeEnabled <Boolean>]
 [-SMimeSuppressNameChecksEnabled <Boolean>]
 [-SpellCheckerEnabled <Boolean>]
 [-TasksEnabled <Boolean>]
 [-TeamSnapCalendarsEnabled <Boolean>]
 [-TextMessagingEnabled <Boolean>]
 [-ThemeSelectionEnabled <Boolean>]
 [-ThirdPartyAttachmentsEnabled <Boolean>]
 [-UMIntegrationEnabled <Boolean>]
 [-UNCAccessOnPrivateComputersEnabled <Boolean>]
 [-UNCAccessOnPublicComputersEnabled <Boolean>]
 [-UseGB18030 <Boolean>]
 [-UseISO885915 <Boolean>]
 [-UserVoiceEnabled <Boolean>]
 [-WacEditingEnabled <Boolean>]
 [-WacExternalServicesEnabled <Boolean>]
 [-WacOMEXEnabled <Boolean>]
 [-WacViewingOnPrivateComputersEnabled <Boolean>]
 [-WacViewingOnPublicComputersEnabled <Boolean>]
 [-WeatherEnabled <Boolean>]
 [-WebPartsFrameOptionsType <WebPartsFrameOptions>]
 [-WebReadyDocumentViewingForAllSupportedTypes <Boolean>]
 [-WebReadyDocumentViewingOnPrivateComputersEnabled <Boolean>]
 [-WebReadyDocumentViewingOnPublicComputersEnabled <Boolean>]
 [-WebReadyDocumentViewingSupportedFileTypes <MultiValuedProperty>]
 [-WebReadyDocumentViewingSupportedMimeTypes <MultiValuedProperty>]
 [-WebReadyFileTypes <MultiValuedProperty>]
 [-WebReadyMimeTypes <MultiValuedProperty>]
 [-WhatIf]
 [-WSSAccessOnPrivateComputersEnabled <Boolean>]
 [-WSSAccessOnPublicComputersEnabled <Boolean>]
 [<CommonParameters>]

Parameters (138)

ParameterTypeRequiredWhat it controls
-Identity MailboxPolicyIdParameter yes The Identity parameter specifies the Outlook on the web mailbox policy that you want to modify. You can use any value that uniquely identifies the policy. For example:
-AccountTransferEnabled Boolean This parameter is available only in the cloud-based service.
-ActionForUnknownFileAndMIMETypes AttachmentBlockingActions The ActionForUnknownFileAndMIMETypes parameter specifies how to handle file types that aren't specified in the Allow, Block, and Force Save lists for file types and MIME types. Valid values are:
-AdditionalStorageProvidersAvailable Boolean This parameter is available only in the cloud-based service.
-ActiveSyncIntegrationEnabled Boolean The ActiveSyncIntegrationEnabled parameter specifies whether to enable or disable Exchange ActiveSync settings in Outlook on the web. Valid values are:
-AdditionalAccountsEnabled Boolean This parameter is available only in the cloud-based service.
-AllAddressListsEnabled Boolean The AllAddressListsEnabled parameter specifies which address lists are available in Outlook on the web. Valid values are:
-AllowCopyContactsToDeviceAddressBook Boolean The AllowCopyContactsToDeviceAddressBook parameter specifies whether users can copy the contents of their Contacts folder to a mobile device's native address book when using Outlook on the web for devices. Valid values are:
-AllowedFileTypes MultiValuedProperty The AllowedFileTypes parameter specifies the attachment file types (file extensions) that can be saved locally or viewed from Outlook on the web. The default values are:
-AllowedMimeTypes MultiValuedProperty The AllowedMimeTypes parameter specifies the MIME extensions of attachments that allow the attachments to be saved locally or viewed from Outlook on the web. The default values are:
-AllowedOrganizationAccountDomains String[] This parameter is available only in the cloud-based service.
-AllowOfflineOn AllowOfflineOnEnum This parameter is functional only in on-premises Exchange.
-AttachmentsOfflineEnabledWin Boolean This parameter is available only in the cloud-based service.
-BizBarEnabled Boolean This parameter is available only in the cloud-based service.
-BlockedFileTypes MultiValuedProperty The BlockedFileTypes parameter specifies a list of attachment file types (file extensions) that can't be saved locally or viewed from Outlook on the web. The default values are:
-BlockedMimeTypes MultiValuedProperty The BlockedMimeTypes parameter specifies MIME extensions in attachments that prevent the attachments from being saved locally or viewed from Outlook on the web. The default values are:
-BookingsMailboxCreationEnabled Boolean This parameter is available only in the cloud-based service.
-BookingsMailboxDomain String This parameter is available only in the cloud-based service.
-BulkImportEMLEnabled BulkImportEMLEnabledProperty This parameter is available only in the cloud-based service.
-BoxAttachmentsEnabled Boolean This parameter is available only in on-premises Exchange.
-CalendarEnabled Boolean This parameter is functional only in on-premises Exchange.
-ChangePasswordEnabled Boolean This parameter is functional only in on-premises Exchange.
-ChangeSettingsAccountEnabled Boolean This parameter is available only in the cloud-based service.
-ClassicAttachmentsEnabled Boolean The ClassicAttachmentsEnabled parameter specifies whether users can attach local files as regular email attachments in Outlook on the web. Valid values are:
-ConditionalAccessPolicy PolicyEnum 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.
-ContactsEnabled Boolean This parameter is functional only in on-premises Exchange.
-DefaultClientLanguage Int32 This parameter is deprecated and no longer used.
-DefaultTheme String The DefaultTheme parameter specifies the default theme that's used in Outlook on the web when the user hasn't selected a theme. The default value is blank ($null). For more information about the built-in themes that...
-DelegateAccessEnabled Boolean This parameter is functional only in on-premises Exchange.
-DirectFileAccessOnPrivateComputersEnabled Boolean The DirectFileAccessOnPrivateComputersEnabled parameter specifies the left-click options for attachments in Outlook on the web for private computer sessions. Valid values are:
-DirectFileAccessOnPublicComputersEnabled Boolean The DirectFileAccessOnPublicComputersEnabled parameter specifies the left-click options for attachments in Outlook on the web for public computer sessions. Valid values are:
-DisableFacebook SwitchParameter This parameter is available only in the cloud-based service.
-DisplayPhotosEnabled Boolean The DisplayPhotosEnabled parameter specifies whether users see sender photos in Outlook on the web. Valid values are:
-DomainController Fqdn This parameter is available only in on-premises Exchange.
-DropboxAttachmentsEnabled Boolean This parameter is available only in on-premises Exchange.
-EmptyStateEnabled Boolean This parameter is available only in the cloud-based service.
-ExplicitLogonEnabled Boolean This parameter is functional only in on-premises Exchange.
-ExternalImageProxyEnabled Boolean This parameter is available only in the cloud-based service.
-ExternalSPMySiteHostURL String The ExternalSPMySiteHostURL specifies the My Site Host URL for external users (for example, `https://sp01.contoso.com`).
-FeedbackEnabled Boolean This cmdlet is available only in the cloud-based service.
-ForceSaveAttachmentFilteringEnabled Boolean The ForceSaveAttachmentFilteringEnabled parameter specifies whether files are filtered before they can be saved from Outlook on the web. Valid values are:
-ForceSaveFileTypes MultiValuedProperty The ForceSaveFileTypes parameter specifies the attachment file types (file extensions) that can only be saved from Outlook on the web (not opened). The default values are:
-ForceSaveMimeTypes MultiValuedProperty The ForceSaveMimeTypes parameter specifies the MIME extensions in attachments that only allow the attachments to be saved locally (not opened). The default values are:
-ForceWacViewingFirstOnPrivateComputers Boolean The ForceWacViewingFirstOnPrivateComputers parameter specifies whether private computers must first preview an Office file as a web page in Office Online Server (formerly known as Office Web Apps Server and Web...
-ForceWacViewingFirstOnPublicComputers Boolean The ForceWacViewingFirstOnPublicComputers parameter specifies whether public computers must first preview an Office file as a web page in Office Online Server before opening the file in the local application. Valid...
-ForceWebReadyDocumentViewingFirstOnPrivateComputers Boolean This parameter is available only in Exchange Server 2010 or Exchange Server 2013.
-ForceWebReadyDocumentViewingFirstOnPublicComputers Boolean This parameter is available only in Exchange Server 2010 or Exchange Server 2013.
-FreCardsEnabled Boolean This parameter is functional only in on-premises Exchange.
-GlobalAddressListEnabled Boolean The GlobalAddressListEnabled parameter specifies whether the global address list is available in Outlook on the web. Valid values are:
-GoogleDriveAttachmentsEnabled Boolean This parameter is available only in on-premises Exchange.
-GroupCreationEnabled Boolean This parameter is functional only in the cloud-based service.
-HideClassicOutlookToggleOut Boolean This parameter is available only in the cloud-based service.
-InstantMessagingEnabled Boolean The InstantMessagingEnabled parameter specifies whether instant messaging is available in Outlook on the web. This does not affect chat capabilities provided by Skype for Business or Teams. Valid values are:
-InstantMessagingType InstantMessagingTypeOptions The InstantMessagingType parameter specifies the type of instant messaging provider in Outlook on the web. Valid values are:
-InterestingCalendarsEnabled Boolean This parameter is available only in the cloud-based service.
-InternalSPMySiteHostURL String The InternalSPMySiteHostURL specifies the My Site Host URL for internal users (for example, `https://sp01.contoso.com`).
-IRMEnabled Boolean The IRMEnabled parameter specifies whether Information Rights Management (IRM) features are available in Outlook on the web. Valid values are:
-IsDefault SwitchParameter The IsDefault switch specifies whether the Outlook on the web policy is the default policy that's used to configure the Outlook on the web settings for new mailboxes. You don't need to specify a value with this switch.
-ItemsToOtherAccountsEnabled Boolean This parameter is available only in the cloud-based service.
-JournalEnabled Boolean The JournalEnabled parameter specifies whether the Journal folder is available in Outlook on the web. Valid values are:
-JunkEmailEnabled Boolean This parameter is available only in on-premises Exchange.
-LinkedInEnabled Boolean This parameter is available only in the cloud-based service.
-LocalEventsEnabled Boolean This parameter is available only in the cloud-based service.
-LogonAndErrorLanguage Int32 The LogonAndErrorLanguage parameter specifies the language that used in Outlook on the web for forms-based authentication and for error messages when a user's current language setting can't be read.
-MessagePreviewsDisabled Boolean This parameter is available only in the cloud-based service.
-MonthlyUpdatesEnabled Boolean This parameter is available only in the cloud-based service.
-Name String The Name parameter specifies the unique name for the policy. The maximum length is 64 characters. If the value contains spaces, enclose the value in quotation marks.
-NotesEnabled Boolean The NotesEnabled parameter specifies whether the Notes folder is available in Outlook on the web. Valid values are:
-NpsSurveysEnabled Boolean This parameter is available only in the cloud-based service.
-OfflineEnabledWeb Boolean This parameter is available only in the cloud-based service.
-OfflineEnabledWin Boolean This parameter is available only in the cloud-based service.
-OneDriveAttachmentsEnabled Boolean This parameter is deprecated and no longer used.
-OneWinNativeOutlookEnabled Boolean This parameter is available only in the cloud-based service.
-OnSendAddinsEnabled Boolean The OnSendAddinsEnabled parameter specifies whether a mail item can be edited while an on-send add-in is processing it in Outlook on the web or the new Outlook on Windows. Valid values are:
-OrganizationEnabled Boolean When the OrganizationEnabled parameter is set to $false, the Automatic Reply option doesn't include external and internal options, the address book doesn't show the organization hierarchy, and the Resources tab in...
-OutboundCharset OutboundCharsetOptions The OutboundCharset parameter specifies the character set that's used for outgoing messages in Outlook on the web. Valid values are:
-OutlookBetaToggleEnabled Boolean This parameter is available only in the cloud-based service.
-OutlookNewslettersAccessLevel OutlookNewslettersAccessLevel This parameter is available only in the cloud-based service.
-OutlookDataFile OutlookDataFileFeatureState This parameter is available only in the cloud-based service.
-OutlookNewslettersReactions OutlookNewslettersFeatureState This parameter is available only in the cloud-based service.
-OutlookNewslettersShowMore OutlookNewslettersFeatureState This parameter is available only in the cloud-based service.
-OWALightEnabled Boolean The OWALightEnabled parameter controls the availability of the light version of Outlook on the web. Valid values are:
-OWAMiniEnabled Boolean The OWAMiniEnabled parameter controls the availability of the mini version of Outlook Web App. Valid values are:
-PersonalAccountCalendarsEnabled Boolean This parameter is available only in the cloud-based service.
-PersonalAccountsEnabled Boolean This parameter is available only in the cloud-based service.
-PersonalBookingsDisabled Boolean This parameter is available only in the cloud-based service.
-PhoneticSupportEnabled Boolean The PhoneticSupportEnabled parameter specifies phonetically spelled entries in the address book. This parameter is available for use in Japan.
-PlacesEnabled Boolean This parameter is available only in the cloud-based service.
-PremiumClientEnabled Boolean The PremiumClientEnabled parameter controls the availability of the full version of Outlook Web App. Valid values are:
-PrintWithoutDownloadEnabled Boolean This parameter is available only in the cloud-based service.
-ProjectMocaEnabled Boolean **Note**: The feature that's associated with this parameter is currently in Preview, is not available to all organizations, and is subject to change.
-PublicFoldersEnabled Boolean This parameter is functional only in Exchange Server 2010.
-RecoverDeletedItemsEnabled Boolean This parameter is functional only in Exchange Server 2010 and Exchange Online.
-ReferenceAttachmentsEnabled Boolean The ReferenceAttachmentsEnabled parameter specifies whether users can attach files from the cloud as linked attachments in Outlook on the web. Valid values are:
-RemindersAndNotificationsEnabled Boolean The RemindersAndNotificationsEnabled parameter specifies whether notifications and reminders are enabled in Outlook on the web. Valid values are:
-ReportJunkEmailEnabled Boolean **Note**: In Exchange Online, this parameter does not affect the ability of users to report messages. Whether a user is able to report messages and where is controlled in the Microsoft Defender portal as described in...
-RulesEnabled Boolean The RulesEnabled parameter specifies whether a user can view, create, or modify server-side rules in Outlook on the web. Valid values are:
-SatisfactionEnabled Boolean The SatisfactionEnabled parameter specifies whether to enable or disable the satisfaction survey. Valid values are:
-SaveAttachmentsToCloudEnabled Boolean The SaveAttachmentsToCloudEnabled parameter specifies whether users can save regular email attachments to the cloud. Valid values are:
-SearchFoldersEnabled Boolean The SearchFoldersEnabled parameter specifies whether Search Folders are available in Outlook on the web. Valid values are:
-SetPhotoEnabled Boolean The SetPhotoEnabled parameter specifies whether users can add, change, and remove their sender photo in Outlook on the web. Valid values are:
-SetPhotoURL String The SetPhotoURL parameter controls where users go to select their photo. You can't specify a URL that contains one or more picture files, as there's no mechanism to copy a URL photo to the properties of Exchange...
-ShowOnlineArchiveEnabled Boolean This parameter is available only in the cloud-based service.
-SignaturesEnabled Boolean The SignaturesEnabled parameter specifies whether to enable or disable the use of signatures in Outlook on the web. Valid values are:
-SilverlightEnabled Boolean This parameter is functional only in Exchange Server 2010.
-SkipCreateUnifiedGroupCustomSharepointClassification Boolean This parameter is functional only in the cloud-based service.
-SMimeEnabled Boolean This parameter is functional only in Exchange Server 2010.
-SMimeSuppressNameChecksEnabled Boolean This parameter is available only in the cloud-based service.
-SpellCheckerEnabled Boolean This parameter is functional only in Exchange Server 2010.
-TasksEnabled Boolean This parameter is functional only in on-premises Exchange.
-TeamSnapCalendarsEnabled Boolean This parameter is available only in the cloud-based service.
-TextMessagingEnabled Boolean The TextMessagingEnabled parameter specifies whether users can send and receive text messages in Outlook on the web. Valid values are:
-ThemeSelectionEnabled Boolean The ThemeSelectionEnabled parameter specifies whether users can change the theme in Outlook on the web. Valid values are:
-ThirdPartyAttachmentsEnabled Boolean This parameter is available only in on-premises Exchange.
-UMIntegrationEnabled Boolean The UMIntegrationEnabled parameter specifies whether Unified Messaging (UM) integration is enabled in Outlook on the web. Valid values are:
-UNCAccessOnPrivateComputersEnabled Boolean This parameter is available only in on-premises Exchange.
-UNCAccessOnPublicComputersEnabled Boolean This parameter is available only in on-premises Exchange.
-UseGB18030 Boolean The UseGB18030 parameter specifies whether to use the GB18030 character set instead of GB2312 in Outlook on the web. Valid values are:
-UseISO885915 Boolean The UseISO885915 parameter specifies whether to use the character set ISO8859-15 instead of ISO8859-1 in Outlook on the web. Valid values are:
-UserVoiceEnabled Boolean This parameter is functional only in the cloud-based service.
-WacEditingEnabled Boolean The WacEditingEnabled parameter specifies whether to enable or disable editing documents in Outlook on the web by using Office Online Server (formerly known as Office Web Apps Server and Web Access Companion Server)....
-WacExternalServicesEnabled Boolean The WacExternalServicesEnabled parameter specifies whether to enable or disable external services when viewing documents in Outlook on the web (for example, machine translation) by using Office Online Server. Valid...
-WacOMEXEnabled Boolean The WacOMEXEnabled parameter specifies whether to enable or disable apps for Outlook in Outlook on the web in Office Online Server. Valid values are:
-WacViewingOnPrivateComputersEnabled Boolean The WacViewingOnPrivateComputersEnabled parameter specifies whether to enable or disable web viewing of supported Office documents private computer sessions in Office Online Server (formerly known as Office Web Apps...
-WacViewingOnPublicComputersEnabled Boolean The WacViewingOnPublicComputersEnabled parameter specifies whether to enable or disable web viewing of supported Office documents in public computer sessions in Office Online Server. Valid values are:
-WeatherEnabled Boolean This parameter is available only in the cloud-based service.
-WebPartsFrameOptionsType WebPartsFrameOptions The WebPartsFrameOptionsType parameter specifies what sources can access web parts in IFRAME or FRAME elements in Outlook on the web. Valid values are:
-WebReadyDocumentViewingForAllSupportedTypes Boolean This parameter is available only in Exchange Server 2010 and Exchange Server 2013.
-WebReadyDocumentViewingOnPrivateComputersEnabled Boolean This parameter is available only in Exchange Server 2010 and Exchange Server 2013.
-WebReadyDocumentViewingOnPublicComputersEnabled Boolean This parameter is available only in Exchange Server 2010 and Exchange Server 2013.
-WebReadyDocumentViewingSupportedFileTypes MultiValuedProperty This parameter is available only in Exchange Server 2010 and Exchange Server 2013.
-WebReadyDocumentViewingSupportedMimeTypes MultiValuedProperty This parameter is available only in Exchange Server 2010 and Exchange Server 2013.
-WebReadyFileTypes MultiValuedProperty This parameter is available only in Exchange Server 2010 and Exchange Server 2013.
-WebReadyMimeTypes MultiValuedProperty This parameter is available only in Exchange Server 2010 and Exchange Server 2013.
-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.
-WSSAccessOnPrivateComputersEnabled Boolean This parameter is deprecated and no longer used.
-WSSAccessOnPublicComputersEnabled Boolean This parameter is deprecated and no longer used.

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.