四度空间

专注.NET、SharePoint

上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页

2013年7月4日

SharePoint 用户配置文件服务

摘要: 1. 获取用户配置文件服务应用程序标识 Get-SPServiceApplication 2. 获取指定的用户配置文件服务应用程序实例 $profileSA = Get-SPServiceApplication -Identity 9b6235e4-f306-4ccc-8192-0c83cb67... 阅读全文

posted @ 2013-07-04 19:40 月飘冥 阅读(147) 评论(0) 推荐(0) 编辑

SharePoint Foundation 搜索-PowerShell

摘要: 1. 显示搜索服务信息 Get-SPSearchService 2. 显示搜索服务实例 Get-SPSearchServiceInstance 3. 获取指定搜索服务实例 $ssInstance = Get-SPSearchServiceInstance -Identity 4bbab1b2-... 阅读全文

posted @ 2013-07-04 19:28 月飘冥 阅读(118) 评论(0) 推荐(0) 编辑

2013年7月3日

SharePoint 企业搜索-PowerShell

摘要: 1. 显示企业搜索服务信息 Get-SPEnterpriseSear1chService 2. 显示企业搜索服务实例 Get-SPEnterpriseSearchServiceInstance 3. 获取指定的企业搜索服务实例 $ssInstance = Get-SPEnterpriseSea... 阅读全文

posted @ 2013-07-03 20:06 月飘冥 阅读(136) 评论(0) 推荐(0) 编辑

2013年7月2日

SharePoint Infopath表单服务-PowerShell

摘要: 1. 激活可浏览的表单模板 Set-SPInfoPathFormsService -AllowUserFormBrowserEnabling $true -AllowUserFormBrowserRendering $true 2. 设置数据连接超时 Set-SPInfoPathFormsSer... 阅读全文

posted @ 2013-07-02 19:21 月飘冥 阅读(117) 评论(0) 推荐(0) 编辑

2013年7月1日

SharePoint 内容部署-PowerShell

摘要: 1. 创建一个新的内容部署路径 New-SPContentDeploymentPath –Name "Marketing Internet Content" –SourceSPWebApplication "SharePoint – 80" –SourceSPSite "http://intra... 阅读全文

posted @ 2013-07-01 18:47 月飘冥 阅读(95) 评论(0) 推荐(0) 编辑

2013年6月30日

SharePoint 解决方案和功能-PowerShell

摘要: 1. 添加解决方案到SharePoint场 Add-SPSolution "c:\newsolution.wsp" 2. 获取场中的解决方案 Get-SPSolution 3. 获取指定的解决方案 $solution = Get-SPSolution -Identity c0e31dec-294... 阅读全文

posted @ 2013-06-30 15:37 月飘冥 阅读(148) 评论(0) 推荐(0) 编辑

2013年6月29日

SharePoint 网站管理-PowerShell

摘要: 1. 显示场中所有可用的网站集 Get-SPSite 2. 显示某一Web应用程序下可用的网站集 Get-SPSite –WebApplication "SharePoint – 80" 3. 显示某一内容数据库中可用的网站集 Get-SPSite –ContentDatabase "WSS_C... 阅读全文

posted @ 2013-06-29 19:02 月飘冥 阅读(137) 评论(0) 推荐(0) 编辑

2013年6月28日

SharePoint 数据库管理-PowerShell

摘要: 1. 显示所有SharePoint数据库 Get-SPDatabase –ServerInstance "SP2010\SQLSharePoint" 2. 获取指定的数据库 $database = Get-SPDatabase -Identity 47036154-7a05-44be-9137-... 阅读全文

posted @ 2013-06-28 21:35 月飘冥 阅读(149) 评论(0) 推荐(0) 编辑

2013年6月27日

SharePoint 服务应用程序管理-PowerShell

摘要: 1. 安装所有可用的服务应用程序 Install-SPService -Provision 2. 显示场中所有可用的服务应用程序 Get-SPServiceApplication 3. 获取指定的服务应用程序 $sApp = Get-SPServiceApplication -Identity ... 阅读全文

posted @ 2013-06-27 19:23 月飘冥 阅读(143) 评论(0) 推荐(0) 编辑

2013年6月26日

SharePoint Web应用程序管理-PowerShell

摘要: 1. 显示场中的Web应用程序 Get-SPWebApplication 2. 获取指定的Web应用程序 $webApp = Get-SPWebApplication -Identity "PSWebApp" 3. 移除一个Web应用程序 $webApp = Get-SPWebApplicati... 阅读全文

posted @ 2013-06-26 19:16 月飘冥 阅读(279) 评论(0) 推荐(0) 编辑

上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页

导航