Set-DAMultiSite

Set-DAMultiSite

Configures global settings for all entry points in a multi-site deployment.

構文

Parameter Set: Set3
Set-DAMultiSite [-AsJob] [-CimSession <CimSession[]> ] [-ComputerName <String> ] [-GslbFqdn <String> ] [-ManualEntryPointSelectionAllowed <String> ] [-Name <String> ] [-PassThru] [-ThrottleLimit <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Set-DAMultiSite cmdlet configures global multi-site settings that are applied to all entry points, including:
-- The name of an entry point server included in the multi-site deployment.
-- The global load balancing fully qualified domain name (FQDN), if required.
-- Support for remote clients to manually select the entry point to which the clients connect.
-- The name of the multi-site deployment.

パラメーター

-AsJob

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-CimSession<CimSession[]>

リモート セッションまたはリモート コンピューターでコマンドレットを実行します。New-CimSession コマンドレットや Get-CimSession コマンドレットの出力など、コンピューター名またはセッション オブジェクトを入力します。既定値は、ローカル コンピューターで実行中の現在のセッションです。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-ComputerName<String>

Specifies the IPv4 orIPv6 address, or host name, of one of the entry point servers included in the multi-site deployment for which parameters should be set.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-GslbFqdn<String>

Specifies the FQDN of a third-party global load balancer, if deployed. A global load balancer is used to direct clients to the closest entry point.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

true (ByPropertyName)

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

false

-ManualEntryPointSelectionAllowed<String>

Sets the enabled state that allows clients running or Windows Server® 2012 to manually select the entry point to which each client connects.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

true (ByPropertyName)

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

false

-Name<String>

Specifies the name used to identify the multi-site deployment.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

true (ByPropertyName)

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

false

-PassThru

作業中の項目を表すオブジェクトを返します。既定では、このコマンドレットによる出力はありません。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-ThrottleLimit<Int32>

このコマンドレットを実行するために確立できる最大同時操作数を指定します。このパラメーターを省略するか、値として 0 を入力した場合、Windows PowerShell® では、コンピューターで実行している CIM コマンドレットの数に基づいて、コマンドレットに対する最適なスロットル制限を計算します。スロットル制限は現在のコマンドレットのみに適用され、セッションまたはコンピューターには適用されません。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

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)。

入力

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

  • None

出力

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

  • Microsoft.Management.Infrastructure.CimInstance#DAMultiSite

    Microsoft.Management.Infrastructure.CimInstance オブジェクトは、Windows Management Instrumentation (WMI) オブジェクトを表示するラッパー クラスです。シャープ記号 (#) の後のパスは、基になる WMI オブジェクトの名前空間とクラス名です。
    The DAMultiSite object contains the following properties:
    -- Multi-site deployment name.
    -- Multi-site deployment entry points with a list of servers associated with each entry point.
    -- Global load balancing FQDN, if required.
    -- Support for remote clients to manually select the entry point to which the clients connect.

EXAMPLE 1

This example enables users to manually select entry points when using the Windows Server 2012 Network connectivity assistant.

PS C:\> Set-DAMultiSite -ManualEntryPointSelection enabled –PassTrue

EXAMPLE 2

This example sets the FQDN of a third-party load balancer named directaccessglobalsite.contoso.com.

PS C:\> Set-DAMultiSite -GslbFqdn "directaccessGlobalSite.contoso.com" -PassTrue

EXAMPLE 3

This example erases the previously defined FQDN of a third-party load balancer.

PS C:\> Set-DAMultiSite -ManualSiteSelection enabled -GslbFqdn "" -PassThru

関連トピック

Disable-DAMultiSite

Enable-DAMultiSite

Get-DAMultiSite