How to build windows azure PowerShell Source Code

    1. Download any version source code of Windows Azure Powershell from https://github.com/Azure/azure-sdk-tools/releases

    2. Downdload Wix ToolSet from http://wix.codeplex.com/releases/view/115492
      and install it to let your VS supports Wix component.

    3. Build \WindowsAzurePowershell\src\WindowsAzurePowershell.sln. Build all
      project in the solution, you can select build->build solution menu.

    4. Build \WindowsAzurePowershell\setup\azurepowershell.sln and get
      installation application from
      \WindowsAzurePowershell\setup\build\Debug\x86\windowsazure-powershell.msi

    5. Install Windows Azure PowerShell and get version from file C:\Program
      Files (x86)\Microsoft SDKs\Windows Azure\PowerShell\Azure\Azure.psd1 which
      you can double check whether you want.

How to build windows azure PowerShell Source Code

时间: 2024-08-04 09:35:28

How to build windows azure PowerShell Source Code的相关文章

Windows Azure PowerShell之管理虚拟机

我们可以用Windows Azure PowerShell来管理Windows Azure虚拟机.接下来我们来看下如何使用Windows Azure PowerShell创建和删除虚拟机. 1.获取虚拟机镜像.Get-AzureVMImage 这个命令可以返回虚拟机镜像列表,由于现在Azure当中的镜像非常多,运行该命令时最好将通过管道重定向到txt文件中,以便查看.另外因我们后面用New-AzureQuickVM命令创建虚拟机时只需要知道镜像的名称,因此在执行Get-AzureVMImage

Build RPM package from source code

# yum install rpm-build# wget http://rsync.samba.org/ftp/rsync/rsync-3.0.9.tar.gz# vim rsync.specName:rsyncVersion:3.0.9Release: 1%{?dist}Summary:GNU rsync Group:Development/ToolsLicense:GPLURL:www.rsync.comSource0:%{name}-%{version}.tar.gzBuildRoot:

Windows Azure Powershell的云端漫步

Powershell之于微软平台的重要性我想人人都知道.印象中从Windows Server 2008开始内置Powershell,到了Exchange 2007成为了第一个支持Powershell的服务器平台,到了日后的SharePoint.SQL Server和System Center,甚至是Windows 7/8这样的客户端系统,全部都在底层集成了Powershell模块.可以这么说,图形界面能做的,Powershell都能做:反之Powershell能做的,图形界面却不一定能够搞得定.

使用Windows Azure PowerShell远程管理Windows Azure虚拟机

对于Windows Azure,如果你还在使用windowsazure.com门户来管理虚拟机,那就显得不怎么高上大了.Windows Azure PowerShell 是一个功能强大的脚本环境,可用于在 Windows Azure 中控制和自动执行工作负荷的部署和管理.   安  装   通过Microsoft Web Platform Installer一键搞定安装.   登录Azure账户   启动安装好的Windows Azure PowerShell,使用“Add-AzureAccou

才知道 Windows Live Writer Source Code plugin for SyntaxHighlighter 更新到2.0了

这是我用 Windows Live Writer 发布的第一篇文章! 在官方网站看到 Windows Live Writer Source Code plugin for SyntaxHighlighter 源码已经到2.0了,只是没有生成 dll 而已,自己用vs生成了2.0版本,最看中的是可以更改代码区的字体和大小了,很棒! public class HelloBlog { private String txtContent = ""; public void write(Stri

windows azure powershell登录方式

大家知道,azure中国的登录门户地址是:www.azure.cn,其实azure还可以通过另一个方式登录,那就是powershell登录,个人认为网页登录可操作的内容不多不够灵活,使用powershell登录操作的内容更多更灵活,本文介绍如何使用powershell登录azure 首先,要先下载一个工具 云服务中任意点击一个云服务,选择"安装Microsoft azure SDK" 弹出的页面选择powershell安装 下载并安装 完成安装后需重启计算机 下载公共设置文件 中国版:

windows azure使用powershell批量创建虚拟机

这里向大家介绍下如何使用powershell批量创建vm虚拟机,本博文中,我打算用powershell批量创建100台VM. 首先,从官网下载页面,下载并安装Windows Azure PowerShell:http://www.windowsazure.cn/zh-cn/downloads/#cmd-line-tools 安装完毕后以管理员身份运行,右键点击PowerShell图标然后选择以管理员身份运行执行命令Get-AzurePublishSettingsFile-Environment

12 Source Code Profilers for C & C++

Source :http://open-tube.com/12-source-code-profilers-for-cc/ Code Profilers are very distinct from traditional debuggers. They are able to catch the trivial and non fatal coding errors which are often hard for humans to catch. These trivial bugs lat

Windows Azure下Exchange Server2016高可用性配置介绍

我们前一篇文章中就介绍了Azure下部署Apache高可用性服务的介绍,今天呢,主要介绍一下在Azure下如何实现Exchange2016高可用性服务的部署,说到Exchange2016的高可用部署,我们前面的文章中用也有介绍到,在本地使用Centos+LVS+Keepalived实现了Exchange2016的高可用性服务配置,如果要将Exchange2016部署到Azure下如何实现高可用配置呢,我们都知道如果在Azure下部署高可用,我们只需要将服务器放在同一运行,然后配置对应的可用性集就