MKServerBuilder.psd1
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的更多相关文章
- MKServerBuilder.psm1
MKServerBuilder.psm1 function Test-ElevatedShell { $user = [Security.Principal.WindowsIdentity]::Get ...
- EntityFramework 7 开发纪录
博文目录: 暂时开发模式 Code First 具体体现 DbContext 配置 Entity 映射关联配置 Migration 问题纪录(已解决) 之前的一篇博文:EF7 Code First O ...
- Entity Framework7 入门之全功能.NET版本下使用EF7(含源码)另附数据迁移常见错误处理
Entity Framework7 入门之全功能.NET(Console, WinForms, WPF等)使用EF7 昨天,我们介绍了EF的新特性和开发计划,如果你还不了解,请移步 Entity Fr ...
- 【转】PowerShell入门(十一):编写脚本模块
转至:http://www.cnblogs.com/ceachy/archive/2013/03/08/PowerShell_Script_Module.html 现在通过编写模块就可以在PowerS ...
- MSI Error 1603 installing AppFabric 1.1 / Win7 x64
MSI Error 1603 installing AppFabric 1.1 / Win7 x64 Archived Forums A-B > AppFabric Caching 先说解 ...
- Entity Framework 5.0系列之Code First数据库迁移
我们知道无论是"Database First"还是"Model First"当模型发生改变了都可以通过Visual Studio设计视图进行更新,那么对于Cod ...
- 用php怎么写一个用户注册登录的页面呢?
想写就会尽快去写.如果用php写了就一定要用nodejs写出来啊,不写是小狗啊! 补充一下,想要实现的功能: 1.用户名重复检测 2.检测信息填写是否完整 3.邮箱是否已经被注册 4.实现ajax无刷 ...
- How to build windows azure PowerShell Source Code
Download any version source code of Windows Azure Powershell from https://github.com/Azure/azure-sdk ...
- Azure DW
1. 安装环境a. 安装环境https://www.microsoft.com/web/downloads/platform.aspx b. InputImport-Module 'C:\Progra ...
随机推荐
- 移动应用产品开发-android开发(二)
这段时间实在太忙了,也没什么精力来写博客,还是没养成写博客的习惯,还是得记载下来,不然时间久了就忘记了. 早上一大早就来公司了,趁还早,拟定今天的工作内容和计划后,赶紧记载点东西. 最近做androi ...
- 【HDU 2855】 Fibonacci Check-up (矩阵乘法)
Fibonacci Check-up Problem Description Every ALPC has his own alpc-number just like alpc12, alpc55, ...
- Jsoup 解析 HTML
Jsoup 文档 方法 要取得一个属性的值,可以使用Node.attr(String key) 方法 对于一个元素中的文本,可以使用Element.text()方法 对于要取得元素或属性中的HTML内 ...
- 关于Azure Auto Scale的高级属性配置
Auto Sacle是一种自动化管理云服务负载的功能,系统可以根据预先制定的规则,在满足条件的情况下对计算实例的数量进行增减从而可以用来优化使用Azure的计算资源,可以适用于Cloud Servic ...
- SIFT算法:特征描述子
SIFT算法:DoG尺度空间生产 SIFT算法:KeyPoint找寻.定位与优化 SIFT算法:确定特征点方向 SIFT算法:特征描述子 目录: 1.确定描述子采样区域 2.生成描述子 2.1 旋 ...
- Muduo-Base-Atomic
针对原子性操作进行封装, 下面是我们需要用到的原子操作函数, 有需要对此类进行扩展的话,可以根据下面的函数进行扩展. 原子操作需要加上一个编译选项 -march=i386(根据你CPU 的类型来写,也 ...
- 【转】Android bluetooth介绍(三): 蓝牙扫描(scan)设备分析
原文网址:http://blog.csdn.net/xubin341719/article/details/38584469 关键词:蓝牙blueZ A2DP.SINK.sink_connect.s ...
- 奇怪的JS正则之 /[A-z]/.test("\\"); // true
本文是在一个国外介绍JS的网站上转载过来的,作者很逗,先是举例JS让人XX的例子,再动手实践发现JS隐藏的黑知识.为什么 /[A-z]/.test("\\"); 是 true ,你 ...
- vijosP1038 添加括号
vijosP1038 添加括号 链接:https://vijos.org/p/1038 [思路] 区间DP. 本题的关键在于如何输出解.对于求和表达式而言可以用一个p[][]记录决策然后递归输出,对于 ...
- 【解决】笔记本发射WiFi
这个百度一下一大堆 .. 不过还是希望自己总结一发适合自己的 (*^__^*) 废话不多说,开始 基于几个bat (1)CreateWlan.bat netsh wlan set hostednet ...