随笔分类 -  WMI Learning

WMI Related
摘要:远程重启动服务器的VBscript,其实重起的办法也有很多,比如用SQL的查询分析器等。 strComputer = "192.168.0.1"strUsername="ABC"strPassword="EFG"Set objLocator = CreateObject("WbemScripting.SWbemLocator")Set objWMIService = objLocator... 阅读全文

posted @ 2004-10-15 06:50 Jason's WMI SQL Related Blog 阅读(719) 评论(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 阅读(1537) 评论(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 阅读(1004) 评论(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 阅读(1143) 评论(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 阅读(749) 评论(0) 推荐(0)

摘要:Public Class EventHandlerClass EventHandler Public Sub HandleEvent()Sub HandleEvent(ByVal sender As Object, ByVal e As EventArrivedEventArgs) 'Get the Event object and display it Dim... 阅读全文

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

摘要:TechNet Webcast: I/O Scripter, Away! - Level 200 July 22, 2004 Description: The Scripting Guys and Dr. Scripto delve deep into the mysteries of input and output – and find that they're not so mysterio... 阅读全文

posted @ 2004-08-01 18:28 Jason's WMI SQL Related Blog 阅读(621) 评论(0) 推荐(0)

摘要:刚刚写了需求分析,还从来没有写过文档,还是尽可能的写了程序的功能... 在等同事的意见... 阅读全文

posted @ 2004-08-01 16:03 Jason's WMI SQL Related Blog 阅读(753) 评论(0) 推荐(0)

摘要:WMI Scripting Primer: Part 3 WMI脚本入门 3 Greg Stemp, Dean Tsaltas, and Bob Wells Microsoft Corporation Ethan Wilansky Network Design Group January 23, 2003 Summary: Defines the WMI scripting library a... 阅读全文

posted @ 2004-07-09 11:31 Jason's WMI SQL Related Blog 阅读(2139) 评论(0) 推荐(0)

摘要:WMI Scripting Primer: Part 2 Greg Stemp, Dean Tsaltas, and Bob Wells Microsoft Corporation Ethan Wilansky Network Design Group August 13, 2002 Summary: The Scripting Guys continue their discussion of ... 阅读全文

posted @ 2004-07-09 11:31 Jason's WMI SQL Related Blog 阅读(1564) 评论(0) 推荐(0)

摘要:WMI Scripting Primer: Part 1 中文版Greg Stemp, Dean Tsaltas, and Bob Wells Microsoft Corporation Ethan Wilansky Network Design Group June 13, 2002 Summary: The Scripting Guys' first Scripting Clinic colu... 阅读全文

posted @ 2004-07-09 11:30 Jason's WMI SQL Related Blog 阅读(1611) 评论(0) 推荐(0)