New-CMExchangeServerConnectorSecuritySetting

New-CMExchangeServerConnectorSecuritySetting

Configures security options for a Microsoft Exchange Server connector in Configuration Manager.

Syntax

Parameter Set: New
New-CMExchangeServerConnectorSecuritySetting -Bluetooth <Boolean> -Camera <Boolean> -FileEncrypt <Boolean> -Infra <Boolean> -RemoteDesktop <Boolean> -StorageCard <Boolean> -StorageCardEncrypt <Boolean> -TextMessage <Boolean> -WiFiConnection <WiFiConnectionType> {Allow | Disable | HandsfreeOnly} [-Browser <Boolean> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The New-CMExchangeServerConnectorSecuritySetting cmdlet configures security options for a Microsoft Exchange Server 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

-Bluetooth<Boolean>

Indicates whether users can run Bluetooth on the mobile device.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Browser<Boolean>

Indicates whether users can use the browser on the mobile device.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Camera<Boolean>

Indicates whether users can use the camera on the mobile device.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-FileEncrypt<Boolean>

Indicates whether users can encrypt files on the mobile device.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Infra<Boolean>

Indicates whether users can use Infrared (IrDA) communications on the device.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-RemoteDesktop<Boolean>

Indicates whether a device can initiate a Remote Desktop connection. This policy setting requires an Exchange Enterprise Client Access License.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-StorageCard<Boolean>

Indicates whether the mobile device can access information on a storage card.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-StorageCardEncrypt<Boolean>

Indicates whether the mobile device encrypts new files on the storage card by using a key that is tied to the device.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-TextMessage<Boolean>

Indicates whether the user can send and receive SMS and MMS text messages with the mobile device.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-WiFiConnection<WiFiConnectionType>

Specifies whether the user can use Wireless (Wi-Fi) local area networks (LANs) with the device. The acceptable values for this parameter are:

-- Allow
-- Disable
-- HandsfreeOnly

Aliases

none

Required?

true

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: Configure security settings for a mobile device

This command sets the following security options for a mobile device:

-- Enables the camera.
-- Disables Bluetooth, infrared communications, file encryption on storage cards, and text messaging.
-- Allows the mobile device to connect to the Internet only when the device is in hands-free mode.

PS C:\> New-CMExchangeServerConnectorSecuritySetting -RemoteDesktop $True -StorageCard $True -Camera $True -Bluetooth $False -WiFiConnection HandsfreeOnly -Infra $False -Browser $False -StorageCardEncrypt $False -FileEncrypt $False -TextMessage $False

New-CMExchangeServerConnectorAccessRule

New-CMExchangeServerConnectorApplicationSetting

New-CMExchangeServerConnectorEmailManagementSetting

New-CMExchangeServerConnectorGeneralSetting

New-CMExchangeServerConnectorPasswordSetting