Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.6 KB

scripting-api-for-wmi.md

File metadata and controls

41 lines (26 loc) · 1.6 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date
The WMI scripting reference contains definitions for the WMI Scripting API.
83fc78fc-929d-4d32-940e-9147543a6324
multiple
Scripting API for WMI
article
05/31/2018

Scripting API for WMI

The WMI scripting reference contains definitions for the WMI Scripting API. Use this API if writing applications with Microsoft Visual Basic, Visual Basic for Applications, Visual Basic Scripting Edition (VBScript), or any other scripting language that supports active scripting technologies.

Note

PowerShell is also available for scripting with WMI. The Get-WMI cmdlet and the three type accelerators ([wmi], [wmiclass], and [wmisearcher]) enable basic administrative access to WMI.

 

WMI scripting objects, except for SWbemDateTime are not marked safe for scripting for scripts running on HTML pages in Internet Explorer. Therefore, unless the security level within Internet Explorer is lowered, the script will fail. SWbemDateTime is marked safe for initialization and scripting. However, use all WMI scripting objects in GetObject and CreateObject calls on server-side code in Active Server Pages (ASP).

Related topics

WMI Reference

WMI Return Codes