Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2012-12-11
Use the Set-OwaVirtualDirectory cmdlet to modify the properties of Microsoft Office Outlook Web App virtual directories on a server running Microsoft Exchange Server 2010 that has the Client Access server role installed.
Syntax
Set-OwaVirtualDirectory -Identity
<VirtualDirectoryIdParameter>
[-ActionForUnknownFileAndMIMETypes <Allow | ForceSave |
Block>] [-ActiveSyncIntegrationEnabled <$true | $false>]
[-AllAddressListsEnabled <$true | $false>] [-AllowedFileTypes
<MultiValuedProperty>] [-AllowedMimeTypes
<MultiValuedProperty>] [-BasicAuthentication <$true |
$false>] [-BlockedFileTypes <MultiValuedProperty>]
[-BlockedMimeTypes <MultiValuedProperty>] [-CalendarEnabled
<$true | $false>] [-CalendarPublishingEnabled <$true |
$false>] [-ChangePasswordEnabled <$true | $false>]
[-ClientAuthCleanupLevel <High | Low>] [-Confirm
[<SwitchParameter>]] [-ContactsEnabled <$true |
$false>] [-CrossSiteRedirectType <Silent | Manual>]
[-DefaultClientLanguage <Int32>] [-DefaultDomain
<String>] [-DefaultTheme <String>]
[-DelegateAccessEnabled <$true | $false>]
[-DigestAuthentication <$true | $false>]
[-DirectFileAccessOnPrivateComputersEnabled <$true | $false>]
[-DirectFileAccessOnPublicComputersEnabled <$true | $false>]
[-DomainController <Fqdn>] [-Exchange2003Url <Uri>]
[-ExchwebProxyDestination <NotSpecified | MailboxServer |
PublicFolderServer>] [-ExplicitLogonEnabled <$true |
$false>] [-ExtendedProtectionFlags <MultiValuedProperty>]
[-ExtendedProtectionSPNList <MultiValuedProperty>]
[-ExtendedProtectionTokenChecking <None | Allow | Require>]
[-ExternalAuthenticationMethods <MultiValuedProperty>]
[-ExternalUrl <Uri>] [-FailbackUrl <Uri>]
[-FilterWebBeaconsAndHtmlForms <UserFilterChoice | ForceFilter |
DisableFilter>] [-ForceSaveAttachmentFilteringEnabled <$true
| $false>] [-ForceSaveFileTypes <MultiValuedProperty>]
[-ForceSaveMimeTypes <MultiValuedProperty>]
[-ForceWebReadyDocumentViewingFirstOnPrivateComputers <$true |
$false>] [-ForceWebReadyDocumentViewingFirstOnPublicComputers
<$true | $false>] [-FormsAuthentication <$true |
$false>] [-GlobalAddressListEnabled <$true | $false>]
[-GzipLevel <Off | Low | High | Error>]
[-InstantMessagingCertificateThumbprint <String>]
[-InstantMessagingEnabled <$true | $false>]
[-InstantMessagingServerName <String>] [-InstantMessagingType
<None | Ocs | Msn>] [-InternalUrl <Uri>] [-IRMEnabled
<$true | $false>] [-JournalEnabled <$true | $false>]
[-JunkEmailEnabled <$true | $false>] [-LegacyRedirectType
<Silent | Manual>] [-LiveIdAuthentication <$true |
$false>] [-LogonAndErrorLanguage <Int32>] [-LogonFormat
<FullDomain | PrincipalName | UserName>] [-NotesEnabled
<$true | $false>] [-NotificationInterval <Int32>]
[-OrganizationEnabled <$true | $false>] [-OutboundCharset
<AlwaysUTF8 | AutoDetect | UserLanguageChoice>]
[-OWALightEnabled <$true | $false>] [-OWAMiniEnabled
<$true | $false>] [-PremiumClientEnabled <$true |
$false>] [-PublicFoldersEnabled <$true | $false>]
[-RecoverDeletedItemsEnabled <$true | $false>]
[-RedirectToOptimalOWAServer <$true | $false>]
[-RemindersAndNotificationsEnabled <$true | $false>]
[-RemoteDocumentsActionForUnknownServers <Allow | Block>]
[-RemoteDocumentsAllowedServers <MultiValuedProperty>]
[-RemoteDocumentsBlockedServers <MultiValuedProperty>]
[-RemoteDocumentsInternalDomainSuffixList
<MultiValuedProperty>] [-RulesEnabled <$true | $false>]
[-SearchFoldersEnabled <$true | $false>] [-SignaturesEnabled
<$true | $false>] [-SilverlightEnabled <$true |
$false>] [-SMimeEnabled <$true | $false>]
[-SpellCheckerEnabled <$true | $false>] [-TasksEnabled
<$true | $false>] [-TextMessagingEnabled <$true |
$false>] [-ThemeSelectionEnabled <$true | $false>]
[-UMIntegrationEnabled <$true | $false>]
[-UNCAccessOnPrivateComputersEnabled <$true | $false>]
[-UNCAccessOnPublicComputersEnabled <$true | $false>]
[-UseGB18030 <$true | $false>] [-UseISO885915 <$true |
$false>] [-UserContextTimeout <Int32>]
[-VirtualDirectoryType <NotSpecified | Mailboxes | PublicFolders
| Exchweb | Exadmin>]
[-WebReadyDocumentViewingForAllSupportedTypes <$true |
$false>] [-WebReadyDocumentViewingOnPrivateComputersEnabled
<$true | $false>]
[-WebReadyDocumentViewingOnPublicComputersEnabled <$true |
$false>] [-WebReadyDocumentViewingSupportedFileTypes
<MultiValuedProperty>]
[-WebReadyDocumentViewingSupportedMimeTypes
<MultiValuedProperty>] [-WebReadyFileTypes
<MultiValuedProperty>] [-WebReadyMimeTypes
<MultiValuedProperty>] [-WhatIf [<SwitchParameter>]]
[-WindowsAuthentication <$true | $false>]
[-WSSAccessOnPrivateComputersEnabled <$true | $false>]
[-WSSAccessOnPublicComputersEnabled <$true | $false>]
|
Detailed Description
By running the Set-OwaVirtualDirectory cmdlet, you can enable or disable features and manage security.
Before you run the Set-OwaVirtualDirectory cmdlet:
- You must have Write access to virtual directory objects in
Active Directory. If you don't have the necessary permissions and
you try to run the Set-OwaVirtualDirectory cmdlet on the
Active Directory virtual directory object, the cmdlet fails.
- You must have Write access to virtual directory objects in the
metabase for some properties, such as Authentication and
GZip. If you don't have the necessary permissions to run the
Set-OwaVirtualDirectory cmdlet on a metabase virtual
directory object or on a parameter that writes to the metabase, the
cmdlet fails.
- Before you run the Set-OwaVirtualDirectory cmdlet,
verify that the data source can be read. Depending on the
properties that you want to set on an Outlook Web App virtual
directory, you may want to run the cmdlet in a test environment on
the Outlook Web App virtual directory object in Active Directory,
the metabase, or both.
Several parameters for the Set-OwaVirtualDirectory cmdlet can contain more than one value. These are known as multivalued properties. Make sure that you modify multivalued properties correctly. For information about how to modify multivalued properties, see Modifying Multivalued Properties.
The Set-OwaVirtualDirectory cmdlet can be run on any server that has the Exchange Server administration tools installed.
Note: |
---|
Anytime forms-based authentication is enabled or disabled, you must use the IISReset /noforce command before the change takes effect. |
Note: |
---|
To switch from forms-based authentication to Basic authentication, you must first disable forms-based authentication, and then as a separate task, enable Basic authentication. You can't disable forms-based authentication and enable Basic authentication in a single task. |
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Outlook Web App virtual directories" entry in the Client Access Permissions topic.
Parameters
Parameter | Required | Type | Description | ||||
---|---|---|---|---|---|---|---|
Identity |
Required |
Microsoft.Exchange.Configuration.Tasks.VirtualDirectoryIdParameter |
The Identity parameter specifies the name or GUID of an Outlook Web App virtual directory. The Identity parameter is represented as: ServerName\VirtualDirectoryName (WebsiteName). |
||||
ActionForUnknownFileAndMIMETypes |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.AttachmentBlockingActions |
The ActionForUnknownFileAndMIMETypes parameter specifies how to handle files that aren't included in other File Access Management lists. The following values are valid for this parameter:
|
||||
ActiveSyncIntegrationEnabled |
Optional |
System.Boolean |
The ActiveSyncIntegrationEnabled parameter disables Microsoft Exchange ActiveSync on the Outlook Web App Options page. |
||||
AllAddressListsEnabled |
Optional |
System.Boolean |
The AllAddressListsEnabled parameter specifies which address lists are available to the user. You can use one of the following values:
|
||||
AllowedFileTypes |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The AllowedFileTypes parameter specifies the extensions of file types that the user can save locally and view from a Web browser. If the same extensions are in multiple settings lists, the most secure setting overrides the less secure settings. |
||||
AllowedMimeTypes |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The AllowedMimeTypes parameter specifies extensions of MIME attachments that users can save locally and view from a Web browser. If the same extensions are in multiple settings lists, the most secure setting overrides the less secure settings. |
||||
BasicAuthentication |
Optional |
System.Boolean |
The BasicAuthentication parameter specifies whether Basic authentication is enabled on the Outlook Web App virtual directory. This parameter can be used with the FormsAuthentication parameter or with the DigestAuthentication and WindowsAuthentication parameters. |
||||
BlockedFileTypes |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The BlockedFileTypes parameter specifies a list of extensions of attachments that are blocked. Attachments that contain these blocked extensions can't be saved locally or viewed from a Web browser. |
||||
BlockedMimeTypes |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The BlockedMimeTypes parameter specifies a list of MIME extensions of attachments that are blocked. Attachments that contain these blocked MIME extensions can't be saved locally or viewed from a Web browser. |
||||
CalendarEnabled |
Optional |
System.Boolean |
The CalendarEnabled parameter specifies whether to enable the calendar for users. |
||||
CalendarPublishingEnabled |
Optional |
System.Boolean |
The CalendarPublishingEnabled parameter specifies whether users can publish their calendar from Outlook Web App. |
||||
ChangePasswordEnabled |
Optional |
System.Boolean |
The ChangePasswordEnabled parameter specifies whether users can change their passwords from inside Outlook Web App. |
||||
ClientAuthCleanupLevel |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.ClientAuthCleanupLevels |
The ClientAuthCleanupLevel parameter specifies how much of the cache is cleared when the user logs off in Outlook Web App. This parameter doesn't apply to the light version of Outlook Web App. |
||||
Confirm |
Optional |
System.Management.Automation.SwitchParameter |
The Confirm switch causes the command to pause processing and requires you to acknowledge what the command will do before processing continues. You don't have to specify a value with the Confirm switch. |
||||
ContactsEnabled |
Optional |
System.Boolean |
The ContactsEnabled parameter specifies whether Contacts are enabled for users. |
||||
CrossSiteRedirectType |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.LegacyRedirectTypeOptions |
The CrossSiteRedirectType parameter controls the method by which a Client Access server redirects a user’s Web browser to Client Access server infrastructure in another Active Directory site. You can use one of the following values:
If set to If set to The default value is |
||||
DefaultClientLanguage |
Optional |
System.Int32 |
The DefaultClientLanguage parameter, if set to a value other than 0, specifies the language used by Outlook Web App when a user who has not selected a specific language on the Options page signs in to Outlook Web App.
|
||||
DefaultDomain |
Optional |
System.String |
The DefaultDomain parameter specifies which domain to use
when the LogonFormat parameter is set to
|
||||
DefaultTheme |
Optional |
System.String |
The DefaultTheme parameter specifies the default theme used by Outlook Web App when the user hasn't selected a theme. |
||||
DelegateAccessEnabled |
Optional |
System.Boolean |
The DelegateAccessEnabled parameter specifies whether delegates can use Outlook Web App to open folders, which they have delegate access to, through this virtual directory. |
||||
DigestAuthentication |
Optional |
System.Boolean |
The DigestAuthentication parameter specifies whether Digest authentication is enabled on the virtual directory. This parameter can't be used with the FormsAuthentication parameter. |
||||
DirectFileAccessOnPrivateComputersEnabled |
Optional |
System.Boolean |
The DirectFileAccessOnPrivateComputersEnabled parameter
specifies the left-click options on attachments when the user has
chosen to log on using the Private option. If this parameter
is set to |
||||
DirectFileAccessOnPublicComputersEnabled |
Optional |
System.Boolean |
The DirectFileAccessOnPublicComputersEnabled parameter
specifies the left-click options on attachments when the user has
chosen to log on using the Public option. If this parameter
is set to |
||||
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that writes this configuration change to Active Directory. |
||||
Exchange2003Url |
Optional |
System.Uri |
The Exchange2003Url parameter specifies the Outlook Web App URL for Exchange Server 2003 mailboxes. The URL must include the Outlook Web App virtual directory name, even if you're using a redirect to simplify the URL specified by the Exchange2003Url parameter. |
||||
ExchwebProxyDestination |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.ExchwebProxyDestinations |
The ExchwebProxyDestination parameter is no longer used and will be deprecated. |
||||
ExplicitLogonEnabled |
Optional |
System.Boolean |
The ExplicitLogonEnabled parameter specifies whether to
allow a user to open someone else's mailbox in Outlook Web App. If
this parameter is set to |
||||
ExtendedProtectionFlags |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ExtendedProtectionFlags parameter is used to customize the options you use if you're using Extended Protection for Authentication. The possible values are:
|
||||
ExtendedProtectionSPNList |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ExtendedProtectionSPNList parameter specifies a list of valid Service Principal Names (SPNs) if you're using Extended Protection for Authentication on the specified virtual directory. The possible values are:
|
||||
ExtendedProtectionTokenChecking |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.ExtendedProtectionTokenCheckingMode |
The ExtendedProtectionTokenChecking parameter defines how you want to use Extended Protection for Authentication on the specified Exchange virtual directory. Extended Protection for Authentication isn't enabled by default. The available settings are:
To learn more about Extended Protection for Authentication, see Understanding Extended Protection for Authentication. |
||||
ExternalAuthenticationMethods |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ExternalAuthenticationMethods parameter specifies the authentication methods supported on the Exchange server from outside the firewall. |
||||
ExternalUrl |
Optional |
System.Uri |
The ExternalUrl parameter specifies the host name used to connect to the Exchange server from outside the firewall. This setting is also important when Secure Sockets Layer (SSL) is used.
|
||||
FailbackUrl |
Optional |
System.Uri |
The FailbackUrl parameter specifies the host name Outlook Web App uses to connect to the Client Access server after failback in a site resilience process and requires a separate DNS entry pointing to the original Client Access server's IP address. The FailbackUrl parameter must be different from the ExternalUrl parameter. |
||||
FilterWebBeaconsAndHtmlForms |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.WebBeaconFilterLevels |
The FilterWebBeaconsAndHtmlForms parameter specifies how
Web beacons are handled. The possible values are
|
||||
ForceSaveAttachmentFilteringEnabled |
Optional |
System.Boolean |
The ForceSaveAttachmentFilteringEnabled parameter specifies whether files included in the list of extensions created by the ForceSaveFileTypes parameter are filtered before the user can save them. |
||||
ForceSaveFileTypes |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ForceSaveFileTypes parameter specifies a list of extensions of attachments that can be opened only after the file is saved locally on the user's computer. |
||||
ForceSaveMimeTypes |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The ForceSaveMimeTypes parameter specifies the MIME types of attachments that can be opened only after the file is saved locally on the user's computer. |
||||
ForceWebReadyDocumentViewingFirstOnPrivateComputers |
Optional |
System.Boolean |
The ForceWebReadyDocumentViewingFirstOnPrivateComputers parameter specifies whether a user who has logged on using the Private option can open a document directly without first viewing it as a Web page. |
||||
ForceWebReadyDocumentViewingFirstOnPublicComputers |
Optional |
System.Boolean |
The ForceWebReadyDocumentViewingFirstOnPublicComputers parameter specifies whether a user who has logged on using the Public option can open a document directly without first viewing it as a Web page. |
||||
FormsAuthentication |
Optional |
System.Boolean |
The FormsAuthentication parameter specifies whether forms-based authentication is enabled on the Outlook Web App virtual directory. If the FormsAuthentication parameter is set to
|
||||
GlobalAddressListEnabled |
Optional |
System.Boolean |
The GlobalAddressListEnabled parameter specifies whether to show the global address list in Outlook Web App. |
||||
GzipLevel |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.GzipLevel |
The GzipLevel parameter sets Gzip configuration information for the Outlook Web App virtual directory. |
||||
InstantMessagingCertificateThumbprint |
Optional |
System.String |
The InstantMessagingCertificateThumbprint parameter specifies the trusted certificate used to communicate between the instant messaging server and the Client Access server. Use the Get-ExchangeCertificate cmdlet to find the thumbprint of the certificate. |
||||
InstantMessagingEnabled |
Optional |
System.Boolean |
The InstantMessagingEnabled parameter specifies whether to enable instant messaging in Outlook Web App. |
||||
InstantMessagingServerName |
Optional |
System.String |
The InstantMessagingServerName parameter specifies the fully qualified domain name(FQDN) of the instant messaging server or set of servers behind a load balancing device. |
||||
InstantMessagingType |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.InstantMessagingTypeOptions |
The InstantMessagingType parameter specifies the type of
instant messaging provider to be used. Set this parameter to
|
||||
InternalUrl |
Optional |
System.Uri |
The InternalUrl parameter specifies the host name of the Exchange server for connection from inside the firewall. This setting is also important when SSL is used.
|
||||
IRMEnabled |
Optional |
System.Boolean |
The IRMEnabled parameter specifies whether the Information Rights Management (IRM) feature is enabled. |
||||
JournalEnabled |
Optional |
System.Boolean |
The JournalEnabled parameter specifies whether the Journal folder is visible.
|
||||
JunkEmailEnabled |
Optional |
System.Boolean |
The JunkEmailEnabled parameter specifies whether the Junk E-Mail management tools are enabled. |
||||
LegacyRedirectType |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.LegacyRedirectTypeOptions |
The LegacyRedirectType parameter specifies the type of redirect that Outlook Web App uses to a legacy Client Access server or Front End server when forms-based authentication isn't used on the Exchange 2010 Outlook Web App virtual directory. The following values are valid for this parameter:
|
||||
LiveIdAuthentication |
Optional |
System.Boolean |
The LiveIdAuthentication parameter specifies whether to
configure Outlook Web App to use logon via Windows Live ID. Set
this parameter to |
||||
LogonAndErrorLanguage |
Optional |
System.Int32 |
The LogonAndErrorLanguage parameter specifies which
language Outlook Web App uses for forms-based authentication and
for error messages that occur when a user's current language
setting can't be read. When this parameter has a value of
|
||||
LogonFormat |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.LogonFormats |
The LogonFormat parameter specifies the type of logon format forms-based authentication must use on the Outlook Web App sign-in page. Possible attributes are FullDomain, UserName, or PrincipalName. If you specify the FullDomain attribute, the User name field on the Outlook Web App sign-in page requires the user name to be entered in the format domain\user name. If you specify the UserName attribute, you must also specify the DefaultDomain parameter. If you specify the PrincipalName attribute, the User name field on the Outlook Web App sign-in page requires a user principal name (UPN) address. This sign-in method works only for users whose UPN name is the same as their e-mail address. |
||||
NotesEnabled |
Optional |
System.Boolean |
The NotesEnabled parameter specifies whether the Notes folder is visible in Outlook Web App. |
||||
NotificationInterval |
Optional |
System.Int32 |
The NotificationInterval parameter specifies the polling frequency, in seconds, with which the client must poll the server for new item notifications, reminder updates, and session time-out information in Outlook Web App. This parameter doesn't apply to the light version of Outlook Web App. |
||||
OrganizationEnabled |
Optional |
System.Boolean |
When the OrganizationEnabled parameter is set to
|
||||
OutboundCharset |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.OutboundCharsetOptions |
The OutboundCharset parameter specifies the character set used for messages sent by users on a specific Outlook Web App virtual directory. |
||||
OWALightEnabled |
Optional |
System.Boolean |
The OWALightEnabled parameter, when set to
|
||||
OWAMiniEnabled |
Optional |
System.Boolean |
This parameter controls whether the mini version of Outlook Web App is enabled. |
||||
PremiumClientEnabled |
Optional |
System.Boolean |
The PremiumClientEnabled parameter specifies whether a user can access Outlook Web App. This parameter doesn't apply to the light version of Outlook Web App. |
||||
PublicFoldersEnabled |
Optional |
System.Boolean |
The PublicFoldersEnabled parameter specifies whether a user can browse or read items in public folders using Outlook Web App. By default, the PublicFoldersEnabled parameter is set to
|
||||
RecoverDeletedItemsEnabled |
Optional |
System.Boolean |
The RecoverDeletedItemsEnabled parameter specifies
whether a user can use Outlook Web App to view, recover, or delete
permanently items that have been deleted from the Deleted Items
folder. By default, the RecoverDeletedItemsEnabled parameter
is set to |
||||
RedirectToOptimalOWAServer |
Optional |
System.Boolean |
The RedirectToOptimalOWAServer parameter, when set to
|
||||
RemindersAndNotificationsEnabled |
Optional |
System.Boolean |
The RemindersAndNotificationsEnabled parameter specifies whether notifications and reminders are enabled in Outlook Web App. This parameter doesn't apply to the light version of Outlook Web App. |
||||
RemoteDocumentsActionForUnknownServers |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.RemoteDocumentsActions |
The RemoteDocumentsActionForUnknownServers parameter isn't available in this release. |
||||
RemoteDocumentsAllowedServers |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The RemoteDocumentsAllowedServers parameter isn't available in this release. |
||||
RemoteDocumentsBlockedServers |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The RemoteDocumentsBlockedServers parameter isn't available in this release. |
||||
RemoteDocumentsInternalDomainSuffixList |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The RemoteDocumentsInternalDomainSuffixList parameter isn't available in this release. |
||||
RulesEnabled |
Optional |
System.Boolean |
The RulesEnabled parameter specifies whether a user can
view, create, or modify server-side rules using Outlook Web App. By
default, the RulesEnabled parameter is set to
|
||||
SearchFoldersEnabled |
Optional |
System.Boolean |
The SearchFoldersEnabled parameter specifies whether Search Folders are available in Outlook Web App. |
||||
SignaturesEnabled |
Optional |
System.Boolean |
The SignaturesEnabled parameter specifies whether a user can use the Signature feature in Outlook Web App. |
||||
SilverlightEnabled |
Optional |
System.Boolean |
The SilverlightEnabled parameter specifies whether a user can use Microsoft Silverlight features in Outlook Web App. |
||||
SMimeEnabled |
Optional |
System.Boolean |
The SMimeEnabled parameter specifies whether users can
download the S/MIME control for Outlook Web App and use it to read
and compose signed and encrypted messages. By default, the
SMimeEnabled parameter is set to |
||||
SpellCheckerEnabled |
Optional |
System.Boolean |
The SpellCheckerEnabled parameter specifies whether a user can check spelling in Outlook Web App. This parameter doesn't apply to the light version of Outlook Web App. |
||||
TasksEnabled |
Optional |
System.Boolean |
The TasksEnabled parameter specifies whether a user can use the Tasks feature in Outlook Web App. This parameter doesn't apply to the light version of Outlook Web App. |
||||
TextMessagingEnabled |
Optional |
System.Boolean |
The TextMessagingEnabled parameter specifies whether users can send and receive text messages. This parameter doesn't apply to the light version of Outlook Web App. |
||||
ThemeSelectionEnabled |
Optional |
System.Boolean |
The ThemeSelectionEnabled parameter specifies whether users can select a theme in Outlook Web App. |
||||
UMIntegrationEnabled |
Optional |
System.Boolean |
The UMIntegrationEnabled parameter specifies whether Unified Messaging is enabled on Outlook Web App. This setting applies only if Unified Messaging has been enabled for a user using the Enable-UMMailbox cmdlet. This parameter doesn't apply to the light version of Outlook Web App. |
||||
UNCAccessOnPrivateComputersEnabled |
Optional |
System.Boolean |
The UNCAccessOnPrivateComputersEnabled parameter isn't available in this release. |
||||
UNCAccessOnPublicComputersEnabled |
Optional |
System.Boolean |
The UNCAccessOnPublicComputersEnabled parameter isn't available in this release. |
||||
UseGB18030 |
Optional |
System.Boolean |
The UseGB18030 parameter specifies when to use the
character set GB18030. This parameter is a character-handling
registry key that works in coordination with the
OutboundCharset registry key. When the UseGB18030
parameter is set to |
||||
UseISO885915 |
Optional |
System.Boolean |
The UseISO885915 parameter specifies when to use the
character set ISO8859-15. This parameter is a character-handling
registry key that works in coordination with the
OutboundCharset registry key. When the UseISO885915
parameter is set to |
||||
UserContextTimeout |
Optional |
System.Int32 |
The UserContextTimeout parameter specifies the time-out setting, in minutes, for a user context object. This parameter doesn't limit public and private forms-based authentication time-out settings. |
||||
VirtualDirectoryType |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.VirtualDirectoryTypes |
The VirtualDirectoryType parameter description isn't available in this release. |
||||
WebReadyDocumentViewingForAllSupportedTypes |
Optional |
System.Boolean |
The WebReadyDocumentViewingForAllSupportedTypes parameter
enables WebReady Document Viewing for all supported file and MIME
types. If this parameter is set to |
||||
WebReadyDocumentViewingOnPrivateComputersEnabled |
Optional |
System.Boolean |
The WebReadyDocumentViewingOnPrivateComputersEnabled parameter specifies whether WebReady Document Viewing is enabled when the user selects the This is a private computer option on the Outlook Web App logon page. |
||||
WebReadyDocumentViewingOnPublicComputersEnabled |
Optional |
System.Boolean |
The WebReadyDocumentViewingOnPublicComputersEnabled parameter specifies whether WebReady Document Viewing is enabled when the user selects the This is a public or shared computer option on the Outlook Web App logon page. |
||||
WebReadyDocumentViewingSupportedFileTypes |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The read-only WebReadyDocumentViewingSupportedFileTypes parameter lists the file types supported by the conversion engine. |
||||
WebReadyDocumentViewingSupportedMimeTypes |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The read-only WebReadyDocumentViewingSupportedMimeTypes parameter lists the MIME types supported by the conversion engine. |
||||
WebReadyFileTypes |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The WebReadyFileTypes parameter creates a list of file types on which WebReady Document Viewing is performed. |
||||
WebReadyMimeTypes |
Optional |
Microsoft.Exchange.Data.MultiValuedProperty |
The WebReadyMimeTypes parameter creates a list of MIME types on which WebReady Document Viewing is performed. |
||||
WhatIf |
Optional |
System.Management.Automation.SwitchParameter |
The WhatIf switch instructs the command to simulate the actions that it would take on the object. By using the WhatIf switch, you can view what changes would occur without having to apply any of those changes. You don't have to specify a value with the WhatIf switch. |
||||
WindowsAuthentication |
Optional |
System.Boolean |
The WindowsAuthentication parameter specifies whether Integrated Windows authentication is permitted on the Outlook Web App virtual directory. |
||||
WSSAccessOnPrivateComputersEnabled |
Optional |
System.Boolean |
The WSSAccessOnPrivateComputersEnabled parameter isn't available in this release. |
||||
WSSAccessOnPublicComputersEnabled |
Optional |
System.Boolean |
The WSSAccessOnPublicComputersEnabled parameter isn't available in this release. |
Input Types
To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.
Return Types
To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.
Examples
EXAMPLE 1
This example sets the
DirectFileAccessOnPublicComputersEnabled parameter to
$false
on the Outlook Web App virtual directory
owa
on the default Internet Information Services (IIS)
Web site on the Exchange server Contoso.
Copy Code | |
---|---|
Set-OwaVirtualDirectory -Identity "Contoso\owa (default Web site)" -DirectFileAccessOnPublicComputersEnabled $false |
EXAMPLE 2
This example sets the
ActionForUnknownFileAndMIMETypes parameter to
Block
on the default Outlook Web App virtual directory
owa
on the server Contoso.
Copy Code | |
---|---|
Set-OwaVirtualDirectory -Identity "Contoso\owa (default Web site)" -ActionForUnknownFileAndMIMETypes Block |