New-CMExchangeServerConnectorApplicationSetting

New-CMExchangeServerConnectorApplicationSetting

Creates application-related settings for a mobile device that uses a Exchange Server connector.

Syntax

Parameter Set: New
New-CMExchangeServerConnectorApplicationSetting -UnsignedApplication <Boolean> -UnsignedInstall <Boolean> [-BlockedApplication <String[]> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The New-CMExchangeServerConnectorApplicationSetting cmdlet creates application-related settings for a mobile device that uses a Microsoft Exchange Server connector.

Parameters

-BlockedApplication<String[]>

Specifies an array of names of applications that the mobile device blocks from running.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-UnsignedApplication<Boolean>

Indicates whether applications can run at the normal level on a mobile device.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-UnsignedInstall<Boolean>

Indicates whether you can install unsigned applications on a mobile device.

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: Set application options for an Exchange Server connector

This command sets these application options for an Exchange Server connector:

-- Allows the mobile device to install unsigned applications.
-- Blocks unsigned applications from running on the mobile device.
-- Blocks the two applications named a1 and a2 from running.

PS C:\> New-CMExchangeServerConnectorApplicationSetting -UnsignedApplication $False -UnsignedInstall $True -BlockedApplication "a1","a2"

New-CMExchangeServerConnectorAccessRule

New-CMExchangeServerConnectorEmailManagementSetting

New-CMExchangeServerConnectorGeneralSetting

New-CMExchangeServerConnectorPasswordSetting

New-CMExchangeServerConnectorSecuritySetting