上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 122 下一页

2012年3月12日

利用PsExec提升命令行的安全级别, 绕过组策略执行命令

摘要: 有一次, 我需要在客户的环境上抓取Time Travel Tracing, 简称TTT(dump的一种). 但是就是不能成功抓取. 报错如下: 具体错误信息如下: c:\Debuggers\ttt>tttracer -dumpfull -out e:\tttoutput -attach 3384 Microsoft (R) TTTracer 2.010.40929 (Se... 阅读全文

posted @ 2012-03-12 10:16 中道学友 阅读(3663) 评论(0) 推荐(0)

2012年3月9日

无法抓DUMP, 报错"Could not attach to process XXXX, NTSTATUS 0xC0000048"

摘要: Problem Description ================= We tried to use ADPlus to capture dump file. But the size of dump files are all under 20K. We tried it many times. Trouble Shoot ================= I tried ... 阅读全文

posted @ 2012-03-09 15:23 中道学友 阅读(10298) 评论(0) 推荐(1)

2012年3月7日

记一个PowerShell的方法调用

摘要: 没时间系统的学习PowerShell, 只能现学现用. 这段函数调用花了我半个多小时才搞定. 呵呵. 您别笑我, 呵呵. 在这里个例子里, 包括了PowerShell里如下的一些要点: 静态函数的调用方法 枚举类型的指定方法 空值 布尔值 PS C:\Users\administrator.VSAT> $SPUtility = [Microsof... 阅读全文

posted @ 2012-03-07 09:10 中道学友 阅读(1118) 评论(0) 推荐(0)

2012年2月15日

记录一个问题的解决方法

摘要: 症状 ====================== 无法创建新的web application (CA > Application Management > Create or extend Web application > Create a new Web application) 报错的stack: Object reference not set to an instance of... 阅读全文

posted @ 2012-02-15 15:00 中道学友 阅读(737) 评论(0) 推荐(0)

STSADM Sync 命令里的 – Ignoreisactive 标志位

摘要: 一个同事遇到了一个问题, 一个MOSS 2007站点集里的部分用户的profile不会被sync. 最开始的时候因为这个站点集所在的content database被设为了prepare to move. 使用下面的命令修改状态. stsadm -o preparetomove -contentdb <server name: database name> -site <URL name... 阅读全文

posted @ 2012-02-15 11:15 中道学友 阅读(401) 评论(0) 推荐(0)

2012年1月26日

如何对SharePoint里OOB的JavaScript文件进行Debug 之二

摘要: 上一篇文章如何对SharePoint里OOB的JavaScript文件进行Debug 之一?里我们解决了加载debug版的javascript的问题,这里我们将对Ribbon做进一步的研究。 SharePoint 2010的路径C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\G... 阅读全文

posted @ 2012-01-26 17:44 中道学友 阅读(380) 评论(0) 推荐(0)

如何使用PowerShell修改注册表

摘要: 下面的例子里, PowerShell修改了注册表键值, 完成了Security loop disable, 和loopbackcheck disable. #Security loop disable so that you can look at it on the same machine if(($gchn = Get-ItemProperty "HKLM:\SYSTEM... 阅读全文

posted @ 2012-01-26 09:30 中道学友 阅读(2062) 评论(0) 推荐(0)

如何使用PowerShell修改Host文件

摘要: 下面的命令, 为Host文件添加了一条记录, 让/sps2010/hostheader1/这个url指向server自己. $url=”http://sps2010/hostheader1/” if( (Get-Content $env:windir\System32\drivers\etc\hosts |?{$_ -imatch "\s$url"}) -eq $null){"`n1... 阅读全文

posted @ 2012-01-26 09:12 中道学友 阅读(2076) 评论(0) 推荐(0)

2012年1月25日

Service Object Model

摘要: 下图展示了SharePoint 2010的Service Application框架里主要的类之间的关系。实箭头从parent类型指向child类型, 这里的child类型被保存在parent类型的一个集合型属性中。点箭头意思是SPServiceInstance类型代表着一个运行着的进程,该进程属于场范围内的由SPService类代表的服务。 SPFarm代表着一个服务器场。它是配置等... 阅读全文

posted @ 2012-01-25 17:17 中道学友 阅读(578) 评论(0) 推荐(0)

[好文翻译]保卫你的日历

摘要: 译文 =============== 守护你的日历 你的可用时间能成为你的生产力的致命杀手. 在大公司里, 我的客户经常使用共享日历的方式来让其他人能够看到什么时候他有"空闲时间"来约定开会. 在那里, 人们发现他们一整天的时间都被会议占满, 不到下午五点都没空处理自己的工作, 这种情况并不新鲜. 在小公司里, 或者是那些自己做老板的人, 有种共识是他们必须有空来处理和响应任何的事和所有的事... 阅读全文

posted @ 2012-01-25 10:40 中道学友 阅读(455) 评论(0) 推荐(0)

上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 122 下一页

导航

技术追求准确,态度积极向上