Created
December 15, 2017 20:35
-
-
Save PCfromDCSnippets/5bb0d9788d5c02fb7ff19dff027d3566 to your computer and use it in GitHub Desktop.
Connect RRAS VpnS2SInterface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$connections = (Get-VpnS2SInterface).Name | |
foreach ($connection in $connections) { | |
Connect-VpnS2SInterface -Name $connection | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment