In this installment its time to look at the various cmdlets that have to do with Features. Of course you can look at the UI to do this but its much, much easier to do this powershell and dare I say more fun. Now keep in mind that this only related to…
转:http://www.cnblogs.com/Fengger/archive/2012/08/24/2654093.html PowerShell系列目录 最近在部署测试环境,就顺便把PowerShell 的部署命令了解一下,下面给详细讲解一下关于 PowerShell如何备份.还原及部署.WSP,有人会说,这样的操作通过管理中心可以很容易完成,为什么还要写命令呢? 原因:界面操作是简单,但是执行的时间比较长,没有用命令速度快.命令一次写完后,以后直接拿来用就可以了,一次付出,终身获益...…
可参看云总的博客:http://blog.csdn.net/yun_liang1028/article/details/6419729…
第2章 SharePoint Windows PowerShell指南 SharePoint 2010是SharePoint系列产品中第一个开始支持Windows PowerShell的产品,在以前的版本中,SharePoint使用stsadm.exe来执行SharePoint管理和维护等工作,并通过在Windows控制台运行的批处理文件执行解决方案部署.站点备份还原等操作. 2.1 快速了解Windows PowerShell PowerShell更加容易读写,PowerShell将所有待处理…
http://msdn.microsoft.com/en-us/library/bb861862(v=office.12).aspx http://gallery.technet.microsoft.com/office/Feature-Stapling-in-fcbaf891 https://www.nothingbutsharepoint.com/sites/devwiki/articles/Pages/SharePoint-Feature-Stapling-Staple-the-Featu…
/* Author: Jiangong SUN */ Hello, I want to introduce SharePoint solution and feature management using powershell. Before we install a SPSolution, we need to put it on the Farm. Once added, we can install it. If you have some modifications on your so…
STSADM stsadm -o addsolution –filename c:\bin\CustomerSiteSearch.wsp stsadm -o deploysolution –name CustomerSiteSearch.wsp -url http://[ServerName] -allowgacdeployment -force –immediate stsadm -o activatefeature –name customersitesearch_feature1 -url…
摘要: SharePoint 2010之后呢, 建立一个 Team Site会有两个 default page, 分别是 Sitepages/home.aspx and default.aspx. 这两个是不一样的, 我遇到过一个问题是, 每当我输入webapplication的 url 之后, 地址会自动定位到SitePages/home.aspx, 由于某些原因, 我的这个页面是不能显示了. 但是default.aspx还是可以正常显示的,所以我通过使用powershell把默认page 修…
通过PowerShell卸载全部的SharePoint 2010 解决方式         为了演示.我常常须要拆毁再重建SharePoint 2010 环境.         我常常须要用到的操作就是移除demo开发环境中全部安装的SharePoint 解决方式.         这里是PowerShell脚本.它节省了我大量的时间.我希望也能给你带来帮助. 脚本: function Uninstall-AllSPSolutions { param ( [switch] $Local, [sw…
1.代码调试确定进程cd c:\windows\system32\inetsrvappcmd list wppause注:保存成批处理文件,查看进程.bat,用的时候双击即可 2.类似列表新建打开方式的弹出脚本<script type="text/javascript">function OpenFrameDialog(){ var options =SP.UI.$create_DialogOptions(); options.url="http://www.ba…