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 ...
随机推荐
- [转贴]JAVA:RESTLET开发实例(二)使用Component、Application的REST服务
上一篇文章,我们介绍了基于JAX-RS的REST服务,本篇文章我们介绍不基于JAX-RS的模式.JAX-RS其实就是一个简单的 Application服务.和我们接下来介绍的Application基本 ...
- QEvent整理归纳:140种类型,29个继承类,7个函数,3种事件来源
140种事件类型: QEvent::None QEvent::AccessibilityDescription QEvent::AccessibilityHelp QEvent::Accessibil ...
- [Mac]使用xcode命令行编译protobuf
因为不想每次测试与画面显示无关的小功能时把cocos2dx包含进去,所以改用xcode的command line tool直接建立c++项目. 方法: 1.点击file-new-project,选择o ...
- 【HDOJ】1867 A + B for you again
KMP算法的应用. #include <stdio.h> #include <string.h> #define MAXNUM 100005 char src[MAXNUM], ...
- wikioi 1514 and ZJOI2006 书架
1514 书架 0人推荐 收藏 发题解 提交代码 报错 题目描述 输入描述 输出描述 样例输入 样例输出 提示 题目描述 Description 小 T有一个很大的书柜.这个书柜的构造有些独特,即书柜 ...
- GIS大讲堂内所有讲座的索引(更新至2008年6月26日)(转)
转自:http://www.cnblogs.com/xiexiaokui/archive/2008/11/20/1337934.html GIS大讲堂内所有讲座的索引(更新至2008年6月26日) ...
- SQL Server 2008设置 开启远程连接
SQL Server 2008默认是不允许远程连接的,sa帐户默认禁用的, 如果想要在本地用SSMS连接远程服务器上的SQL Server 2008,需要做两个部分的配置: 1,SQL Server ...
- Unix环境高级编程
1. windows下编辑的程序怎么上传到linux下执行? //Service vsftpd status查看linux ftp服务是否开启: Linuxi ip:192.168.40.128 打 ...
- 转载:Java多线程中join方法的理解
转载自:http://uule.iteye.com/blog/1101994 thread.Join把指定的线程加入到当前线程,可以将两个交替执行的线程合并为顺序执行的线程.比如在线程B中调用了线程A ...
- 获得URl信息
public class GetUrlInfo { public static void printfInfo(URL url)throws Exception { ...