码迷,mamicode.com
首页 >  
搜索关键字:azure powershell 虚拟网络    ( 5043个结果
PowerShell Modules
PSSQLSERVER:\>Import-ModuleAppControllerImport-Module:Thespecifiedmodule‘AppController‘wasnotloadedbecausenovalidmodulefilewasfoundinanymoduledirectory.Atline:1char:1+Import-ModuleAppController+~~~~~~~~~~~~~~~~~~~~~~~~~~~+CategoryInfo:ResourceUnavailable..
分类:其他好文   时间:2014-08-29 16:14:38    阅读次数:609
中国版Azure最新上线服务
??IP reservation will allow customers to reserve publicIP addresses and use them as VIPs. It enables scenarios where applications need to have static public IPaddresses or where applications need to b...
分类:其他好文   时间:2014-08-29 16:05:48    阅读次数:255
Vm 桥接模式配置
1.虚拟机下Centos安装好后,打开VM虚拟机的菜单栏,单击编辑------虚拟网络编辑器,选择“主机虚拟网络 映射”标签,然后把VMnet0 手动选择为你本地的物理网卡(要选择正在使用的网卡,比如说你电脑有一个无线网卡,有一个有线网卡;你现在在用无线网络,那就桥 接到无线网卡,...
分类:其他好文   时间:2014-08-29 10:55:38    阅读次数:193
PowerShell远程安装应用程序
安装MSI包使用PowerShell调用WMI对象,你可以执行下面的脚本来安装你的MSI安装包:1 $box="deviis01" #this is the name of your server2 $product= [WMICLASS]"\\$box\ROOT\CIMV2:win32_Produ...
分类:其他好文   时间:2014-08-28 14:41:19    阅读次数:476
powershell.exe直接运行命令
powershell.exe -Command "& { ('time={0},user={1}' -f (get-date),(whoami)) | Out-File "d:\user.log" -Append }"给.exe文件添加参数,参数是 array 格式$argus = "$env:wi...
分类:其他好文   时间:2014-08-28 14:39:59    阅读次数:220
PowerShell查询sql server
function Invoke-SQL1:function Invoke-SQL { param( [string] $dataSource = ".\SQLEXPRESS", [string] $database = "MasterData", [s...
分类:数据库   时间:2014-08-28 13:01:59    阅读次数:288
Windows Azure Active Directory (2) Windows Azure AD基础
《Windows Azure Platform 系列文章目录》 Windows Azure AD (WAAD)是Windows Azure提供的一个REST风格的服务,为您的云服务提供了身份管理和访问控制的功能。微软的很多在线服务,例如微软Office 365, Dynamics CRM On...
分类:Windows程序   时间:2014-08-27 18:03:38    阅读次数:324
Azure平台跨存储迁移虚拟机
客户场景描述:近段时间,客户注册了Azure测试账号(一个月的使用时间),进行测试使用,搭建了WEB网站服务,客户对Azure云平台,针对web开发,应用服务,非常满意,准备把web网站正式投入到生产,由于Azure测试账号只能试用一个月的时间,而测试账号不支持更转正式Azure账号使..
分类:其他好文   时间:2014-08-27 02:45:47    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!