码迷,mamicode.com
首页 >  
搜索关键字:sharepoint    ( 2199个结果
Powershell管理系列(二十五)PowerShell操作之或者AD账号及邮箱信息
-----提供AD\Exchange\Lync\Sharepoint\CRM\SC\O365等微软产品实施及外包,QQ:185426445.电话18666943750有时候我们需要查询账号的很多属性,但是需要通过不同的命令去获取,有点类似SQLServer里面的多表连接查询,比如查询所有账号的ad账号描述,邮箱名,显示名,邮箱地址,邮..
分类:系统相关   时间:2015-11-15 19:17:03    阅读次数:278
Powershell管理系列(二十四)PowerShell操作之批量启用Exchange用户头像
-----提供AD\Exchange\Lync\Sharepoint\CRM\SC\O365等微软产品实施及外包,QQ:185426445.电话18666943750由于组织机构比较大,分支机构的员工可能都不能相互认识,可以在GAL中除了显示联系人信息还可以显示他的照片。在Exchangeserver2013里面导入图片有两种方式,一种是使用Im..
分类:系统相关   时间:2015-11-14 07:40:56    阅读次数:751
How to Operate SharePoint User Alerts with PowerShell
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....
分类:系统相关   时间:2015-11-12 11:44:47    阅读次数:231
How to get Timer Job History
1. Get Timer Job internal name with id.Job ID can be found in SharePoint CA.Below PowerShell can help you retrieve all jobs’ Internal Name by keywords...
分类:其他好文   时间:2015-11-12 11:20:36    阅读次数:328
Synchronization Service Manager
You can use this UI Shell to check the User Profile log for the SharePoint.It's stored in this path.C:\Program Files\Microsoft Office Servers\14.0\Syn...
分类:其他好文   时间:2015-11-12 11:17:24    阅读次数:255
关于SharePoint 的Client object model该何时load和execut query的一点自己的看法
很多人在用client object model的时候,不知道何时或者该不该load,今天看到一个观点描述这个问题,觉得很有道理,和大家分享。那就是写client object model就像写sql语句一样。你可以随意使用写关系复杂的查询语句,当你要查看结果的时候,执行这个sql语句就行了。这里就...
分类:其他好文   时间:2015-11-11 11:29:03    阅读次数:174
SharePoint Users&AllUsers&SiteUsers
注意: 本文讨论基于SharePoint 2010, 其次文章比较罗嗦, 大神直接可以PASS. 序言 大家都知道SPWeb中有三个属性可以获取相关用户集合: SPWeb.Users Gets the collection of user objects that are explicitly as...
分类:其他好文   时间:2015-11-11 11:22:23    阅读次数:410
SharePoint Web Part 客户端管理工具
有些时候我们可能需要对页面上的Web Part进行一些操作, 浏览器功能比较简单, 这时候我们需要使用客户端工具来进行操作管理, 下面这个小工具就做了类似的事情. WinForm SharePoint Web Part Manager enjoy SharePoint
分类:Web程序   时间:2015-11-11 11:15:20    阅读次数:148
SharePoint 错误集
1. Delete a site collection· Run command : Remove-SPSite –Identity http://ent132.sharepoint.hp.com/teams/monitor/ –GradualDelete –Confirm:$False· In C...
分类:其他好文   时间:2015-11-11 09:55:44    阅读次数:216
SharePoint 2013 重命名网站集名称(SharePoint 2013 rename site collection)
最近使用SharePoint中,遇到一个需要重命名网站集的需求,主要是网站用数据库备份/还原的方式,想要改网站集的地址,然后搜了一下PowerShell:$site = Get-SPSite -Identity "http://server/sites/Demo" $site.rename("htt...
分类:Web程序   时间:2015-11-11 01:06:45    阅读次数:302
2199条   上一页 1 ... 67 68 69 70 71 ... 220 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!