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系统配置文件和用户配置文件及其作用

    我的博客:www.while0.com /etc/issue 未登陆时控制台显示的文字 /etc/issue.net 远程登陆时控制台显示的文字 /etc/motd 用户登陆时显示的文字 这里先提供两 ...

  2. When to use DataContract and DataMember attributes?

    When to use DataContract and DataMember attributes? I  am very confused about the DataContract attri ...

  3. SQL Server 2008 R2 制作数据库结构和数据脚本

    数据库中包含众多表和数据,有时候需要创建脚本将表结构和数据一起导出 具体方法如下: 1.右键选择数据库,选择“任务”--->“生成脚本” 2.根据需求,选择制作脚本的对象,一般情况选择“表” 3 ...

  4. BZOJ_3196_二逼平衡树_(树套树,线段树+Treap)

    描述 http://www.lydsy.com/JudgeOnline/problem.php?id=3196 可以处理区间问题的平衡树. 3196: Tyvj 1730 二逼平衡树 Time Lim ...

  5. C++运行字符编码于MSVC和GCC之间的区别

    详细请参考这篇博文 http://blog.csdn.net/dbzhang800/article/details/7540905 运行字符编码就是指,当你源代码写下const char* p = & ...

  6. ORACLE解决登陆em状态暂挂方法

    1.找到oracle安装目录中db_1/计算机名_orcl/sysman/config/emd.properties , 用记事本打开emd.properties,在emd.properties文件 ...

  7. 你认为A和B所在方格颜色相同吗?

    [你认为A和B所在方格颜色相同吗? ]据说全世界只有0.003%的人和photoshop能看出它们的颜色是相同的. 我属于那 99.9997% 的人...因为我不是神...

  8. dev中gridview控件 z

    目录:一.客户端常用1.常用API2.聚焦行变更事件3.客户端选择多行4.客户端选择行5. 获取选择的行数目6.单击行时,选中行7.通过checkbox 选择行8.选择所有行9.启动编辑框,Conta ...

  9. sort()函数与qsort()函数及其头文件

    sort()函数与qsort()函数及其头文件 sort()函数是C++中的排序函数其头文件为:#include<algorithm>头文件: qsort()是C中的排序函数,其头文件为: ...

  10. Android学习笔记(十一)BroadcastReceiver动态注册、注销示例

    在上一篇博文中简单介绍了一下BroadcastReceiver的相关知识点,本篇举一个在代码中动态的注册.注销BroadcastReceiver的栗子. 1.首先创建一个MyReceiver并继承Br ...