PowerShell Logo Small

Rename-DAEntryPointTableItem



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

Renames a DirectAccess entry point.

SYNTAX


Rename-DAEntryPointTableItem [-AsJob] [-CimSession <CimSession[]>] [-EntryPointName <String[]>] [-PassThru] [-ThrottleLimit <Int32>] -NewName <String> -PolicyStore <String>
[-Confirm] [-WhatIf] [<CommonParameters>]
Rename-DAEntryPointTableItem [-AsJob] [-CimSession <CimSession[]>] [-EntryPointName <String[]>] [-PassThru] [-ThrottleLimit <Int32>] -GPOSession <String> -NewName <String>
[-Confirm] [-WhatIf] [<CommonParameters>]
Rename-DAEntryPointTableItem [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> -NewName <String> [-Confirm] [-WhatIf]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Rename-DAEntryPointTableItem renames a DirectAccess entry point.



<

RELATED LINKS

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

REMARKS

<

Examples


Example: Rename an entry point

PS C:\> Rename-DAEntryPointTableItem -EntryPointName "Redmond" -NewName "Bellevue" –PolicyStore Contoso\GPO1



This cmdlet renames a DirectAccess entry point from Redmond to Bellevue.