发布时间:2014-05-17 18:09:38
通过计划任务,Powershell自动切换订阅账户,并自动创建储存账户、虚机,下载RDP文件。首先,设置powershell执行权限set-executionpolicy -executionpolicy unrestricted其次,把下面内容改成createvm1.ps1文件点击(此处)折叠或打开#订阅ID号$ID = "MS-11".........【阅读全文】
发布时间:2014-05-08 14:17:26
Windows Azure Powershell Batch scriptsThese scripts are using in prodution,and by testing.点击(此处)折叠或打开#The virtual machines for each subscription#The subscription Number..........【阅读全文】
发布时间:2014-05-08 11:54:49
Windows Azure Poweshell批量创建虚机Create Windows system 点击(此处)折叠或打开#创建批量创建虚拟机脚本,测试过#The subscribe ID number..$ID = "MS-85"#The Storage account$STORAGE .........【阅读全文】
发布时间:2014-05-08 11:44:15
Windows Azure Powershell删除虚机以及管理VHD此脚本,经测试时可以使用的,但是根本无法删除关联的储存账户。点击(此处)折叠或打开param($serviceName)echo "Starting remove all vms of service.........【阅读全文】