PowerShell Logo Small

Get-DAEntryPointTableItem



This is the built-in help made by Microsoft for the command 'Get-DAEntryPointTableItem', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

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

SYNTAX


Get-DAEntryPointTableItem [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-EntryPointName <String[]>] [-PolicyStore <String>]
[-State <State[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Get-DAEntryPointTableItem [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-EntryPointName <String[]>] [-GPOSession <String>]
[-State <State[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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.



<

RELATED LINKS

New-DAEntryPointTableItem
Set-DAEntryPointTableItem
Reset-DAEntryPointTableItem
Rename-DAEntryPointTableItem
Remove-DAEntryPointTableItem

REMARKS

<

Examples


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

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



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.