码迷,mamicode.com
首页 >  
搜索关键字:powershell aes加密 加域 退域    ( 2977个结果
polarssl rsa & aes 加密与解密
上周折腾加密与解密,用了openssl, crypto++, polarssl, cyassl, 说起真的让人很沮丧,只有openssl & polarssl两个库的RSA & AES 加密和解密,我用起来了,crypto++各种模板,各种多继承,看的头大,而且对各种常用的加密算法也不了解,所以这个...
分类:其他好文   时间:2014-11-04 10:59:36    阅读次数:316
系统管理员常用的Powershell命令
上周豆子参加了微软Teched2014Sydney的2天会议。这个会议包括了50多个讲座,包括了开发,架构,移动3个大的方向。其中一个300级别的讲座介绍了一些系统管理常用的命令。这些命令,豆子绝大部分都很熟悉,这里再温故知新一下。作为一个系统管理员,一般都对长篇大论的脚本,各种..
分类:系统相关   时间:2014-11-04 09:31:00    阅读次数:302
Lync 2013和Exchange 2013集成
定位到以下Powershell 目录:C:\Program Files\Microsoft\Exchange Server\V15\Scripts\,执行如下命令:.\Configure-EnterprisePartnerApplication.ps1-AuthMetaDataUrl 'https://pool.XXXX.cn/metadata/json/1'-ApplicationType Ly...
分类:其他好文   时间:2014-11-03 22:29:54    阅读次数:228
在CMD命令行和PowerShell中实现复制粘贴功能
在CMD命令行和PowerShell中实现复制粘贴功能 常常使用命令行或者PowerShell的朋友肯定会遇到这样的情况:粘贴文本非常easy,右键--选择粘贴就可以,可是想要复制命令行或者PowerShell中的命令,倒是不知道怎么办了。事实上仅仅须要更改其属性。 PS:PowerSh...
分类:系统相关   时间:2014-11-02 19:28:58    阅读次数:287
如何在Win8.1和Win2012上运用PowerShell快速生成、安装、导出自签名证书 (Self-Signed Certificate)
自签名证书用途很广,测试,开发,本地或者云端网站(比如Microsoft Azure Web Site)都会使用到。本文会介绍一种在Win8.1和Win2012 R2上使用PowerShell快速生成自签名证书,自动导出私钥并在LocalMachine\My和LocalMachine\Root下自动...
分类:Windows程序   时间:2014-11-01 14:44:42    阅读次数:503
powershell 操作sharepoint命令集
打开SharePoint 2013 Management Shell, and then run as administrator.执行如下命令1. 添加wsp和安装Add-SPSolution -LiteralPath "C:\DeployResource\WSP\test.wsp"Install...
分类:系统相关   时间:2014-10-30 18:47:56    阅读次数:207
Powershell
$pshome :powershell的主目录$profile :显示 Windows PowerShell 配置文件的路径test-path $profile :确定是否已经在系统上创建了 Windows PowerShell 配置文件powershell.exe 主机配置文件(在 Windows...
分类:系统相关   时间:2014-10-30 17:00:25    阅读次数:210
vbs程序批量禁用域用户然后移动到指定OU
作为一个大公司的IT管理人员,最痛苦的是每天创建、禁用、删除好几十个人员用户信息,目前我们通过程序批量创建域用户,但是离职用户的相关信息禁用及删除,需要我们手动来完成,之前文件介绍了,我们通过powershell来对指定的用户禁用及移动到指定的OU下,今天我们就通过vbs来..
分类:移动开发   时间:2014-10-30 15:33:59    阅读次数:280
[Outlook] Use powershell to do delegates like outlook.
Environment: Exchange 2010 SP2 + Outlook 2010Adding delegate is actually not that easy i thought, at least not just one command to complete everything...
分类:系统相关   时间:2014-10-30 15:15:58    阅读次数:439
[Outlook] 用powershell做outlook中的delegate.
This arctical will be published in English also -http://www.cnblogs.com/LarryAtCNBlog/p/4062593.html环境Exchange 2010 SP2 + Outlook 2010加delegate其实并不是一条...
分类:系统相关   时间:2014-10-30 15:11:32    阅读次数:330
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!