系统相关
首页 > 系统相关> > Azure PowerShell (18) 导出虚拟网络的网络安全组(NSG)配置信息

Azure PowerShell (18) 导出虚拟网络的网络安全组(NSG)配置信息

作者:互联网

  《Windows Azure Platform 系列文章目录

 

  最近有一个客户需求,需要批量导出虚拟网络的IP地址、子网和子网的网络安全组NSG (Network Security Group) 设置。

 

  我花了一点时间,写了一个PowerShell脚本,发布在我的GitHub上:

  https://github.com/leizhang1984/AzureChinaPowerShell/blob/master/AzModule/5ExportNSG/exportVNetNSG.ps1

 

  导出的csv文件保存在D盘根目录下,文件名为:azurevnetnsg.csv

标签:子网,18,导出,NSG,Azure,csv,PowerShell
来源: https://www.cnblogs.com/threestone/p/15100948.html