Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [‎20/‎06/‎2019 11:05]
  2. Remove-VpnConnection -Name "EI Remote Access" -force -AllUserConnection
  3.  
  4. $a = New-EapConfiguration -usewinlogoncredential
  5. Add-VpnConnection -name "EI Remote Access" -ServerAddress "vpn.enterprise-ireland.com" -TunnelType sstp -EncryptionLevel Maximum -AuthenticationMethod EAP -EapConfigXmlStream $a.EapConfigXmlStream
  6.  
  7. New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\SstpSvc\Parameters" -Name "NoCertRevocationCheck" -Value "1" -PropertyType DWORD -Force | Out-Null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement