New-CMExchangeServerConnectorGeneralSetting

New-CMExchangeServerConnectorGeneralSetting

Adds new settings to a Exchange Server connector in Configuration Manager.

Syntax

Parameter Set: New
New-CMExchangeServerConnectorGeneralSetting -AllowDesktopSync <Boolean> -AllowInternetShare <Boolean> -AllowNonProvision <Boolean> [-RefreshInterval <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The New-CMExchangeServerConnectorGeneralSetting cmdlet adds new settings to a Microsoft Exchange Server connector connector in Microsoft System Center 2012 SP1 Configuration Manager. An Exchange Server connector in System Center 2012 Configuration Manager manages mobile devices that connect to an on-premise or online Exchange Server by using the Exchange ActiveSync protocol.

Parameters

-AllowDesktopSync<Boolean>

Indicates whether the mobile device can synchronize data with desktop machines.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-AllowInternetShare<Boolean>

Indicates whether mobile devices can share internet connections with desktop machines.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-AllowNonProvision<Boolean>

Indicates whether the connector allows access by mobile devices that Configuration Manager does not provision.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-RefreshInterval<Int32>

Specifies the time, in days, between synchronization runs.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Add general-purpose settings to an Exchange Server connector

This command sets general-purpose options for an Exchange Server connector. The command allows mobile devices to share internet connections and to synchronize with desktop machines. The command allows mobile devices that Configuration Manager does not provision to use the connector, and sets the synchronization to run every four days.

PS C:\> New-CMExchangeServerConnectorGeneralSetting -AllowInternetShare $True -AllowDesktopSync $True -AllowNonProvision $True -RefreshInterval 4

New-CMExchangeServerConnectorAccessRule

New-CMExchangeServerConnectorApplicationSetting

New-CMExchangeServerConnectorEmailManagementSetting

New-CMExchangeServerConnectorPasswordSetting

New-CMExchangeServerConnectorSecuritySetting