MKServerBuilder.psd1

#
# Module manifest for module 'MKServerBuilder'
#
# Generated by: Edward Guan
#
# Generated on: //
# @{ # Script module or binary module file associated with this manifest
ModuleToProcess = 'MKServerBuilder.psm1' # Version number of this module.
ModuleVersion = '1.0.0.0' # ID used to uniquely identify this module
GUID = '46cac7a7-9c4e-470d-8730-24ddab2e7675' # Author of this module
Author = 'Edward Guan' # Company or vendor of this module
CompanyName = 'Mary Kay' # Copyright statement for this module
Copyright = '(c) 2014 Edward Guan. All rights reserved.' # Description of the functionality provided by this module
Description = 'This module contains functions to build server.' # Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '2.0' # Name of the Windows PowerShell host required by this module
PowerShellHostName = '' # Minimum version of the Windows PowerShell host required by this module
PowerShellHostVersion = '2.0' # Minimum version of the .NET Framework required by this module
DotNetFrameworkVersion = '2.0.50727' # Minimum version of the common language runtime (CLR) required by this module
CLRVersion = '' # Processor architecture (None, X86, Amd64, IA64) required by this module
ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module
RequiredModules = @() # Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @() # Script files (.ps1) that are run in the caller's environment prior to importing this module
ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module
TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = @() # Modules to import as nested modules of the module specified in ModuleToProcess
NestedModules = @() # Functions to export from this module
FunctionsToExport = '*' # Cmdlets to export from this module
CmdletsToExport = '*' # Variables to export from this module
VariablesToExport = '*' # Aliases to export from this module
AliasesToExport = '*' # List of all modules packaged with this module
ModuleList = @() # List of all files packaged with this module
FileList = @() # Private data to pass to the module specified in ModuleToProcess
PrivateData = ''
}

MKServerBuilder.psd1的更多相关文章

  1. MKServerBuilder.psm1

    MKServerBuilder.psm1 function Test-ElevatedShell { $user = [Security.Principal.WindowsIdentity]::Get ...

  2. EntityFramework 7 开发纪录

    博文目录: 暂时开发模式 Code First 具体体现 DbContext 配置 Entity 映射关联配置 Migration 问题纪录(已解决) 之前的一篇博文:EF7 Code First O ...

  3. Entity Framework7 入门之全功能.NET版本下使用EF7(含源码)另附数据迁移常见错误处理

    Entity Framework7 入门之全功能.NET(Console, WinForms, WPF等)使用EF7 昨天,我们介绍了EF的新特性和开发计划,如果你还不了解,请移步 Entity Fr ...

  4. 【转】PowerShell入门(十一):编写脚本模块

    转至:http://www.cnblogs.com/ceachy/archive/2013/03/08/PowerShell_Script_Module.html 现在通过编写模块就可以在PowerS ...

  5. MSI Error 1603 installing AppFabric 1.1 / Win7 x64

    MSI Error 1603 installing AppFabric 1.1 / Win7 x64  Archived Forums A-B > AppFabric Caching   先说解 ...

  6. Entity Framework 5.0系列之Code First数据库迁移

    我们知道无论是"Database First"还是"Model First"当模型发生改变了都可以通过Visual Studio设计视图进行更新,那么对于Cod ...

  7. 用php怎么写一个用户注册登录的页面呢?

    想写就会尽快去写.如果用php写了就一定要用nodejs写出来啊,不写是小狗啊! 补充一下,想要实现的功能: 1.用户名重复检测 2.检测信息填写是否完整 3.邮箱是否已经被注册 4.实现ajax无刷 ...

  8. How to build windows azure PowerShell Source Code

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

  9. Azure DW

    1. 安装环境a. 安装环境https://www.microsoft.com/web/downloads/platform.aspx b. InputImport-Module 'C:\Progra ...

随机推荐

  1. 【网络流24题】 No.10 餐巾计划问题 (线性规划网络优化 最小费用最大流)

    [题意] 一个餐厅在相继的 N 天里, 每天需用的餐巾数不尽相同. 假设第 i 天需要 ri 块餐巾(i=1,2,-, N). 餐厅可以购买新的餐巾,每块餐巾的费用为 p 分:或者把旧餐巾送到快洗部, ...

  2. 使用AspNetPager与GridView完成分页

    使用AspNetPager与GridView完成分页   由于GridView的分页功能实在是太弱了,所以需要使用强大的AspNetPager来作为分页控件.最简单的办法就是GridView控件下面接 ...

  3. Android4.0以下View的Drag和Drop简单实现

    主要代码部分: 实现View的onTouch方法,变换落点的X,Y坐标,定义两个变量存放拖动前的坐标位置. int prevX,prevY; @Override public boolean onTo ...

  4. RubyGems使用

    RubyGems的功能类似于Linux下的apt-get.使用它可以方便第从远程服务器下载并安装Rails. # 安装指定gem包,程序先从本机查找gem包并安装,如果本地没有,则从远程gem安装.g ...

  5. 17.1.2.1 Advantages and Disadvantages of Statement-Based and Row-Based Replication 基于语句和行的复制的优势和劣势

    17.1.2.1 Advantages and Disadvantages of Statement-Based and Row-Based Replication 基于语句和行的复制的优势和劣势 每 ...

  6. android Button隐藏

    两种方式: xml方式 和 java代码方式: 可见(visible) XML文件:android:visibility="visible" Java代码:view.setVisi ...

  7. Activity的启动过程

    详见: http://www.cloudchou.com/android/post-805.html

  8. poj2154

    利用bzoj2705的结论我们很容易优化这道等价类计数的问题 sum(n^gcd(i,n))/n mod p (1<=i<=n) =sum(phi(n/L)*n^L)/n mod p (n ...

  9. awk将普通文本转换成json文件

    script1: #!/bin/bash #Date:-- #Author:eivll0m awk -F"\t" -vq='"' '{ a[$]=a[$]?a[$]:$ ...

  10. python 零散记录(七)(下) 新式类 旧式类 多继承 mro 类属性 对象属性

    python新式类 旧式类: python2.2之前的类称为旧式类,之后的为新式类.在各自版本中默认声明的类就是各自的新式类或旧式类,但在2.2中声明新式类要手动标明: 这是旧式类为了声明为新式类的方 ...