MKServerBuilder.psd1

  1. #
  2. # Module manifest for module 'MKServerBuilder'
  3. #
  4. # Generated by: Edward Guan
  5. #
  6. # Generated on: //
  7. #
  8.  
  9. @{
  10.  
  11. # Script module or binary module file associated with this manifest
  12. ModuleToProcess = 'MKServerBuilder.psm1'
  13.  
  14. # Version number of this module.
  15. ModuleVersion = '1.0.0.0'
  16.  
  17. # ID used to uniquely identify this module
  18. GUID = '46cac7a7-9c4e-470d-8730-24ddab2e7675'
  19.  
  20. # Author of this module
  21. Author = 'Edward Guan'
  22.  
  23. # Company or vendor of this module
  24. CompanyName = 'Mary Kay'
  25.  
  26. # Copyright statement for this module
  27. Copyright = '(c) 2014 Edward Guan. All rights reserved.'
  28.  
  29. # Description of the functionality provided by this module
  30. Description = 'This module contains functions to build server.'
  31.  
  32. # Minimum version of the Windows PowerShell engine required by this module
  33. PowerShellVersion = '2.0'
  34.  
  35. # Name of the Windows PowerShell host required by this module
  36. PowerShellHostName = ''
  37.  
  38. # Minimum version of the Windows PowerShell host required by this module
  39. PowerShellHostVersion = '2.0'
  40.  
  41. # Minimum version of the .NET Framework required by this module
  42. DotNetFrameworkVersion = '2.0.50727'
  43.  
  44. # Minimum version of the common language runtime (CLR) required by this module
  45. CLRVersion = ''
  46.  
  47. # Processor architecture (None, X86, Amd64, IA64) required by this module
  48. ProcessorArchitecture = ''
  49.  
  50. # Modules that must be imported into the global environment prior to importing this module
  51. RequiredModules = @()
  52.  
  53. # Assemblies that must be loaded prior to importing this module
  54. RequiredAssemblies = @()
  55.  
  56. # Script files (.ps1) that are run in the caller's environment prior to importing this module
  57. ScriptsToProcess = @()
  58.  
  59. # Type files (.ps1xml) to be loaded when importing this module
  60. TypesToProcess = @()
  61.  
  62. # Format files (.ps1xml) to be loaded when importing this module
  63. FormatsToProcess = @()
  64.  
  65. # Modules to import as nested modules of the module specified in ModuleToProcess
  66. NestedModules = @()
  67.  
  68. # Functions to export from this module
  69. FunctionsToExport = '*'
  70.  
  71. # Cmdlets to export from this module
  72. CmdletsToExport = '*'
  73.  
  74. # Variables to export from this module
  75. VariablesToExport = '*'
  76.  
  77. # Aliases to export from this module
  78. AliasesToExport = '*'
  79.  
  80. # List of all modules packaged with this module
  81. ModuleList = @()
  82.  
  83. # List of all files packaged with this module
  84. FileList = @()
  85.  
  86. # Private data to pass to the module specified in ModuleToProcess
  87. PrivateData = ''
  88. }

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. [转贴]JAVA:RESTLET开发实例(二)使用Component、Application的REST服务

    上一篇文章,我们介绍了基于JAX-RS的REST服务,本篇文章我们介绍不基于JAX-RS的模式.JAX-RS其实就是一个简单的 Application服务.和我们接下来介绍的Application基本 ...

  2. QEvent整理归纳:140种类型,29个继承类,7个函数,3种事件来源

    140种事件类型: QEvent::None QEvent::AccessibilityDescription QEvent::AccessibilityHelp QEvent::Accessibil ...

  3. [Mac]使用xcode命令行编译protobuf

    因为不想每次测试与画面显示无关的小功能时把cocos2dx包含进去,所以改用xcode的command line tool直接建立c++项目. 方法: 1.点击file-new-project,选择o ...

  4. 【HDOJ】1867 A + B for you again

    KMP算法的应用. #include <stdio.h> #include <string.h> #define MAXNUM 100005 char src[MAXNUM], ...

  5. wikioi 1514 and ZJOI2006 书架

    1514 书架 0人推荐 收藏 发题解 提交代码 报错 题目描述 输入描述 输出描述 样例输入 样例输出 提示 题目描述 Description 小 T有一个很大的书柜.这个书柜的构造有些独特,即书柜 ...

  6. GIS大讲堂内所有讲座的索引(更新至2008年6月26日)(转)

    转自:http://www.cnblogs.com/xiexiaokui/archive/2008/11/20/1337934.html GIS大讲堂内所有讲座的索引(更新至2008年6月26日)   ...

  7. SQL Server 2008设置 开启远程连接

    SQL Server 2008默认是不允许远程连接的,sa帐户默认禁用的, 如果想要在本地用SSMS连接远程服务器上的SQL Server 2008,需要做两个部分的配置: 1,SQL Server ...

  8. Unix环境高级编程

    1.  windows下编辑的程序怎么上传到linux下执行? //Service vsftpd status查看linux ftp服务是否开启: Linuxi ip:192.168.40.128 打 ...

  9. 转载:Java多线程中join方法的理解

    转载自:http://uule.iteye.com/blog/1101994 thread.Join把指定的线程加入到当前线程,可以将两个交替执行的线程合并为顺序执行的线程.比如在线程B中调用了线程A ...

  10. 获得URl信息

      public class GetUrlInfo {     public static void printfInfo(URL url)throws Exception     {         ...