PowerShell Logo Small

Reset-DAEntryPointTableItem



This is the built-in help made by Microsoft for the command 'Reset-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

Resets the specified DirectAccess entry point configuration to the default configuration.

SYNTAX


Reset-DAEntryPointTableItem [-AsJob] [-CimSession <CimSession[]>] [-EntryPointName <String[]>] [-GslbIP] [-IPHttpsProfile] [-PassThru] [-TeredoServerIP] [-ThrottleLimit
<Int32>] -PolicyStore <String> [-Confirm] [-WhatIf] [<CommonParameters>]
Reset-DAEntryPointTableItem [-AsJob] [-CimSession <CimSession[]>] [-EntryPointName <String[]>] [-GslbIP] [-IPHttpsProfile] [-PassThru] [-TeredoServerIP] [-ThrottleLimit
<Int32>] -GPOSession <String> [-Confirm] [-WhatIf] [<CommonParameters>]
Reset-DAEntryPointTableItem [-AsJob] [-CimSession <CimSession[]>] [-GslbIP] [-IPHttpsProfile] [-PassThru] [-TeredoServerIP] [-ThrottleLimit <Int32>] -InputObject
<CimInstance[]> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Reset-DAEntryPointTableItem resets the configuration of the entry point specified by EntryPointName to the default configuration. You can use the optional parameters to
reset specific configuration settings to the default configuration.



<

RELATED LINKS

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

REMARKS

<

Examples


Example: Reset an entry point property

PS C:\> Reset-DAEntryPointTableItem –GslbIP -EntryPointName "Paris" -PolicyStore "Contoso\GPO1"



This cmdlet resets the GslbIP property to not-configured for the Paris entry point.