码迷,mamicode.com
首页 >  
搜索关键字:powershell    ( 2274个结果
Powershell profile.ps1 cannot be loaded because its operation is blocked by software restriction policies
Powershell profile.ps1 cannot be loaded because its operation is blocked by software restriction policies解决方法:修改注册表[HKEY_LOCAL_MACHINE\SOFTWARE\Wow643...
分类:其他好文   时间:2014-09-18 18:05:14    阅读次数:424
使用PowerShell定时批量结束Citrix Xen App Session
挺简单的,Citrix带了PowerShell模块,虽然用起来有些莫名其妙的报错……这次场景需求是每天定时结束掉除了某个用户之外的其他用户打开的XASession,logoff+SessionID没法判断用户名。一查powershell模块果然有Snapin。脚本如下:Add-PSSnapin"Citrix.XenApp.Commands" Get-XAS..
分类:移动开发   时间:2014-09-18 03:09:43    阅读次数:355
windows下的包管理软件
在开源的世界里,linux,nodejs,ruby这些都有好的包管理工具,让大家使用起来更简单,windows下其实也有。 Chocolatey,主页在[Chocolatey][1] [1]: http://chocolatey.org/ 安装如下: @powershell -NoProfile -...
分类:Windows程序   时间:2014-09-17 10:31:02    阅读次数:253
linux下mono,powershell安装教程
在fedora发行版linux中安装mono,编译powershell(ps1)脚本运行环境。 用mono和脚本运行环境,运行powershell脚本
分类:系统相关   时间:2014-09-15 22:37:19    阅读次数:277
pash 安装手记
简介 简单来说pash就是bash+powershell 在linux中编译powershell脚本运行环境。在linux,mono中运行powershell脚本(*.ps1)
分类:其他好文   时间:2014-09-15 17:38:49    阅读次数:338
Powershell配置SharePoint环境
Powershell配置SharePoint环境1. 设置outgoing email:1) Powershell:$loadasm =[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")$SPGlobal...
分类:其他好文   时间:2014-09-14 21:57:57    阅读次数:198
Powershell配置SharePoint环境(续)
Powershell配置SharePoint环境...
分类:其他好文   时间:2014-09-14 10:10:26    阅读次数:211
Powershell配置SharePoint环境
Powershell配置SharePoint环境...
分类:其他好文   时间:2014-09-13 10:40:05    阅读次数:153
[Windows Server] 在 Windows Server 2012 上安裝 .NET Framework 3.5 - 摘自网络
官方:Applies To: Windows 8, Windows 8.1For a Windows Server®2012 core installation that is not connected to the Internet, you can use Windows PowerShell...
分类:Windows程序   时间:2014-09-10 09:33:40    阅读次数:325
将远程 Exchange 命令行管理程序连接到 Exchange Server
使用远程命令行管理程序,可以连接到运行 Microsoft Exchange Server 2010 的远程服务器来执行管理,无须在本地计算机上安装任何 Exchange 管理工具。远程命令行管理程序使用 Windows PowerShell 2.0 和 Windows 远程管理 (WinRM) 2...
分类:其他好文   时间:2014-09-05 19:40:11    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!