Azure点对站VPN资源管理器powershell

时间:2016-03-08 17:05:15

标签: azure azure-powershell azure-vpn

我找到了链接https://azure.microsoft.com/en-us/documentation/articles/vpn-gateway-howto-point-to-site-rm-ps/,其中提供了有关如何在新的Azure资源管理器中使用powershell创建点对站VPN连接的详细说明。

尝试创建运行此脚本时,我收到错误消息。 "术语' Add-AzureRmVpnClientRootCertificate'不被识别为cmdlet的名称"

我目前正在运行Azure Powershell版本1.0.1,此引用https://msdn.microsoft.com/en-us/library/mt653593.aspx表示它应该在1.0版中可用。

我做错了什么?

1 个答案:

答案 0 :(得分:1)

看起来您至少需要Azure PowerShell 1.0.4来获取此cmdlet。如果您在https://github.com/Azure/azure-powershell/blob/master/src/ResourceManager/Network/Commands.Network/VirtualNetworkGateway/AddAzureVpnClientRootCertificateCommand.cs查看此cmdlet的GitHub源代码,它看起来像是在1.0.4:https://github.com/Azure/azure-powershell/commit/09b5f57ff798ca90aeb84e73fbd88f406d7edd7c的提交中添加的。