Import-Certificate -FilePath "VPN-ca.crt" -CertStoreLocation Cert:\LocalMachine\Root\Add-VpnConnection -Name "VPN" -TunnelType "Ikev2" -RememberCredential -EncryptionLevel Required ` -ServerAddress firewall.opnsense.com -DnsSuffix "firewall.opnsense.com" -PassThruSet-VpnConnectionIPsecConfiguration -ConnectionName "VPN" ` -EncryptionMethod AES256 -IntegrityCheckMethod SHA256 -DHGroup Group14 ` -CipherTransformConstants AES256 -AuthenticationTransformConstants SHA256128 -PfsGroup PFS2048 ` -PassThru -ForceSet-VpnConnection -Name "VPN" -SplitTunneling $TrueAdd-VpnConnectionRoute -Name "VPN" -DestinationPrefix 192.168.150.0/24