Set-DAClientExperienceConfiguration

Set-DAClientExperienceConfiguration

Modifies the configuration of the specified DirectAccess client user experience.

構文

Parameter Set: ByName
Set-DAClientExperienceConfiguration [[-CorporateResources] <String[]> ] [[-IPsecTunnelEndpoints] <String[]> ] [[-PreferLocalNamesAllowed] <Boolean> ] [[-UserInterface] <Boolean> ] [[-SupportEmail] <String> ] [[-FriendlyName] <String> ] [[-ManualEntryPointSelectionAllowed] <Boolean> ] [[-GslbFqdn] <String> ] [[-ForceTunneling] <ForceTunneling> ] [[-CustomCommands] <String[]> ] [[-PassiveMode] <Boolean> ] [-AsJob] [-CimSession <CimSession[]> ] [-GPOSession <String> ] [-PassThru] [-PolicyStore <String> ] [-ThrottleLimit <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: InputObject (cdxml)
Set-DAClientExperienceConfiguration [[-CorporateResources] <String[]> ] [[-IPsecTunnelEndpoints] <String[]> ] [[-PreferLocalNamesAllowed] <Boolean> ] [[-UserInterface] <Boolean> ] [[-SupportEmail] <String> ] [[-FriendlyName] <String> ] [[-ManualEntryPointSelectionAllowed] <Boolean> ] [[-GslbFqdn] <String> ] [[-ForceTunneling] <ForceTunneling> ] [[-CustomCommands] <String[]> ] [[-PassiveMode] <Boolean> ] -InputObject <CimInstance[]> [-AsJob] [-CimSession <CimSession[]> ] [-PassThru] [-ThrottleLimit <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

Set-DAClientExperienceConfiguration modifies the specified configuration properties of the DirectAccess client user experience. The DirectAccess client configuration controls the user interface behavior, as well as what configuration options are available to the user.

This cmdlet can be used to change configuration properties stored in Group Policy Objects.

パラメーター

-AsJob

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-CimSession<CimSession[]>

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

エイリアス

Session

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-CorporateResources<String[]>

Configures the connectivity tests that DirectAccess client computers use to determine connectivity. Enter the values for this parameter in the form of a string array, with each entry surrounded by double quotes (“ “) and separated by commas. Use the following formats for each test type:

HTTP test: "HTTP:http://computername"

File test: "FILE:\\fileserver\"

Ping test: "PING:testURL

エイリアス

なし

必須?

false

位置は?

2

既定値

なし

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

false

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

false

-CustomCommands<String[]>

Configures any custom commands required by the administrator. The custom commands are incorporated into the logs that are generated when there are problems. Commands run in an elevated Windows PowerShell console sequentially.

Each item in the string array must be an individual command.

エイリアス

なし

必須?

false

位置は?

11

既定値

なし

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

false

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

false

-ForceTunneling<ForceTunneling>

Configures the force tunneling setting on a DirectAccess client computer. Valid values for ForceTunneling are “Enabled” or “Disabled”. By default, force tunneling is disabled.

エイリアス

なし

必須?

false

位置は?

10

既定値

なし

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

false

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

false

-FriendlyName<String>

Specifies the name of the DirectAccess deployment to be shown in the client computer user interface. It is recommended that the name be 15 characters or less.

エイリアス

なし

必須?

false

位置は?

7

既定値

なし

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

false

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

false

-GPOSession<String>

Specifies the Group Policy session to send configuration information. You can use GPOSession with the NetGPO cmdlets to aggregate multiple operations performed on a Group Policy Object.

GPOSession cannot be used in conjunction with PolicyStore.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-GslbFqdn<String>

Specifies the fully-qualified domain name (FQDN) used for DirectAccess multisite client computers. The client computer resolves the FQDN to an IP address, and compares the IP address to the list of entry points. Client computers use the matching entry point for connectivity.

Specify the value for GslbFqdn in double quotes (“ “).

エイリアス

なし

必須?

false

位置は?

9

既定値

なし

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

false

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

false

-IPsecTunnelEndpoints<String[]>

Configures the IPsec tunnel endpoints to use for DirectAccess. Client computers use this information to verify the availability of the DirectAccess servers and present that information to the user.

Specify the values for IPsecTunnelEndpoints in double quotes (“ “), separated by commas, in the following format:

"Ping: ipaddress"

エイリアス

なし

必須?

false

位置は?

3

既定値

なし

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

false

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

false

-InputObject<CimInstance[]>

Specifies the name of the object which contains the client experience configuration information to modify.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByValue)

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

false

-ManualEntryPointSelectionAllowed<Boolean>

Specifies if the user of a client computer can change the site used for DirectAccess connectivity. If ManualEntryPointSelectionAllowed is set to True, then users can change the entry point configuration in the user interface. If ManualEntryPointSelectionAllowed is set to False, then users cannot change the entry point configuration in the user interface. By default, ManualEntryPointSelectionAllowed is set to True.

エイリアス

なし

必須?

false

位置は?

8

既定値

なし

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

false

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

false

-PassThru

Sends items from an interactive window down the pipeline as input to other cmdlets. By default, this cmdlet does not generate any output. However, to send items from the interactive window down the pipeline, click to select the items and then click OK. Shift-click and Ctrl-click are supported.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-PassiveMode<Boolean>

Controls the passive mode setting on DirectAccess client computers. In order to report DirectAccess status to the user, DirectAccess performs a set of tests frequently. When PassiveMode is set to True, those tests happen much less frequently. However, enabling passive mode makes the client experience less responsive.

Valid values for PassiveMode are “True” or “False”. By default, PassiveMode is set to False, which is the recommended setting.

エイリアス

なし

必須?

false

位置は?

12

既定値

なし

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

false

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

false

-PolicyStore<String>

Specifies the policy store into which the cmdlet stores the configuration information.

To store the configuration information in a Group Policy Object, specify the GPO name using the following format: "Domain\GPOName"

To store the configuration information in a computer’s local GPO, specify the computer’s local GPO name in the following format: "GPO:<computername>"

PolicyStore cannot be used in conjunction with GPOSession.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-PreferLocalNamesAllowed<Boolean>

Controls if users can disconnect DirectAccess. Disconnecting DirectAccess temporarily deactivates the name resolution policy table.

Valid values for PreferLocalNamesAllowed are “True” or “False”. If set to True, users can disconnect DirectAccess. The default value is False.

エイリアス

なし

必須?

false

位置は?

4

既定値

なし

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

false

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

false

-SupportEmail<String>

Configures the email address displayed in the user interface for users to send logs and requests for assistance. SupportEmail must be configured for logging to work.

Specify SupportEmail in the format of a valid email address.

エイリアス

なし

必須?

false

位置は?

6

既定値

なし

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

false

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

false

-ThrottleLimit<Int32>

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-UserInterface<Boolean>

Enables or disables the user interface for DirectAccess on the client computers that receive the policy.

Valid values for UserInterface are “True” or “False”. Setting UserInterface to False, removes the user interface. By default, UserInterface is set to True.

エイリアス

なし

必須?

false

位置は?

5

既定値

なし

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

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

入力

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

  • Microsoft.Management.Infrastructure.CimInstance#root/StandardCimv2/MSFT_DAClientExperienceConfiguration

    This cmdlet accepts as input a CIM object that contains a DA client experience configuration.

出力

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

  • This cmdlet produces no output.

Example: Disable the DirectAccess user interface

This cmdlet disables the DirectAccess user interface.

PS C:\> Set-DAClientExperienceConfiguration –PolicyStore “Contoso\GPO1” –UserInterface “False”

関連トピック

Get-DAClientExperienceConfiguration

Reset-DAClientExperienceConfiguration