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. LINUX的VIM建立UTF-8编译的文件

    以前没注意,其实,在有些场合,这个编码还是很重要的. 比如: 我在作一个脚本时,是将一个服务器信息以JSON格式通过requests.put发送到对方服务器. 但对方服务器需要我对JSON格式进行复杂 ...

  2. 创建基于文件组的数据库SQL救命语句

    CREATE DATABASE Sales ON PRIMARY (NAME = SPri1_dat, FILENAME = 'D:\SQLDB\SPri1dat.mdf', SIZE , MAXSI ...

  3. Android用户界面 UI组件--AdapterView及其子类(一) ListView及各种Adapter详解

    ListView就是列表组件,一般通过继承ListActivity使用系统提供的ListView. 所有的AdapterView组件都需要有一个对应的Adapter作为适配器来显示列表中元素的布局方式 ...

  4. Android ListView中 每一项都有不同的布局

    实现代码 Adapter的代码 其中:ViewHolder分别是三个不同的布局,也就是ListView中每一项的布局 TYPE_1...是三种类型. 在使用不同布局的时候,getItemViewTyp ...

  5. Chapter 17 Replication

    Chapter 17 Replication Table of Contents 17.1 Replication Configuration 17.2 Replication Implementat ...

  6. POJ_2987_Firing_(最大流+最大权闭合图)

    描述 http://poj.org/problem?id=2987 要炒员工鱿鱼,炒了一个人,他的下属一定被炒.给出每个人被炒后公司的收益(负值表示亏损),问怎样炒公司收益最大,以及这种方法炒了几个人 ...

  7. EF中执行存储过程,获取output返回值

    EF不能直接支持执行存储过程,于是使用转化成执行SQL语句的形式,却怎么也获取不到output的值,折腾的好久,终于解决了,分享下曲折的经历: public int AddVote(int title ...

  8. IIS 7.0, ASP.NET, pipelines, modules, handlers, and preconditions

    1.0 What is the IIS Pipeline Conceptually, the IIS pipeline is a state machine with the following st ...

  9. slua 中使用 lua5.3

    因为我们服务器极有可能要迁移到 skynet 上,它基于 lua5.3,而服务器和客户端会公用很多lua代码,所以在考虑在客户端 slua 中使用 lua5.3. 经过编译后,发现 slua 对 lu ...

  10. params数据来源和参数传递的一点小理解

    今天是星期一,上次说的两个需求,解决了一个.在原来的页面增加了一个可以勾选的单选框用于完成,勾选对应的条件来渲染对应的页面,使用了简单的单选框radio_button来实现单选的提交,使用条件判断语句 ...