PowerShell Logo Small

Reset-DAEntryPointTableItem



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

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

SYNTAX


Reset-DAEntryPointTableItem [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-EntryPointName <String[]>] [-GslbIP
[<SwitchParameter>]] [-IpHTTPsProfile [<SwitchParameter>]] [-PassThru [<SwitchParameter>]] [-State <State[]>] [-TeredoServerIP
[<SwitchParameter>]] [-ThrottleLimit <Int32>] -PolicyStore <String> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]]
[<CommonParameters>]
Reset-DAEntryPointTableItem [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-GslbIP [<SwitchParameter>]] [-IpHTTPsProfile
[<SwitchParameter>]] [-PassThru [<SwitchParameter>]] [-TeredoServerIP [<SwitchParameter>]] [-ThrottleLimit <Int32>] -InputObject
<CimInstance[]> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Reset-DAEntryPointTableItem [-AsJob [<SwitchParameter>]] [-CimSession <CimSession[]>] [-EntryPointName <String[]>] [-GslbIP
[<SwitchParameter>]] [-IpHTTPsProfile [<SwitchParameter>]] [-PassThru [<SwitchParameter>]] [-State <State[]>] [-TeredoServerIP
[<SwitchParameter>]] [-ThrottleLimit <Int32>] -GPOSession <String> [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]]
[<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

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.