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

15 lines
428 B
Plaintext

set theAdapter = CreateObject("WMI.XMLTranslator")
theAdapter.SchemaURL = "http://rajeshr28/MyDTD"
theAdapter.AllowWMIExtensions = TRUE
theAdapter.QualifierFilter = 0
theAdapter.HostFilter = TRUE
theAdapter.DTDVersion = 0
theAdapter.ClassOriginFilter = 3
theAdapter.IncludeNamespace = TRUE
theAdapter.DeclGroupType = 2
theOutput = theAdapter.GetObject ("root", "__CimomIdentification=@")
Wscript.echo theOutput