Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 4.0 » New-NetIPsecQuickModeCryptoProposal

New-NetIPsecQuickModeCryptoProposal - Powershell 4.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

New-NetIPsecQuickModeCryptoProposal

Short description
Creates a quick mode cryptographic proposal that specifies a suite of cryptographic protocols to offer in IPsec quick mode negotiations with other computers.

Syntax


Description
The New-NetIPsecQuickModeCryptoProposal cmdlet creates a single cryptographic proposal to be used in quick mode 
negotiations.


A NetIPsecQuickModeCryptoProposal object provides the necessary security parameters for the negotiation of a quick 
mode security association (SA). The IPsec protocol, either AH or ESP, is provide in the Encapsulation parameter, the 
hashing algorithm for data integrity and authentication in the AHHash and ESPHash parameters, and the algorithm for 
encryption, if requested, in the Encryption parameter.


Multiple NetIPsecQuickModeCryptoProposal fields are grouped into a single NetIPsecQuickModeCryptoSet object. The quick 
mode exchange will use the first proposal that the peers have in common. A NetIPsecPhase2AuthSet object and a 
NetIPsecMainModeCryptoSet object get associated to a NetIPsecRule object to provide all the necessary SA parameters 
for customized quick mode negotiations.