Get-VpnConnection for shared connection

hi

there is some bug on Windows 10 - in GUI i can't change IPv4 settings in VPN connection.
early i did some changes over Powershell, but now i creatred some VPN connection for all users:

and Get-VpnConnection doesn't show me this VPN connection and i can't change any settings.

How i can fix it?

Thank you!

August 19th, 2015 5:43am

Get-VpnConnection -AllUserConnection

Free Windows Admin Tool Kit Click here and download it now
August 19th, 2015 9:33am

how can i convert shared connection to common? tried so:

PS C:\> Get-VpnConnection -AllUserConnection | Set-VpnConnection -AllUserConnection $false Set-VpnConnection : The configuration cannot be applied to the global user VPN connection False. :

The system could not find the phone book entry for this connection. At line:1 char:40 + Get-VpnConnection -AllUserConnection | Set-VpnConnection -AllUserConnection $fal ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (False:root/Microsoft/...S_VpnConnection) [Set-VpnConnection], CimException + FullyQualifiedErrorId : VPN 623,Set-VpnConnection




  • Edited by Anahaym 22 hours 0 minutes ago
August 21st, 2015 5:10am

how can i convert shared connection to common? tried so:

PS C:\> Get-VpnConnection -AllUserConnection | Set-VpnConnection -AllUserConnection $false Set-VpnConnection : The configuration cannot be applied to the global user VPN connection False. :

The system could not find the phone book entry for this connection. At line:1 char:40 + Get-VpnConnection -AllUserConnection | Set-VpnConnection -AllUserConnection $fal ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (False:root/Microsoft/...S_VpnConnection) [Set-VpnConnection], CimException + FullyQualifiedErrorId : VPN 623,Set-VpnConnection




  • Edited by Anahaym Friday, August 21, 2015 9:09 AM
Free Windows Admin Tool Kit Click here and download it now
August 21st, 2015 9:08am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics