10 2012 档案

摘要:http://fengxja.blog.51cto.com/1410070/602624http://www.5dmail.net/html/2012-5-10/2012510150908.htm删除邮件的方法,详见:http://bbs.winos.cn/thread-30432-4-1.html但是在Exchange2010里面的命令已经修改成Search-Mailbox,要分以下几步去处理:1、对操作的用户赋予Import和Export权限,如果有了,可以不用做New-ManagementRoleAssignment -Role "Mailbox Import Export&q 阅读全文
posted @ 2012-10-23 11:36 jamin 阅读(752) 评论(0) 推荐(0) 编辑
摘要:因为使用ADD-ADPermission命令授予权限容易出错,并且难以排错。在2010中,微软引入了基于角色的访问控制即RBAC。RBAC中的角色都是预定义好的,这样你需要的操作只是将特定的用户添加到该组中,这样就可以进行需要的操作了。本实例中,需要将exadmin用户添加到“Mailbox Import Export”角色中。New-ManagementRoleAssignment –Role “Mailbox Import Export” –User “ExAdmin”New-ManagementRoleAssignment -Name "Import Export_Domain 阅读全文
posted @ 2012-10-23 11:34 jamin 阅读(425) 评论(0) 推荐(0) 编辑
摘要:微软的crm在导出Excel时,默认只能导出10000,说是考虑WEB性能。其实应用程序,一般都是公司内网,平时又要大数据量分析,导出数据量大一点,工作反而更方便。方案一:改注册表与crm系统设定Navigate to the following location:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRMThere may or may not be a DWORD entitled, “maxrecordsforexporttoexcel”. If not, you will need to create it. Go to the Edit m 阅读全文
posted @ 2012-10-19 10:03 jamin 阅读(975) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示