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
挺简单的,Citrix带了PowerShell模块,虽然用起来有些莫名其妙的报错……这次场景需求是每天定时结束掉除了某个用户之外的其他用户打开的XASession,logoff+SessionID没法判断用户名。一查powershell模块果然有Snapin。脚本如下:Add-PSSnapin"Citrix.XenApp.Commands"
Get-XAS..
分类:
移动开发 时间:
2014-09-18 03:09:43
阅读次数:
355
在开源的世界里,linux,nodejs,ruby这些都有好的包管理工具,让大家使用起来更简单,windows下其实也有。 Chocolatey,主页在[Chocolatey][1] [1]: http://chocolatey.org/ 安装如下: @powershell -NoProfile -...
在fedora发行版linux中安装mono,编译powershell(ps1)脚本运行环境。
用mono和脚本运行环境,运行powershell脚本
分类:
系统相关 时间:
2014-09-15 22:37:19
阅读次数:
277
简介
简单来说pash就是bash+powershell
在linux中编译powershell脚本运行环境。在linux,mono中运行powershell脚本(*.ps1)
分类:
其他好文 时间:
2014-09-15 17:38:49
阅读次数:
338
Powershell配置SharePoint环境1. 设置outgoing email:1) Powershell:$loadasm =[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")$SPGlobal...
分类:
其他好文 时间:
2014-09-14 21:57:57
阅读次数:
198
Powershell配置SharePoint环境...
分类:
其他好文 时间:
2014-09-14 10:10:26
阅读次数:
211
Powershell配置SharePoint环境...
分类:
其他好文 时间:
2014-09-13 10:40:05
阅读次数:
153
官方: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...
使用远程命令行管理程序,可以连接到运行 Microsoft Exchange Server 2010 的远程服务器来执行管理,无须在本地计算机上安装任何 Exchange 管理工具。远程命令行管理程序使用 Windows PowerShell 2.0 和 Windows 远程管理 (WinRM) 2...
分类:
其他好文 时间:
2014-09-05 19:40:11
阅读次数:
209