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. 李洪强漫谈iOS开发[C语言-034]-程序的结构

  2. Multi-bit per cell storage

    Memories Scaling      其他的的半导体存储器的制程一般2年为一个升级周期,但是nand flash 存储器的制程升级周期和他们比起来只有1年.这种更快的制程升级导致SLC NAND ...

  3. CopyOnWriteArrayList与Collections.synchronizedList的性能对比

    列表实现有ArrayList.Vector.CopyOnWriteArrayList.Collections.synchronizedList(list)四种方式. 1 ArrayList Array ...

  4. 【转】命令行使用7zip

    原文网址:http://blog.csdn.net/Gildor/article/details/3358127 现在大家都用WinRAR,不知道听说过7zip的朋友多不多.7zip是一个开源的压缩软 ...

  5. Entity Framework快速入门笔记—增删改查

    第一步:创建一个控制台应用程序,起名为EFDemo 2. 第二步:创建一个实体模型 (1)在EFDemo项目上面右击选择添加—新建项—在已安装的选项中选择数据—ADO.NET实体对象模型,如图所示: ...

  6. 基于Noootes/Dooomino的文档工作流系统(转)

    (流程样例应用程序终于整理上传好可供下载了http://download.csdn.net/download/starrow/8422299) 上文分析了我们的流程配置使用三类对象,分别对应三类文档: ...

  7. ios7 uuid的获取方法

    ios7后mac地址沦为鸡肋,所以必须得重新想办法获取设备的id信息,apple推荐用UUID,但app重新安装后,UUID需要重设,所以想到把UUID存储到ios系统的keychain中,既然存储在 ...

  8. OGRE插件设计-Texture与GLTexture

    背景: 学习OGRE,在OGRE中 Core是最小的精简逻辑集合,而真正的功能则需要插件来实现,但是作为插件应该与Core保持最小的连接,同时Core不会调用插件的接口,而动态链接库又不能直接把类连接 ...

  9. HTML5 application cache

    Application Cache API (一) 基本应用 http://www.cnblogs.com/blackbird/archive/2012/06/12/2546751.html Appl ...

  10. 基于TCP协议的客户端

    基于TCP协议的客户端 此客户端能用于下一篇博客的单线程服务器和多线程服务器 import java.io.BufferedReader; import java.io.IOException; im ...