PowerShell Logo Small

New-DAEntryPointTableItem



This is the built-in help made by Microsoft for the command 'New-DAEntryPointTableItem', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Configures a new entry point for multisite DirectAccess.

SYNTAX


New-DAEntryPointTableItem [-PolicyStore] <String> [-AsJob] [-CimSession <CimSession[]>] [-GslbIP <String>] [-IPHttpsProfile <String>] [-TeredoServerIP <String>]
[-ThrottleLimit <Int32>] -ADSite <String> -EntryPointIPAddress <String> -EntryPointName <String> -EntryPointRange <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]
New-DAEntryPointTableItem [-GPOSession] <String> [-AsJob] [-CimSession <CimSession[]>] [-GslbIP <String>] [-IPHttpsProfile <String>] [-TeredoServerIP <String>]
[-ThrottleLimit <Int32>] -ADSite <String> -EntryPointIPAddress <String> -EntryPointName <String> -EntryPointRange <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


New-DAEntryPointTableItem configures a new entry point for multisite DirectAccess. The administrator distributes the new entry point to DirectAccess client computers by
using Group Policy, and DirectAccess client computers use the new entry point when appropriate.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287313
Get-DAEntryPointTableItem
Set-DAEntryPointTableItem
Reset-DAEntryPointTableItem
Rename-DAEntryPointTableItem
Remove-DAEntryPointTableItem

REMARKS

<

Examples


Example: Create a new entry point

PS C:\> New-DAEntryPointTableItem -PolicyStore GPO:Localhost -ADSite "Paris" -EntryPointRange 2001::/16 –TeredoServerIP 131.107.1.1 –EntryPointIPAddress 200::1 –GslbIP
131.107.0.1 -EntryPointName "Paris"



This cmdlet creates a simple entry point named Paris.