Get-DAEntryPointTableItem

Get-DAEntryPointTableItem

Retrieves the list of entry points that have been configured for DirectAccess.

構文

Parameter Set: ByPolicyStore
Get-DAEntryPointTableItem [-AsJob] [-CimSession <CimSession[]> ] [-EntryPointName <String[]> ] [-PolicyStore <String> ] [-State <State[]> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

Parameter Set: ByGpoSession
Get-DAEntryPointTableItem [-AsJob] [-CimSession <CimSession[]> ] [-EntryPointName <String[]> ] [-GPOSession <String> ] [-State <State[]> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

詳細説明

Get-DAEntryPointTableItem retrieves the list of entry points that have been configured for DirectAccess. Entry points contain information about the IP addresses to use for connectivity, the IP-HTTPs profile, and other elements that enable connectivity for multisite DirectAccess.

You can use Get-DAEntryPointTableItem to retrieve the list from Group Policy Objects or the local computer’s active store.

パラメーター

-AsJob

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-CimSession<CimSession[]>

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

エイリアス

Session

必須?

false

位置は?

named

既定値

なし

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

false

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

false

-EntryPointName<String[]>

Specifies the name of the entry point. The entry point name is usually the friendly name of the location, such as "Redmond" or "Paris".

Specify the name of the entry point by using double quotes ( “ ”).

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

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

既定値

なし

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

True (ByPropertyName)

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

false

-PolicyStore<String>

Specifies the policy store into which the cmdlet adds the entry point.

To add the entry point to a Group Policy Object, specify the GPO name using the following format: "Domain\GPOName"

To add the entry point information to 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.

The default value for PolicyStore is ActiveStore.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-State<State[]>

This parameter is deprecated.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

-ThrottleLimit<Int32>

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

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

false

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

false

<CommonParameters>

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

入力

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

  • This cmdlet has no input objects.

出力

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

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

    This cmdlet returns a CIM object that contains the DA entry point table item.

Example: Retrieve a list of entry points that are not active

This cmdlet retrieves a list of entry points from the active store and filters the list to only display the entry points that are not active.

PS C:\> Get-DAEntryPointTableItem -PolicyStore –ActiveStore –EntryPointName “Redmond” –State “NotSelected” 

関連トピック

New-DAEntryPointTableItem

Set-DAEntryPointTableItem

Reset-DAEntryPointTableItem

Rename-DAEntryPointTableItem

Remove-DAEntryPointTableItem