New-CMExchangeClientAccessServer

New-CMExchangeClientAccessServer

Creates a Client Access server role for an Exchange Server.

構文

Parameter Set: NewExchangeClientAccessServer
New-CMExchangeClientAccessServer -ActiveDirectorySiteName <String> -ExchangeClientAccessServerName <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The New-CMExchangeClientAccessServer cmdlet creates a Client Access server role for a Microsoft Exchange Server. The Client Access server role accepts connections to Exchange Server from different types of clients. Software clients such as Microsoft Outlook use POP3 or IMAP4 connections to communicate with Exchange Server. Hardware clients, such as mobile devices, use ActiveSync, POP3, or IMAP4 to communicate with Exchange Server.

パラメーター

-ActiveDirectorySiteName<String>

Specifies the name of the ActiveDirectory site on which you are installing the Client Access server role.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-ExchangeClientAccessServerName<String>

Specifies the name of the Exchange Client Access server that you create.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Create an Exchange Client Access server

This command creates a new Exchange Client Access server named ContosoWestCAS11 and associates it with the ActiveDirectory site named ContosoWestAD01, then places the resulting Exchange Client Access server object in the variable $ecs.

PS C:\> $ecs= New-CMExchangeClientAccessServer -ExchangeClientAccessServerName "ContosoWestCAS11" -ActiveDirectorySiteName "ContosoWestAD01"