PowerShell Logo Small

Get-NetIPsecQuickModeCryptoSet



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

Gets a quick mode cryptographic set from the target computer.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Get-NetIPsecQuickModeCryptoSet cmdlet returns the instances of quick mode cryptographic sets that match the search parameters from the user. See the
New-NetIPsecQuickModeCryptoSet cmdlet for more information.


This cmdlet returns quick mode cryptographic sets by specifying the Name parameter (default), the DisplayName parameter, rule properties, or by associated filters or
objects. The queried rules can be placed into variables and piped to other cmdlets for further modifications or monitoring.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=287567
New-NetIPsecMainModeRule
New-NetIPsecQuickModeCryptoSet
Open-NetIPsecQuickModeCryptoSet
Save-NetIPsecQuickModeCryptoSet
Set-NetIPsecQuickModeCryptoSet
New-GPO

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-NetIPsecQuickModeCryptoSet –PolicyStore ActiveStore



This example gets all quick mode cryptographic sets currently in the active store. Running this cmdlet without specifying the policy store retrieves the persistent store.




EXAMPLE 2

PS C:\>Get-NetIPsecQuickModeCryptoSet -DisplayName "Exchange HIPPA Server, 80 <-> Any - Phase 2 Crypto Set"



This example gets a phase 1 authentication set and displays the parameters specified by the localized rule name.




EXAMPLE 3

PS C:\>Get-NetIPsecQuickModeCryptoSet –DiplayGroup "DirectAccess-Traffic"



This example gets all the quick mode cryptographic sets associated to a specified group.




EXAMPLE 4

PS C:\>Get-NetIPSecRule -DisplayName "SecureNet: WAN Opt - HLBIPsec" | Get-NetIPsecQuickModeCryptoSet



This example returns the phase 1 authentication set associated with an IPsec rule to examine the properties.