09 2004 档案

摘要:declare @RunTime char(5)declare @String char(100)set @RunTime=left(convert(char(5),getdate(),8),2) + ':' + convert(char(2),convert(int,right(convert(char(5),getdate(),8),2) )+1,2)set @String='at '+... 阅读全文

posted @ 2004-09-19 21:13 Jason's WMI SQL Related Blog 阅读(1202) 评论(0) 推荐(0)

摘要:WMI 脚本入门:第三部分 发布日期: 9/9/2004 | 更新日期: 9/9/2004 Greg Stemp、Dean Tsaltas 和 Bob WellsMicrosoft Corporation Ethan Wilansky网络设计小组 摘要:定义 WMI 脚本库并展示如何使用它来访问和管理 WMI 托管资源。通览 7 个可以用 WMI 脚本库创建的基本脚本类型,它们用于如创建、删除... 阅读全文

posted @ 2004-09-13 18:58 Jason's WMI SQL Related Blog 阅读(1542) 评论(0) 推荐(0)

摘要:WMI 脚本入门:第二部分 发布日期: 09/06/2004 | 更新日期: 09/06/2004 Greg Stemp、Dean Tsaltas、Bob Wells、Microsoft Corporation、My.Settings、My.User 和 My.WebServices Ethan Wilansky网络设计小组 摘要:Scripting Guys 继续他们对编写 WMI 脚本的讨... 阅读全文

posted @ 2004-09-13 18:57 Jason's WMI SQL Related Blog 阅读(1007) 评论(0) 推荐(0)

摘要:WMI 脚本入门:第一部分 发布日期: 09/03/2004 | 更新日期: 09/03/2004 Greg Stemp、Dean Tsaltas 和 Bob WellsMicrosoft Corporation Ethan Wilansky网络设计小组 摘要:Scripting Guys 的第一个 Scripting Clinic专栏展示了如何使用 WMI 脚本库创建大量有用的 Window... 阅读全文

posted @ 2004-09-13 18:55 Jason's WMI SQL Related Blog 阅读(1156) 评论(1) 推荐(0)

摘要:WMI监听系统日志,在Server2003下运行的很好,但是在2000下总是报错说:拒绝访问(调试时看到) Imports System.managementModule Module1Module Module1 Sub main()Sub main() ' Initialize an event watcher and subscribe to ' eve... 阅读全文

posted @ 2004-09-10 12:56 Jason's WMI SQL Related Blog 阅读(753) 评论(0) 推荐(0)

摘要:■ Windows Services It is recommended that you disable all unnecessary services running in the operating system to make it a more secure server. For example, if you do not need a configured local or ... 阅读全文

posted @ 2004-09-08 15:10 Jason's WMI SQL Related Blog 阅读(455) 评论(0) 推荐(0)

摘要:第二章 Hardening Windows Server 2003 Microsoft created an initiative called Trustworthy Computing, dedicated to helping to build computing systems that are as reliable ,secure, and trustworthy as the i... 阅读全文

posted @ 2004-09-06 06:08 Jason's WMI SQL Related Blog 阅读(575) 评论(0) 推荐(0)

摘要:IIS Server Hardening Steps: Check Step Notes: 检查步骤记录: Install and configure Windows Server 2003. 安装配置Server2003 Install and configure IIS services: Install only necessary IIS components. Enabl... 阅读全文

posted @ 2004-09-05 08:36 Jason's WMI SQL Related Blog 阅读(580) 评论(0) 推荐(0)

摘要:第一章 Introducing IIS6.0 中提到的IIS6.0的几个增强的安全性: 1.IIS6.0不是默认安装的 2.使用Lockdown模式安装 3.域策略中可以限制IIS的发布,即通过策略禁止成员服务器发布Web服务 4.Web Service的服务可以分别启用和禁用,比如:ASP、ASP.Net、WebDAV 5.只对已经确定安全的MIME类型提供服务,防止下载系统文件等 6.不... 阅读全文

posted @ 2004-09-05 08:31 Jason's WMI SQL Related Blog 阅读(564) 评论(0) 推荐(0)