PowerShell Logo Small

Rename-NetIPsecQuickModeCryptoSet



This is the built-in help made by Microsoft for the command 'Rename-NetIPsecQuickModeCryptoSet', 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 single quick mode cryptographic set.

SYNTAX


Rename-NetIPsecQuickModeCryptoSet [-All] [-AsJob] [-CimSession <CimSession[]>] [-GPOSession <String>] [-PassThru] [-PolicyStore <String>] [-ThrottleLimit <Int32>]
[-TracePolicyStore] -NewName <String> [-Confirm] [-WhatIf] [<CommonParameters>]
Rename-NetIPsecQuickModeCryptoSet [-AsJob] [-CimSession <CimSession[]>] [-GPOSession <String>] [-PassThru] [-PolicyStore <String>] [-ThrottleLimit <Int32>]
[-TracePolicyStore] -DisplayName <String[]> -NewName <String> [-Confirm] [-WhatIf] [<CommonParameters>]
Rename-NetIPsecQuickModeCryptoSet [-Name] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-GPOSession <String>] [-PassThru] [-PolicyStore <String>] [-ThrottleLimit
<Int32>] [-TracePolicyStore] -NewName <String> [-Confirm] [-WhatIf] [<CommonParameters>]
Rename-NetIPsecQuickModeCryptoSet [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> -NewName <String> [-Confirm]
[-WhatIf] [<CommonParameters>]
Rename-NetIPsecQuickModeCryptoSet [-AsJob] [-CimSession <CimSession[]>] [-GPOSession <String>] [-PassThru] [-PolicyStore <String>] [-ThrottleLimit <Int32>]
[-TracePolicyStore] -AssociatedNetIPsecRule <CimInstance> -NewName <String> [-Confirm] [-WhatIf] [<CommonParameters>]
Rename-NetIPsecQuickModeCryptoSet [-AsJob] [-CimSession <CimSession[]>] [-Description <String[]>] [-DisplayGroup <String[]>] [-GPOSession <String>] [-Group <String[]>]
[-PassThru] [-PerfectForwardSecrecyGroup <DiffieHellmanGroup[]>] [-PolicyStore <String>] [-PolicyStoreSource <String[]>] [-PolicyStoreSourceType <PolicyStoreType[]>]
[-PrimaryStatus <PrimaryStatus[]>] [-Status <String[]>] [-ThrottleLimit <Int32>] [-TracePolicyStore] -NewName <String> [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Rename-NetIPsecQuickModeCryptoSet cmdlet renames an existing quick mode cryptographic set. When creating a set, if the Name parameter is not specified, then a randomly
generated value is used. This cmdlet specifies a friendly and descriptive rule name. Note: Only one set can be renamed at a time when copying to the same policy store. This
is because only a single set can use the unique identifier, or name, specified by the NewName parameter.


To modify the localized DisplayName parameter, run the Set-NetIPsecQuickModeCryptoSet cmdlet with the NewDisplayName parameter.


The names are unique identifiers for rules, similar to file names. Each name must be unique within a given policy store. If the rules in multiple GPOs have the same name,
then one will overwrite the other based upon GPO precedence. If a rule from a GPO has the same name as a rule from the PersistentStore, then the rule from the GPO will
overwrite the local rule.


To specify a new default quick mode cryptographic set, run this cmdlet to specify the default set with the Name parameter value set to {E5A5D32A-4BCE-4e4d-B07F-4AB1BA7E5FE1}.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=288207
Copy-NetIPsecQuickModeCryptoSet
Get-NetIPsecRule
New-NetIPsecMainModeRule
New-NetIPsecQuickModeCryptoSet
Open-NetGPO
Remove-NetIPsecQuickModeCryptoSet
Save-NetGPO
Set-NetIPsecQuickModeCryptoSet
New-GPO

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Rename-NetIPsecQuickModeCryptoSet –Name "{ed8384a9-a78b-4d0d-8f3d-eb5615edb4a0}" -NewName "Exchange HIPPA Server, Any <-> 80 - Phase 2 Crypto Set"



This example renames a quick mode cryptographic set so that the unique identifier is descriptive and user friendly.