SharePoint Access Service-PowerShell】的更多相关文章

本文讲述SharePoint excel service web part 连接到 filter web part的一个简单应用场景. SharePoint excel service web part 是SharePoint BI的组成部分之一(其他还有:Visio service, PerformancePoint service 和SQL sever report service ). Excel作为用户基础巨大的数据记录和分析软件,使用它展示图表,报表有着天然的用户基础,因此本文讲述Sh…
SharePoint Web service对应的映射列表 WSS Web   Services Web Reference Administration   Service http://<server-url:port-number>/_vti_adm/admin.asmx Alerts   Service http://<server-url>/_vti_bin/alerts.asmx Document Workspace Service http://<server-…
1. 配置应用程序Log文件大小 Set-SPAccessServiceApplication –Identity "Access Services" –ApplicationLogSize 5 2. 配置缓存超时时间 Set-SPAccessServiceApplication –Identity "Access Services" –CacheTimeout 600 3. 设置查询中的最大栏数 Set-SPAccessServiceApplication –Id…
本章全是干货,干货,干货,重要的事情说三遍. 最近在研究Azure, Cloud相关的东西,项目中用的是Graph API(这个在下一章会相信介绍),可能是Graph API推出的时间比较晚,部分API还在开发中,所以难免出现部分功能支持不完善,issue之类的,当然Microsoft也在不断更新完善中,期待Graph API时代的到来. 针对以上的问题,有时在项目中不得不采取一些非常规的手段,调用Microsoft backend API,什么是backend API呢,就是我们用Fiddle…
今天,搞SPD配置的sp2010wf迁移到sp2013环境上去,发布解决方案都很正常,给列表添加wf的时候报错“该表单无法显示,可能是由于 Microsoft SharePoint Server State Service 配置不当.有关详细信息,请与服务器管理员联系”,应该是SharePoint 2013的wf需要这个服务,所以要先创建这个服务. 1.首先打开管理中心,找到服务器上的服务,准备使用CA的UI创建这个服务,结果发现UI上没有这个服务,如下图: 2.只好谷歌TechNet使用Pow…
Problem 在SharePoint 2013 Central Administration中启动 SharePoint Service(也称为:Service Machine Instance)时,有时会出现"卡住"这种情况,直接的体现就是某个SharePoint Service一直停留在Starting状态,如下图所示: Resolution 当SharePoint Service的状态为Starting时,不管经过多少时间,仍然没有被启动,就仿佛被"卡住了"…
在SharePoint开发中,经常会遇到网站部署,然而,当我们从开发环境,部署到正式环境以后,尤其是备份还原,所有用户组的用户,还依然是开发环境的,这时,我们就需要用PowerShell更新一下: PowerShell命令截图: Windows PowerShell ISE编辑工具编写PowerShell非常方便,头上的一句add是添加SharePoint的引用: PowerShell完整代码: PowerShell的编写和cmd命令.C#代码都有一些区别,尤其是比较字符,字符串连接,变量等等,…
http://www.codeproject.com/Articles/581060/HowplustoplusGetplusSharePointplusClientplusContex Download source code Introduction The first step of app development is to correctly get access to SharePoint client context. I have struggled to develop a s…
Access 2010 Runtime SP2 KB2687444 32-bit 64-bit Duet Enterprise for Microsoft SharePoint and SAP SP2 KB2687445   64-bit FAST Search Server 2010 for SharePoint SP2 KB2687446 64-bit Groove Server 2010 SP2 KB2687448 64-bit Office 2010 Filter Pack SP2 KB…
打开sharepoint powershell 2013,使用管理员方式打开 逐行输入下面命令: $Admin =  new-object Microsoft.SharePoint.Administration.SPSiteAdministration('http://10.0.0.52:2014') $Admin.ClearMaintenanceMode() $site.MaintenanceMode…
Error meesage: "Couldn't Open the Workbook. Wow, That's a big workbook. Unfortunately, we can't open a workbook larger than 10 MB. You'll need to open this in Excel." Solution: The reason for these errors is the size of the workbook that is bein…
方法1:Central Administration > System Settings > Manage servers in your farm (/_admin/FarmServers.aspx) 方法2:Windows PowerShell: (get-spfarm).buildversion 详细列表 SP1 是 15.0.4569.1000 (reRelease 15.0.4571.1000) 十月CU 是 15.0.4551.1001 Build Number Build Nam…
转载请注明出自天外归云的博客园:http://www.cnblogs.com/LanTianYou/ 日常的SharePoint站点测试中,我们经常要做各种各样的数据,今天又写了几个脚本,发现自己写的脚本越来越多,所以我决定整理一下,并把一些常用的可复用的方法陆续发布上来. 今天先讲一下用PowerShell上传文件到SharePoint library中的方法,代码如下: Add-PSSnapin Microsoft.SharePoint.PowerShell function CreateA…
#判断当前上下文环境中是否装在了SharePoint的Powershell环境,如果没有装载,则装载到当前运行环境.$Snapin = get-PSSnapin | Where-Object {$_.Name -eq 'Microsoft.SharePoint.Powershell'}if($Snapin -eq $null){ Write-Output -InputObject "Loading SharePoint Powershell Snapin" try { Add-PSSn…
对于sp2010,在ie浏览器中这个代码无法生效,只有chrome可以生效. //获取附件id function GetAttachments(listName) { var soapEnv = '<?xml version="1.0" encoding="utf-8"?>' + ' <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmln…
1. 显示场中所有可用的网站集 Get-SPSite Get-SPSite 2. 显示某一Web应用程序下可用的网站集 Get-SPSite –WebApplication "SharePoint – 80" Get-SPSite –WebApplication "SharePoint – 80" 3. 显示某一内容数据库中可用的网站集 Get-SPSite –ContentDatabase "WSS_CONTENT1" Get-SPSite –…
1. 合并Log文件 Merge-SPLogFile –Path E:\Logs\MergedLog.log –StartTime "1/19/2010" –Overwrite 2. 结束当前的Log文件 New-SPLogFile 3. 查看SPD设置 Get-SPDesignerSettings –WebApplication "SharePoint – 80" 4. 修改SPD设置 Set-SPDesignerSettings –WebApplication…
1. 创建一个新的内容部署路径 New-SPContentDeploymentPath –Name "Marketing Internet Content" –SourceSPWebApplication "SharePoint – 80" –SourceSPSite "http://intranet.sp2010.com/Marketing" –DestinationCentralAdministrationURL "http://i…
1. 获取元数据服务应用程序标识 Get-SPServiceApplication 2. 获取指定的元数据服务应用程序实例 $metadataApp = Get-SPMetadataServiceApplication -Identity f3e6d88a-e0a7-455c-bbef-b4942e7607b5 3. 配置元数据服务账户 Set-SPMetadataServiceApplication –Identity "Managed Metadata Service" –Admi…
1. 显示企业搜索服务信息 Get-SPEnterpriseSear1chService 2. 显示企业搜索服务实例 Get-SPEnterpriseSearchServiceInstance 3. 获取指定的企业搜索服务实例 $ssInstance = Get-SPEnterpriseSearchServiceInstance -Identity 91d00542-76cf-417b-aafb-dbfae76a1814 4. 配置企业搜索的爬网账户 Set-SPEnterpriseSearch…
1. 显示场中所有可用的网站集 Get-SPSite 2. 显示某一Web应用程序下可用的网站集 Get-SPSite –WebApplication "SharePoint – 80" 3. 显示某一内容数据库中可用的网站集 Get-SPSite –ContentDatabase "WSS_CONTENT1" 4. 获取指定的网站集 $webApp = Get-SPSite -Identity http://sp2010 5. 移除一个网站集 使用变量: $sit…
1. 查看场配置信息 Get-SPFarmConfig 2. 设置场配置信息 Set-SPFarmConfig –ASPScriptOptimizationEnabled:$true –DataFormWebPartAutoRefreshEnabled:$false –WorkflowBatchSize 50 –WorkflowEventDeliveryTimeout 20 –WorkflowPostponeThreshold 10 ASPScriptOptimizationEnabled:布尔…
1. 显示搜索服务信息 Get-SPSearchService 2. 显示搜索服务实例 Get-SPSearchServiceInstance 3. 获取指定搜索服务实例 $ssInstance = Get-SPSearchServiceInstance -Identity 4bbab1b2-a427-4e75-be8f-daabbdba6f23 4. 配置爬网账户 Set-SPSearchService –Identity 7c6fcca5-b3d4-4ecb-9d41-11f1eb15485…
http://blogs.technet.com/b/sykhad-msft/archive/2012/02/25/sharepoint-2010-nailing-the-error-quot-the-security-token-service-is-unavailable-quot.aspx First of all let's talk about STS (Security Token Service) An STS is a specialized Web service that i…
When you migrate list or site, the user alerts in the site will not be migrated together with the content. Below content can help you to do this task. But please take care of it, if you operate it on Prod environment. Enable or disable alerts for Web…
快速了解Windows PowerShell     从SharePoint 2010开始支持PowerShell,仍支持stsadm.exe工具:     可以调用.NET对象.COM对象.exe文件传参:     控制台执行,批处理执行:     支持管道   书写Windows PowerShell脚本     后缀名:.psl,纯文本文件:     Write-Host "Hello World!"   使用Windows PowerShell集成脚本开发环境(ISE)    …
Problem 当迁移SharePoint 的时候,执行Move-SPSite 命令,将指定的Site Collection移动到目标内容数据库中时,提示以下错误:Cannot complete the copy or merge operation because the database schema versions are different.详细如下所示: Resolution 这是一个很明显的错误:数据库Schema Version不一致. 很明显应该是SharePoint的版本不一…
1. Delete a site collection · Run command : Remove-SPSite –Identity http://ent132.sharepoint.hp.com/teams/monitor/ –GradualDelete –Confirm:$False · In CA Central Administration->Application Management ->Delete a Site collection Change the site colle…
http://www.fimspecialist.com/fim-portal/installing-fim-2010-r2-sp1-portal-on-sharepoint-foundation-2013/ I described in an earlier post the problems I was having installing and configuring FIM 2010 R2 SP1 on SharePoint Foundation 2013 and if you've h…
1. Delete a site collection · Run command : Remove-SPSite –Identity http://ent132.sharepoint.hp.com/teams/monitor/ –GradualDelete –Confirm:$False · In CA Central Administration->Application Management ->Delete a Site collection Change the site colle…