2025-04-27 07:49:33 -04:00

9 lines
378 B
JavaScript

//***************************************************************************
//This script tests the manipulation of context values, in the case that the
//context value is an array type
//***************************************************************************
var Locator = new ActiveXObject("WbemScripting.SWbemLocator");
var Service = Locator.ConnectServer();