Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1.  
  2. $xml = "<MobileConnect><Port>4433</Port></MobileConnect>"
  3. $sourceXml=New-Object System.Xml.XmlDocument
  4. $sourceXml.LoadXml($xml)
  5. Add-VpnConnection -Name "Oman Network" -ServerAddress https://remote.oman.ie:4433 -PluginApplicationID SonicWall.MobileConnect_cw5n1h2txyewy -CustomConfiguration $sourceXml -RememberCredential $true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement