ImageVerifierCode 换一换
格式:DOCX , 页数:11 ,大小:20.78KB ,
资源ID:4155708      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bingdoc.com/d-4155708.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(一起学wmicWord文档下载推荐.docx)为本站会员(b****2)主动上传,冰点文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰点文库(发送邮件至service@bingdoc.com或直接QQ联系客服),我们立即给予删除!

一起学wmicWord文档下载推荐.docx

1、 call terminate3. wmic nicconfig where (index=1) call enablestatic 192.168.1.81,255.255.255.0不知道为什么。第三个为什么执行不成功?!格式都正确。设置为index=9也不行。先不管他了。二。WMIC简介。Windows Management Instrumentation 命令行 (WMIC) 提供了简单的 Windows Management Instrumentation (WMI) 命令行界面,这样您可利用 WMI 来管理运行 Microsoft Windows 的计算机。WMIC 与现有命令行程

2、序和实用程序命令相互操作,且很容易通过脚本或其他面向管理的应用程序来扩展 WMIC。WMI 提供程序允许使用 WMI 管理大量的硬件组件、操作系统子系统和应用程序系统。WMIC 可与由这些 WMI 提供程序执行的所有模式一起使用。WMIC 可用于远程管理作为 Windows 域成员且具有 WMI 的任何计算机。对 WMIC 而言,不必为了管理远程管理的计算机而使其在该远程管理的计算机上可用。三。WMIC全局开关。别名。动词。1。)WMIC的全局开关全局开关用于设置 WMIC 环境的默认值。可通过输入 CONTEXT 命令查看由全局开关设置的当前条件值。WMIC的全局开关有 1. /NAMESP

3、ACE 别名使用的名称空间路径。2. /ROLE 包含此别名定义的角色路径。3. /NODE 别名使用的服务器。4. /IMPLEVEL 客户模拟级别。5. /AUTHLEVEL 客户身份验证级别。6. /LOCALE 客户应用的语言识别符。7. /PRIVILEGES 启用或禁用所有特权。8. /TRACE 将调试信息输出到 stderr。9. /RECORD 将所有输入命令和输出写入日志。10. /INTERACTIVE 设置或重设交互模式。11. /FAILFAST 设置或重置 FailFast 模式。12. /USER 会话期间使用的用户。13. /PASSWORD 用于会话登录的密码

4、。14. /OUTPUT 为输出重新定向指定模式。15. /APPEND 为输出重新定向指定模式。16. /AGGREGATE 设置或重置集合模式。17. /AUTHORITY Specifies the for the connection.关于具体的使用。大家可以用 /?看咯。(随风版主的名言。自己调试去。哈哈)2。)WMIC的别名别名是运行 WMIC 时帮助您访问 WMI 基础结构的一种辅助手段。别名是友好名称,用来捕获与一些特定的任务(如磁盘或网络管理)相关联的 WMI 类别的特征。WMIC中的别名有:1. ALIAS - 访问本地机器上的别名2. BASEBOARD - 基板 (也叫

5、母板或系统板) 管理。3. BIOS - 基本输入/输出服务 (BIOS) 管理。4. BOOTCONFIG - 启动配置管理。5. CDROM - CD-ROM 管理。6. COMPUTERSYSTEM - 计算机系统管理。7. CPU - CPU 管理。8. CSPRODUCT - SMBIOS 的计算机系统产品信息。9. DATAFILE - DataFile 管理。10. DCOMAPP - DCOM 程序管理。11. DESKTOP - 用户桌面管理。12. DESKTOPMONITOR - 监视器管理。13. DEVICEMEMORYADDRESS - 设备内存地址管理。14. D

6、ISKDRIVE - 物理磁盘驱动器管理。15. DISKQUOTA - NTFS 卷磁盘空间使用情况。16. DMACHANNEL - 直接内存访问(DMA)频道管理。17. ENVIRONMENT - 系统环境设置管理。18. FSDIR - 文件目录系统项目管理。19. GROUP - 组帐户管理。20. IDECONTROLLER - IDE 控制器管理。21. IRQ - 间隔请求线 (IRQ) 管理。22. JOB - 提供对使用计划服务安排的工作的访问。23. LOADORDER - 定义执行依存的系统服务管理。24. LOGICALDISK - 本地储存设备管理。25. LOG

7、ON - 登录会话。26. MEMCACHE - 缓存内存管理。27. MEMLOGICAL - 系统内存管理 (配置布局和内存可用性)。28. MEMPHYSICAL - 计算机系统物理内存管理。29. NETCLIENT - 网络客户端管理。30. NETLOGIN - (某一用户的)网络登录信息管理。31. NETPROTOCOL - 协议 (和其网络特点) 管理。32. NETUSE - 活动网络连接管理。33. NIC - 网络界面控制器 (NIC) 管理。34. NICCONFIG - 网络适配器管理。35. NTDOMAIN - NT 域管理。36. NTEVENT - NT 事

8、件日志的项目37. NTEVENTLOG - NT 时间日志文件管理。38. ONBOARDDEVICE - 母板(系统板)内置普通设适配器设备的管理。39. OS - 已安装的操作系统管理。40. PAGEFILE - 虚拟内存文件对调管理。41. PAGEFILESET - 页面文件设置管理。42. PARTITION - 物理磁盘分区区域的管理。43. PORT - I/O 端口管理。44. PORTCONNECTOR - 物理连接端口管理。45. PRINTER - 打印机设备管理。46. PRINTERCONFIG - 打印机设备配置管理。47. PRINTJOB - 打印工作管理。

9、48. PROCESS - 进程管理。49. PRODUCT - 安装包任务管理。50. QFE - 快速故障排除。51. QUOTASETTING - 设置卷的磁盘配额信息。52. RECOVEROS - 当操作系统失败时,将从内存收集的信息。53. REGISTRY - 计算机系统注册表管理。54. SCSICONTROLLER - SCSI 控制器管理。55. SERVER - 服务器信息管理。56. SERVICE - 服务程序管理。57. SHARE - 共享资源管理。58. SOFTWAREELEMENT - 安装在系统上的软件产品元素的管理。59. SOFTWAREFEATURE

10、 - SoftwareElement 的软件产品组件的管理。60. SOUNDDEV - 声音设备管理。61. STARTUP - 用户登录到计算机系统时自动运行命令的管理。62. SYSACCOUNT - 系统帐户管理。63. SYSDRIVER - 基本服务的系统驱动程序管理。64. SYSTEMENCLOSURE - 物理系统封闭管理。65. SYSTEMSLOT - 包括端口、插口、附件和主要连接点的物理连接点管理。66. TAPEDRIVE - 磁带驱动器管理。67. TEMPERATURE - 温度感应器的数据管理 (电子温度表)。68. TIMEZONE - 时间区域数据管理。6

11、9. UPS - 不可中断的电源供应 (UPS) 管理。70. USERACCOUNT - 用户帐户管理。71. VOLTAGE - 电压感应器 (电子电量计) 数据管理。72. VOLUMEQUOTASETTING - 将某一磁盘卷与磁盘配额设置关联。73. WMISET - WMI 服务操作参数管理。3。)WMIC的动词大多数别名支持下列动词。别名还可能支持其他动词。要在 WMIC 中使用动词,请输入别名,后面跟动词。WMIC里面的动词有:1. 2. ASSOC3. CALL4. CREATE5. DELETE6. GET7. LIST8. SET关于动词。下面是我在微软的网站上找到的资料

12、(我自己整理出来的。不好复制。):1. WMIC Verbs:2. Most aliases support the following verbs.Aliases might also support other verbs.To use verbs in WMIC,enter the alisa name followed by the verb.For more infortion about /?,see Aliases in help.If an alias does not support a verb,you receive the message provide is not

13、capable of the attempted operation.3. 4. Verb 5. 6. 1.ASSOC 7. Action:8. -1.Return the result of the query:Associators of Where is the path of objects returned by the PATH or CLASS commands. The results are instances associated with the object. When ASSOC is used with an alias, the classes associate

14、d with the class underlying the alias are returned. By default, the output for class is in TABLE format. See the following table of switches for /ASSOC. 9. 10. Parameters or Verb-specific switches:11. -2.Optionally, an output file format, such as LIST, MOF, or other.12. 13. Example14. -3.OS ASSOC15.

15、 16. 2.CALL17. Action:18. -1.Executes methods.19. 20. Parameters or Verb-specific switches:21. -2.Method and parameter list if appropriate. Parameter lists are comma delimited. Use SERVICE CALL /? to get a list of available methods and their parameters for the current alias.22. 23. Example24. -3.SER

16、VICE WHERE CAPTION=TELNET CALL STARTSERVICE25. 26. 3.CREATE27. Action28. -1.Creates a new instance and sets the property values for the new instance. This cannot be used to create a new class.29. 30. Parameters or Verb-specific switches:31. -2.Properties equated to values, delimited with commas. Use

17、 CREATE /? for a list of property names for the alias.32. 33. Example34. -3.ENVIRONMENT CREATE Name=WMIC_test,VariableValue=WMIC_test_value,UserName=SYSTEM35. 36. 4.GET37. Action:38. -1.Get specific properties.39. 40. Parameters or Verb-specific switches:41. -2.Property name or switch. See the table

18、 of switches for /GET below. Also use GET /? for a list of property names and switches for the alias.42. 43. Example:44. -3.PROCESS GET NAME45. 46. 5.LIST47. Action:48. -1.Show data. LIST is the default verb.49. 50. Parameters or Verb-specific switches:51. -2.See the following tables of adverbs and

19、switches for LIST.52. 53. Example:54. -3.PROCESS LIST BRIEF55. 56. 6.SET57. Actions58. -1.Property set operations.59. 60. Parameters or Verb-specific switches:61. -2.Properties equated to values, delimited with commas. Use SET /?62. 63. Example:64. -3.ENVIRONMENT WHERE Name= SET VariableValue=WMIC_t

20、est_value165. 66. The List verb has the following adverbs. To use adverbs in WMIC, enter the alias name followed by a verb and adverb. For more information about /?, see in Help. 67. 68. Adverb: A core set of the properties.69. BRIEF: The full set of properties. This is the default set of LIST prope

21、rties.70. FULL: The instance paths only.71. INSTANCE: The status and related properties of the object.72. STATUS: System properties.73. SYSTEM:74. Alias-specific or user format: Alias-specific or user defined formats might be defined by providing distinct lists of properties and a format to be used

22、in displaying them.75. WRITEABLE: The writeable properties of the objects.76. 77. The List verb has the following switches. To use verb-specific switches in WMIC, enter the alias name followed by a switch (verbs and adverbs might also be used). For more information about /?78. 79. Switch:80. /TRANSL

23、ATE: Translate the output using the translation table named by the command. BasicXml and NoComma are translation tables included with WMIC.81. 82. /EVERY: Repeat the command every X seconds; X is determined by the interval83. 84. /FORMAT: Specify a keyword or XSL file name to format the data, as exp

24、lained in the following note.85. 86. The Get verb has the following switches. 87. 88. 1./VALUE: The output is formatted with each value listed on a separate line and with the name of the property.89. 90. 2./ALL: The output is formatted as a table. The default output format is /ALL.91. 92. 3./TRANSLA

25、TE:93. 94. 4./EVERY: Return values every X seconds, X is the interval.95. 96. 5./FORMAT: Specify a keyword or an XSL file name to format the data, as explained in the following note.97. 98. The Assoc verb has the following switches. 99. 100. 1./RESULTCLASS: The returned endpoints associated with the

26、 source object must belong to or be derived from the specified class.101. 102. 2./RESULTROLE: The returned endpoints must play a particular role in their association with the source object.103. 104. 3./ASSOCCLASS: The returned endpoints must be associated with the source through the specified class

27、or one of its derived classes.105. 106. Notes107. 108. For both the LIST and GET verbs, the format specifier is used to designate either the name of an XSL file or the standard formats TABLE or LIST. /FORMAT:TABLE is equivalent to /ALL, which is the default output format.109. 110. MOF-formatted outp

28、ut can be captured to a file (using the /RECORD switch) and the file can be compiled using Mofcomp.exe on another computer to import it into WMI on the other system. However, make sure that computer-specific properties are edited as appropriate for the other computer. 111. 112. The order of the /FORMAT and /TRANSLATE switches is important. If /TRANSLATE follows /FORMAT, the output is formatted and then translated. If /FORMAT follows /TRANSLATE, the output is translated and then formatted.113. 114. 115. Examples116. The following examples demonstrate the effective

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2