四度空间

专注.NET、SharePoint

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

2013年7月16日

SharePoint Solutions Deployment-PowerShell

摘要: 之前群里有人问到了这个,项目一期开发结束后正好整理了一下,发上来分享一下,也是从谷歌搜索里面学来的,大家要用好搜索哈 $ver = $host | select version if ($ver.Version.Major -gt 1) {$Host.Runspace.ThreadOptions... 阅读全文

posted @ 2013-07-16 08:32 月飘冥 阅读(142) 评论(0) 推荐(0) 编辑

2013年7月15日

SharePoint Visio Graphics Service-PowerShell

摘要: 1. 配置托管服务账户 Set-SPVisioExternalData -VisioServiceApplication"Visio Graphics Service" –UnattendedServiceAccountApplicationID"SSS Visio Graphics" 2. 创... 阅读全文

posted @ 2013-07-15 20:12 月飘冥 阅读(116) 评论(0) 推荐(0) 编辑

2013年7月10日

SharePoint Access Service-PowerShell

摘要: 1. 配置应用程序Log文件大小 Set-SPAccessServiceApplication –Identity "Access Services"–ApplicationLogSize 5 2. 配置缓存超时时间 Set-SPAccessServiceApplication –Identit... 阅读全文

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

2013年7月9日

SharePoint PerformancePoint Service-PowerShell

摘要: 1. 配置托管服务账户 Set-SPPerformancePointSecureDataValues -ServiceApplication"PerformancePoint Service Application"–DataSourceUnattendedServiceAccount (Ge... 阅读全文

posted @ 2013-07-09 19:32 月飘冥 阅读(99) 评论(0) 推荐(0) 编辑

DevExpress ASPxComboBox lost selected item after postback

摘要: ... 阅读全文

posted @ 2013-07-09 15:21 月飘冥 阅读(194) 评论(0) 推荐(0) 编辑

2013年7月8日

SharePoint Excel Service-PowerShell

摘要: 1. 创建一个信任的文件路径 New-SPExcelFileLocation -Address "http://sp2010/Excel Workbooks" -ExcelServiceApplication "Excel Services Application" –LocationType ... 阅读全文

posted @ 2013-07-08 20:00 月飘冥 阅读(137) 评论(0) 推荐(0) 编辑

2013年7月7日

SharePoint 会话(Session)状态和状态服务

摘要: 1. 启用会话状态 Enable-SPSessionStateService –DefaultProvision 或 Enable-SPSessionStateService –DatabaseName SessionStateDB –DatabaseServer SP2010\SQLShare... 阅读全文

posted @ 2013-07-07 07:46 月飘冥 阅读(188) 评论(0) 推荐(0) 编辑

2013年7月6日

SharePoint 元数据服务-PowerShell

摘要: 1. 获取元数据服务应用程序标识 Get-SPServiceApplication 2. 获取指定的元数据服务应用程序实例 $metadataApp = Get-SPMetadataServiceApplication -Identity f3e6d88a-e0a7-455c-bbef-b494... 阅读全文

posted @ 2013-07-06 17:35 月飘冥 阅读(205) 评论(0) 推荐(0) 编辑

2013年7月5日

SharePoint SSS(Security Store Service)服务-PowerShell

摘要: 1. 获取SSS应用程序的标识 Get-SPServiceApplication 2. 获取指定的SSS应用程序实例 $sss = Get-SPServiceApplication -Identity bc4399ed-a2e0-4397-bf07-cd3d207e630e 3. 启用SSS审计... 阅读全文

posted @ 2013-07-05 19:18 月飘冥 阅读(200) 评论(0) 推荐(0) 编辑

SharePoint BDC(Business Data Connectivity)服务-PowerShell

摘要: 1. 获取BCS服务应用程序的标识 Get-SPServiceApplication 2. 获取指定的BCS服务应用程序实例 $bcs = Get-SPServiceApplication -Identity b7b3652e-6f51-4161-935a-0631a1100ecf 3. 配置B... 阅读全文

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

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

导航