我找到了链接https://azure.microsoft.com/en-us/documentation/articles/vpn-gateway-howto-point-to-site-rm-ps/,其中提供了有关如何创建点的详细说明在新的 Azure 资源管理器中使用 powershell 的 -to-Site VPN 连接。
在尝试创建运行此脚本时,我收到错误消息。" 术语 'Add-AzureRmVpnClientRootCertificate' 未被识别为 cmdlet 的名称"
我目前正在运行 Azure Powershell 1.0.1 版,此参考https://msdn.microsoft.com/en-us/library/mt653593.aspx表明它应该在 1.0 版中可用。
我究竟做错了什么?