It took me a long time to find this code so I figured I would share it.
To enable the option to "Show VPN on the Menu Bar" I used the code below.
defaults write com.apple.systemuiserver menuExtras -array-add "/System/Library/CoreServices/Menu Extras/vpn.menu"
killall SystemUIServer -HUP


