Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 2.28 KB

File metadata and controls

37 lines (30 loc) · 2.28 KB
title Using WQL and Scripting Languages with the WMI Provider for Configuration Management | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology wmi
ms.topic reference
helpviewer_keywords
queries [WMI]
scripts [WMI]
query language [WMI]
WMI Query Language [WMI]
WQL [WMI]
WMI Provider for Configuration Management, WQL
WMI Provider for Configuration Management, scripts
ms.assetid c1e64905-3c2b-4974-88f4-abf17cf7e289
author CarlRabeler
ms.author carlrab
manager craigg

Using WQL and Scripting Languages with the WMI Provider for Configuration Management

Management applications access [!INCLUDEssNoVersion] services and network settings using the Windows Management Instrumentation (WMI) Provider for Configuration Management objects in two ways:

  • Using a WQL editor or query tool, such as WBEMTest.exe to query the object set with the Windows Management Instrumentation Language (WQL).

  • Using a scripting language, such as VBScript.

Alternatively, [!INCLUDEssNoVersion] services and network settings can be managed programmatically using the WMI managed objects in SMO. For more information about programming WMI managed objects, see Managing Services and Network Settings by Using WMI Provider.

The WMI provider for Configuration Management can be accessed by using the [!INCLUDEssNoVersion] Configuration Manager and [!INCLUDEmsCoName] Management Console. For more information about accessing the WMI provider from a user interface, see Managing Services How-to Topics (SQL Server Configuration Manager).

See Also

Access WMI Provider for Configuration Management using WQL
Modify SQL Server Service Advanced Properties using VBScript