Learning about the powershell cmdlet Get-VpnConnection.
By runningGet-Help Get-VpnConnection-examplesI developed a question.
Example 1 states thatGet-VpnConnection will get all available vpn connections.
Example 2 states thatGet-VpnConnection -AllUserConnection will get all available vpn connections from the global phonebook.
Can anyone say why some VPN connections are stored in theGlobal Phonebook and why some VPN connections are not stored here?
I'm trying to understand what theGlobal Phonebook is and, more importantly build confidence in creating, finding, changing and deleting VPN connections using powershell.

Thank you