IT tutorials
 
Technology
 

Managing Exchange Server 2010 Features for Mobile Devices (part 3) - Understanding and Using Exchange ActiveSync Mailbox Policy - Optimizing Exchange ActiveSync Mailbox Policies

8/12/2013 6:47:48 PM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

3.3 Optimizing Exchange ActiveSync Mailbox Policies

When you create an Exchange ActiveSync Mailbox policy, some additional settings are configured automatically. By default, access to both Windows file shares and Microsoft Windows SharePoint Services is allowed. If you specified that passwords are required, by default, the number of failed attempts allowed is eight. If the policy allows devices to download attachments, there is no default limit on the attachment size. You can modify these and other policy settings by completing the following steps:

  1. In the Exchange Management Console, right-click the policy, and select Properties.

  2. On the General tab, shown on the left in Figure 2, use the options to configure whether nonprovisionable devices are allowed and optionally, set a refresh interval.

    Configure general and password options.

    Figure 2. Configure general and password options.

  3. On the Password tab, also shown in Figure 2, you must select the Require Password check box to set controls for device passwords. The options available are the same as when you are creating a policy, with one addition: Number Of Failed Attempts Allowed. To limit the number of failed password attempts that can be made before a user's account is locked, select this check box and then set the allowed limit.

  4. On the Sync Settings tab, shown on the left in Figure 3, you can configure general device sync options. For past calendar and e-mail items, you can specify whether all items should be synced or only items from a specific period of time, such as the last two weeks. If you want to limit message size, select the Limit E-Mail Size To check box and then enter the size limit in kilobytes (KB), such as 512. If you allow attachments and you want to limit the size of attachments that users can download, select the Maximum Attachment Size (KB) check box and then enter the size limit in kilobytes (KB), such as 900.

  5. On the Device tab, shown on the right in Figure 3, you can configure device-specific settings. To allow the use of a device-specific setting, select the related Allow check box. To prevent the uses of a device-specific setting, clear the related Allow check box. You can:

    • Allow or disallow the device to access removable storage, such as memory cards.

    • Allow or disallow the device's built-in camera.

    • Allow or disallow the device to connect to a wireless network.

    • Allow or disallow the device to connect to other devices using infrared.

    • Allow or disallow another device to share the device's Internet connection.

    • Allow or disallow remote desktop connections.

    • Allow or disallow the device to connect to and synchronize with a desktop computer.

      Configure sync and device settings.

      Figure 3. Configure sync and device settings.

  6. Using the Allow Bluetooth list, you can specify whether and how the device can use Bluetooth. To allow the device to use Bluetooth, select Allow. To allow the device to use Bluetooth only in hands-free mode, select Handsfree Only. To prevent the device from using Bluetooth, select Disable.

  7. On the Device Applications tab, shown on the left in Figure 4, you can configure allowed or blocked applications. To enable features of the mobile device, you can:

    • Select Allow Browser to allow the device to use Pocket Internet Explorer.

    • Select Allow Consumer Mail to allow the device to access e-mail accounts other than Microsoft Exchange.

    • Select Allow Unsigned Applications to allow the device to execute unsigned applications.

    • Select Allow Unsigned Installation Packages to allow the device to install unsigned applications.

  8. On the Other tab, shown on the left in Figure 4, identify allowed or blocked applications using the options provided.

  9. Click OK to apply your settings.

Configure device applications.

Figure 4. Configure device applications.

In the Exchange Management Shell, you can modify Exchange ActiveSync Mailbox policies using the Set-ActiveSyncMailboxPolicy cmdlet. Example 6 provides the syntax and usage.

Example 6. Set-ActiveSyncMailboxPolicy cmdlet syntax and usage

Syntax

Set-ActiveSyncMailboxPolicy -Identity Name
[-AllowBluetooth <Disable | HandsfreeOnly | Allow>]
[-AllowBrowser <$true | $false>]
[-AllowCamera <$true | $false>]
[-AllowConsumerEmail <$true | $false>]
[-AllowDesktopSync <$true | $false>]
[-AllowExternalDeviceManagement <$true | $false>]
[-AllowHTMLEmail <$true | $false>]
[-AllowInternetSharing <$true | $false>]
[-AllowIrDA <$true | $false>]
[-AllowMobileOTAUpdate <$true | $false>]
[-AllowNonProvisionableDevices <$true | $false>]
[-AllowPOPIMAPEmail <$true | $false>]
[-AllowRemoteDesktop <$true | $false>]
[-AllowSimpleDevicePassword <$true | $false>]
[-AllowSMIMEEncryptionAlgorithmNegotiation <BlockNegotiation |
OnlyStrongAlgorithmNegotiation | AllowAnyAlgorithmNegotiation>]
[-AllowSMIMESoftCerts <$true | $false>]
[-AllowStorageCard <$true | $false>]
[-AllowTextMessaging <$true | $false>]
[-AllowUnsignedApplications <$true | $false>]
[-AllowUnsignedInstallationPackages <$true | $false>]
[-AllowWiFi <$true | $false>]
[-AlphanumericDevicePasswordRequired < $true | $false>]
[-ApprovedApplicationList AppList]
[-AttachmentsEnabled <$true | $false>]
[-DeviceEncryptionEnabled <$true | $false>]
[-DevicePasswordEnabled <$true | $false>]
[-DevicePasswordExpiration <dd.hh.mm:ss | Unlimited>]
[-DevicePasswordHistory NumPasswords]
[-DomainController DCName]
[-IsDefaultPolicy <$true | $false>]
[-MaxAttachmentSize <SizeKB | Unlimited>]
[-MaxCalendarAgeFilter <All | TwoWeeks | OneMonth | ThreeMonths
| SixMonths>]
[-MaxDevicePasswordFailedAttempts <Unlimited>]
[-MaxEmailAgeFilter <All | OneDay | ThreeDays | OneWeek | TwoWeeks
| OneMonth>]
[-MaxEmailBodyTruncationSize <Unlimited>]
[-MaxEmailHTMLBodyTruncationSize <MaxSizeKB | Unlimited>]
[-MaxInactivityTimeDeviceLock <hh.mm:ss | Unlimited>]
[-MinDevicePasswordComplexCharacters MinNumberOfComplexCharacters]
[-MinDevicePasswordLength MinPasswordLength]
[-MobileOTAUpdateMode <MajorVersionUpdates | MinorVersionUpdates |
BetaVersionUpdates>] [-Organization OrganizationId]
[-Name Name]
[-PasswordRecoveryEnabled <$true | $false>]
[-RequireDeviceEncryption <$true | $false>]
[-RequireEncryptedSMIMEMessages <$true | $false>]
[-RequireEncryptionSMIMEAlgorithm <TripleDES | DES | RC2128bit
| RC264bit | RC240bit>]
[-RequireManualSyncWhenRoaming <$true | $false>]
[-RequireSignedSMIMEAlgorithm <SHA1 | MD5>]
[-RequireSignedSMIMEMessages <$true | $false>]
[-RequireStorageCardEncryption <$true | $false>]
[-TemplateInstance Instance]
[-UnapprovedInROMApplicationList AppList]
[-UNCAccessEnabled <$true | $false>]
[-WSSAccessEnabled <$true | $false>]


Usage

Set-ActiveSyncMailboxPolicy -Identity "Primary ActiveSync Mailbox Policy"
 -AllowNonProvisionableDevices $false
 -DevicePasswordEnabled $true
 -AlphanumericDevicePasswordRequired $true
 -MaxInactivityTimeDeviceLock "00:08:00"
 -MinDevicePasswordLength "6"
 -MaxDevicePasswordFailedAttempts "5"
 
Others
 
- Managing Exchange Server 2010 Features for Mobile Devices (part 2) - Understanding and Using Exchange ActiveSync Mailbox Policy - Creating Exchange ActiveSync Mailbox Policies
- Managing Exchange Server 2010 Features for Mobile Devices (part 1) - Understanding and Using Autodiscover, Understanding and Using Direct Push
- Monitoring Microsoft Lync Server 2010 : Installing the Lync Server 2010 Management Pack (part 2)
- Monitoring Microsoft Lync Server 2010 : Installing the Lync Server 2010 Management Pack (part 1)
- Monitoring Microsoft Lync Server 2010 : Installing Edge Component Monitoring Certificates (part 2)
- Monitoring Microsoft Lync Server 2010 : Installing Edge Component Monitoring Certificates (part 1)
- Windows 8 Tile-Based Apps : Maps
- Windows 8 Tile-Based Apps : Reader
- Windows 8 Tile-Based Apps : Video
- Sharepoint 2013 : Add a Column to a List or Document Library
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us