VBS: REGEDIT: Get valuename for valuevalue

dim strComputer : strComputer = "." dim oReg dim value,valeur '// Registry variables: const HKEY_LOCAL_MACHINE = &H80000002 dim strKeyPath : strKeyPath = "
dim strComputer : strComputer = "." dim oReg dim value,valeur '// Registry variables: const HKEY_LOCAL_MACHINE = &H80000002 dim strKeyPath : strKeyPath = "
rename = copy/rewrite/delete 'save of key : key.old oReg.createKey HKEY_LOCAL_MACHINE, strKeyPath & ".old" 'rewrite all value into new key oReg.EnumValues HKEY_LOCAL_MACHINE, strKeyPath, arrayValueNames, arrayValueTypes For i=0 To UBound(arrayValueNames)...
dim valuexml,xmlDoc,Element 'Open logFile Set logFile = fso.OpenTextFile(logFilePath, ForAppending, True) '// String handling Variables dim filexml : filexml = "
FOR EXAMPLE: the script script.vbs use OSDVAR1 & OSDVAR2: IN SCCM: IN WINDOWS: OSDVAR1 = OSDVALUE1 cscript script.vbs /OSDVAR1:OSDVALUE1 OSDVAR2 = OSDVALUE2 cscript script.vbs /OSDVAR2:OSDVALUE2 Function GetTsVariable (ByVal TSVarName, ByRef TsVarValue)...