Jump to content

How to port XML data into XLS file using VBSCRIPT


Guest Gaurav

Recommended Posts

Friend I am confused on how to read the data from XML and port it into report in XLS file.Following is the XML file i need to read and port the data into XLSFor each property key the corrosponding value is saved in <Data> seperated by comma(,) Please helpThanksGaurav==========XML file===========<?xml version="1.0" encoding="UTF-8" ?> - <host ip="119.126.27.132" name="sandbox">- <modules>- <module key="win32-hardware" name="Windows Hardware (Base)">- <objects>- <object key="Win32_ComputerSystem" type="ManagedObject">- <property-defs> <property key="AdminPasswordStatus" /> <property key="AutomaticResetBootOption" /> <property key="AutomaticResetCapability" /> <property key="BootOptionOnLimit" /> <property key="BootOptionOnWatchDog" /> <property key="BootROMSupported" /> <property key="BootupState" /> <property key="Caption" /> <property key="ChassisBootupState" /> <property key="CreationClassName" /> <property key="CurrentTimeZone" /> <property key="DaylightInEffect" /> <property key="Description" /> <property key="Domain" /> <property key="DomainRole" /> <property key="FrontPanelResetStatus" /> <property key="InfraredSupported" /> <property key="InitialLoadInfo" /> <property key="InstallDate" /> <property key="KeyboardPasswordStatus" /> <property key="LastLoadInfo" /> <property key="Manufacturer" /> <property key="Model" /> <property key="Name" isindex="true" /> <property key="NameFormat" /> <property key="NetworkServerModeEnabled" /> <property key="NumberOfProcessors" /> <property key="OEMStringArray" /> <property key="PauseAfterReset" /> <property key="PowerManagementCapabilities" /> <property key="PowerManagementSupported" /> <property key="PowerOnPasswordStatus" /> <property key="PowerState" /> <property key="PowerSupplyState" /> <property key="PrimaryOwnerContact" /> <property key="PrimaryOwnerName" /> <property key="ResetCapability" /> <property key="ResetCount" /> <property key="ResetLimit" /> <property key="Roles" /> <property key="Status" /> <property key="SupportContactDescription" /> <property key="SystemStartupDelay" /> <property key="SystemStartupOptions" /> <property key="SystemStartupSetting" /> <property key="SystemType" /> <property key="ThermalState" /> <property key="TotalPhysicalMemory" /> <property key="UserName" /> <property key="WakeUpType" /> </property-defs>- <data> <row p0="1" p1="False" p2="True" p3="-" p4="-" p5="True" p6="Normal boot" p7="GAUSRIVA" p8="2" p9="Win32_ComputerSystem" p10="330" p11="-" p12="AT/AT COMPATIBLE" p13="WORKGROUP" p14="0" p15="3" p16="True" p17="-" p18="-" p19="0" p20="-" p21="LENOVO" p22="1952FG3" p23="GAUSRIVA" p24="-" p25="False" p26="1" p27="IBM ThinkPad Embedded Controller -[79HT50WW-1.07 ]-" p28="-1" p29="-" p30="-" p31="0" p32="0" p33="2" p34="-" p35="IBM_USER" p36="1" p37="-1" p38="-1" p39="LM_Workstation" p40="OK" p41=", IT Help Central is available at http://w3.ibm.com/help" p42="3" p43=""IBM Client for e-business Windows XP v3.01" /noexecute=alwaysoff /fastdetect, "Microsoft Windows Recovery Console" /cmdcons" p44="0" p45="X86-based PC" p46="2" p47="2137370624" p48="GAUSRIVA\gaurav" p49="6" /> </data> </object>- <object key="win-cpu" type="ManagedTable">- <property-defs> <property key="ID" isindex="true" /> <property key="Family" /> <property key="Vendor" /> <property key="MHZ" /> <property key="Name" /> </property-defs>- <data> <row p0="0" p1="x86 Family 6 Model 14 Stepping 12" p2="GenuineIntel" p3="1662" p4="Intel® Core Duo CPU T2300 @ 1.66GHz" /> <row p0="1" p1="x86 Family 6 Model 14 Stepping 12" p2="GenuineIntel" p3="1662" p4="Intel® Core Duo CPU T2300 @ 1.66GHz" /> </data> </object>- <object key="Win32_CacheMemory" type="ManagedTable">- <property-defs> <property key="Access" /> <property key="AdditionalErrorData" /> <property key="Associativity" /> <property key="Availability" /> <property key="BlockSize" /> <property key="CacheSpeed" /> <property key="CacheType" /> <property key="Caption" /> <property key="ConfigManagerErrorCode" /> <property key="ConfigManagerUserConfig" /> <property key="CorrectableError" /> <property key="CreationClassName" /> <property key="CurrentSRAM" /> <property key="Description" /> <property key="DeviceID" isindex="true" /> <property key="EndingAddress" /> <property key="ErrorAccess" /> <property key="ErrorAddress" /> <property key="ErrorCleared" /> <property key="ErrorCorrectType" /> <property key="ErrorData" /> <property key="ErrorDataOrder" /> <property key="ErrorDescription" /> <property key="ErrorInfo" /> <property key="ErrorMethodology" /> <property key="ErrorResolution" /> <property key="ErrorTime" /> <property key="ErrorTransferSize" /> <property key="FlushTimer" /> <property key="InstallDate" /> <property key="InstalledSize" /> <property key="LastErrorCode" /> <property key="Level" /> <property key="LineSize" /> <property key="Location" /> <property key="MaxCacheSize" /> <property key="Name" /> <property key="NumberOfBlocks" /> <property key="OtherErrorDescription" /> <property key="PNPDeviceID" /> <property key="PowerManagementCapabilities" /> <property key="PowerManagementSupported" /> <property key="Purpose" /> <property key="ReadPolicy" /> <property key="ReplacementPolicy" /> <property key="StartingAddress" /> <property key="Status" /> <property key="StatusInfo" /> <property key="SupportedSRAM" /> <property key="SystemCreationClassName" /> <property key="SystemLevelAddress" /> <property key="SystemName" /> <property key="WritePolicy" /> </property-defs>- <data> <row p0="-" p1="-" p2="7" p3="3" p4="1024" p5="-" p6="3" p7="Cache Memory" p8="-" p9="-" p10="-" p11="Win32_CacheMemory" p12="5" p13="Cache Memory" p14="Cache Memory 0" p15="-" p16="-" p17="-" p18="-" p19="5" p20="-" p21="-" p22="-" p23="-" p24="-" p25="-" p26="-" p27="-" p28="-" p29="-" p30="64" p31="-" p32="3" p33="-" p34="0" p35="64" p36="Cache Memory" p37="64" p38="-" p39="-" p40="-" p41="-" p42="Internal L1 Cache" p43="-" p44="-" p45="-" p46="OK" p47="3" p48="5" p49="Win32_ComputerSystem" p50="-" p51="GAUSRIVA" p52="3" /> <row p0="-" p1="-" p2="7" p3="3" p4="1024" p5="-" p6="4" p7="Cache Memory" p8="-" p9="-" p10="-" p11="Win32_CacheMemory" p12="5" p13="Cache Memory" p14="Cache Memory 1" p15="-" p16="-" p17="-" p18="-" p19="5" p20="-" p21="-" p22="-" p23="-" p24="-" p25="-" p26="-" p27="-" p28="-" p29="-" p30="64" p31="-" p32="3" p33="-" p34="0" p35="64" p36="Cache Memory" p37="64" p38="-" p39="-" p40="-" p41="-" p42="Internal L1 Cache" p43="-" p44="-" p45="-" p46="OK" p47="3" p48="5" p49="Win32_ComputerSystem" p50="-" p51="GAUSRIVA" p52="3" /> <row p0="-" p1="-" p2="7" p3="3" p4="1024" p5="-" p6="5" p7="Cache Memory" p8="-" p9="-" p10="-" p11="Win32_CacheMemory" p12="3" p13="Cache Memory" p14="Cache Memory 2" p15="-" p16="-" p17="-" p18="-" p19="5" p20="-" p21="-" p22="-" p23="-" p24="-" p25="-" p26="-" p27="-" p28="-" p29="-" p30="2048" p31="-" p32="4" p33="-" p34="0" p35="2048" p36="Cache Memory" p37="2048" p38="-" p39="-" p40="-" p41="-" p42="Internal L2 Cache" p43="-" p44="-" p45="-" p46="OK" p47="3" p48="3" p49="Win32_ComputerSystem" p50="-" p51="GAUSRIVA" p52="3" /> </data> </object>- <object key="Win32_PhysicalMemory" type="ManagedTable">- <property-defs> <property key="BankLabel" /> <property key="Capacity" /> <property key="Caption" /> <property key="CreationClassName" /> <property key="DataWidth" /> <property key="Description" /> <property key="DeviceLocator" /> <property key="FormFactor" /> <property key="HotSwappable" /> <property key="InstallDate" /> <property key="InterleaveDataDepth" /> <property key="InterleavePosition" /> <property key="Manufacturer" /> <property key="MemoryType" /> <property key="Model" /> <property key="Name" /> <property key="OtherIdentifyingInfo" /> <property key="PartNumber" /> <property key="PositionInRow" /> <property key="PoweredOn" /> <property key="Removable" /> <property key="Replaceable" /> <property key="SerialNumber" /> <property key="SKU" /> <property key="Speed" /> <property key="Status" /> <property key="Tag" isindex="true" /> <property key="TotalWidth" /> <property key="TypeDetail" /> <property key="Version" /> </property-defs>- <data> <row p0="Bank 0/1" p1="1073741824" p2="Physical Memory" p3="Win32_PhysicalMemory" p4="64" p5="Physical Memory" p6="DIMM 1" p7="12" p8="-" p9="-" p10="0" p11="0" p12="-" p13="0" p14="-" p15="Physical Memory" p16="-" p17="-" p18="1" p19="-" p20="-" p21="-" p22="-" p23="-" p24="-" p25="-" p26="Physical Memory 0" p27="64" p28="128" p29="-" /> <row p0="Bank 2/3" p1="1073741824" p2="Physical Memory" p3="Win32_PhysicalMemory" p4="64" p5="Physical Memory" p6="DIMM 2" p7="12" p8="-" p9="-" p10="0" p11="0" p12="-" p13="0" p14="-" p15="Physical Memory" p16="-" p17="-" p18="1" p19="-" p20="-" p21="-" p22="-" p23="-" p24="-" p25="-" p26="Physical Memory 1" p27="64" p28="128" p29="-" /> </data> </object>- <object key="Win32_MotherboardDevice" type="ManagedObject">- <property-defs> <property key="Availability" /> <property key="Caption" /> <property key="ConfigManagerErrorCode" /> <property key="ConfigManagerUserConfig" /> <property key="CreationClassName" /> <property key="Description" /> <property key="DeviceID" isindex="true" /> <property key="ErrorCleared" /> <property key="ErrorDescription" /> <property key="InstallDate" /> <property key="LastErrorCode" /> <property key="Name" /> <property key="PNPDeviceID" /> <property key="PowerManagementCapabilities" /> <property key="PowerManagementSupported" /> <property key="PrimaryBusType" /> <property key="RevisionNumber" /> <property key="SecondaryBusType" /> <property key="Status" /> <property key="StatusInfo" /> <property key="SystemCreationClassName" /> <property key="SystemName" /> </property-defs>- <data> <row p0="-" p1="Motherboard" p2="-" p3="-" p4="Win32_MotherBoardDevice" p5="Motherboard" p6="Motherboard" p7="-" p8="-" p9="-" p10="-" p11="Motherboard" p12="-" p13="-" p14="-" p15="PCI" p16="-" p17="ISA" p18="-" p19="-" p20="Win32_ComputerSystem" p21="GAUSRIVA" /> </data> </object>- <object key="Win32_SystemSlot" type="ManagedTable">- <property-defs> <property key="Tag" isindex="true" /> <property key="Name" /> <property key="SlotDesignation" /> <property key="CurrentUsage" /> <property key="MaxDataWidth" /> <property key="Model" /> <property key="SerialNumber" /> <property key="Number" /> <property key="Status" /> </property-defs>- <data> <row p0="System Slot 0" p1="System Slot" p2="ExpressCard Slot 1" p3="3" p4="5" p5="-" p6="-" p7="-" p8="OK" /> <row p0="System Slot 1" p1="System Slot" p2="CardBus Slot 1" p3="3" p4="2" p5="-" p6="-" p7="1" p8="OK" /> </data> </object>- <object key="Win32_DiskDrive" type="ManagedTable">- <property-defs> <property key="Availability" /> <property key="BytesPerSector" /> <property key="Capabilities" /> <property key="CapabilityDescriptions" /> <property key="Caption" /> <property key="CompressionMethod" /> <property key="ConfigManagerErrorCode" /> <property key="ConfigManagerUserConfig" /> <property key="CreationClassName" /> <property key="DefaultBlockSize" /> <property key="Description" /> <property key="DeviceID" isindex="true" /> <property key="ErrorCleared" /> <property key="ErrorDescription" /> <property key="ErrorMethodology" /> <property key="Index" /> <property key="InstallDate" /> <property key="InterfaceType" /> <property key="LastErrorCode" /> <property key="Manufacturer" /> <property key="MaxBlockSize" /> <property key="MaxMediaSize" /> <property key="MediaLoaded" /> <property key="MediaType" /> <property key="MinBlockSize" /> <property key="Model" /> <property key="Name" /> <property key="NeedsCleaning" /> <property key="NumberOfMediaSupported" /> <property key="Partitions" /> <property key="PNPDeviceID" /> <property key="PowerManagementCapabilities" /> <property key="PowerManagementSupported" /> <property key="SCSIBus" /> <property key="SCSILogicalUnit" /> <property key="SCSIPort" /> <property key="SCSITargetId" /> <property key="SectorsPerTrack" /> <property key="Size" /> <property key="Status" /> <property key="StatusInfo" /> <property key="SystemCreationClassName" /> <property key="SystemName" /> <property key="TotalCylinders" /> <property key="TotalHeads" /> <property key="TotalSectors" /> <property key="TotalTracks" /> <property key="TracksPerCylinder" /> </property-defs>- <data> <row p0="-" p1="512" p2="3, 4" p3="-" p4="HITACHI HTS541680J9SA00" p5="-" p6="0" p7="False" p8="Win32_DiskDrive" p9="-" p10="Disk drive" p11="\\.\PHYSICALDRIVE0" p12="-" p13="-" p14="-" p15="0" p16="-" p17="IDE" p18="-" p19="(Standard disk drives)" p20="-" p21="-" p22="True" p23="Fixed hard disk media" p24="-" p25="HITACHI HTS541680J9SA00" p26="\\.\PHYSICALDRIVE0" p27="-" p28="-" p29="1" p30="IDE\DISKHITACHI_HTS541680J9SA00_________________SB2IC7JP\5&37A9E8D&0&0.0.0" p31="-" p32="-" p33="0" p34="0" p35="0" p36="0" p37="63" p38="80023265280" p39="OK" p40="-" p41="Win32_ComputerSystem" p42="GAUSRIVA" p43="10337" p44="240" p45="156295440" p46="2480880" p47="240" /> <row p0="-" p1="512" p2="3, 4, 7" p3="-" p4="JetFlash Transcend 8GB USB Device" p5="-" p6="0" p7="False" p8="Win32_DiskDrive" p9="-" p10="Disk drive" p11="\\.\PHYSICALDRIVE1" p12="-" p13="-" p14="-" p15="1" p16="-" p17="USB" p18="-" p19="(Standard disk drives)" p20="-" p21="-" p22="True" p23="Removable media other than floppy" p24="-" p25="JetFlash Transcend 8GB USB Device" p26="\\.\PHYSICALDRIVE1" p27="-" p28="-" p29="1" p30="USBSTOR\DISK&VEN_JETFLASH&PROD_TRANSCEND_8GB&REV_8.07\FWQ7WKVW&0" p31="-" p32="-" p33="-" p34="-" p35="-" p36="-" p37="63" p38="8027873280" p39="OK" p40="-" p41="Win32_ComputerSystem" p42="GAUSRIVA" p43="976" p44="255" p45="15679440" p46="248880" p47="255" /> </data> </object>- <object key="Win32_CDROMDrive" type="ManagedTable">- <property-defs> <property key="Availability" /> <property key="Capabilities" /> <property key="CapabilityDescriptions" /> <property key="Caption" /> <property key="CompressionMethod" /> <property key="ConfigManagerErrorCode" /> <property key="ConfigManagerUserConfig" /> <property key="CreationClassName" /> <property key="DefaultBlockSize" /> <property key="Description" isindex="true" /> <property key="DeviceID" /> <property key="Drive" isindex="true" /> <property key="DriveIntegrity" /> <property key="ErrorCleared" /> <property key="ErrorDescription" /> <property key="ErrorMethodology" /> <property key="FileSystemFlags" /> <property key="FileSystemFlagsEx" /> <property key="Id" /> <property key="InstallDate" /> <property key="LastErrorCode" /> <property key="Manufacturer" /> <property key="MaxBlockSize" /> <property key="MaximumComponentLength" /> <property key="MaxMediaSize" /> <property key="MediaLoaded" /> <property key="MediaType" /> <property key="MinBlockSize" /> <property key="Name" /> <property key="NeedsCleaning" /> <property key="NumberOfMediaSupported" /> <property key="PNPDeviceID" /> <property key="PowerManagementCapabilities" /> <property key="PowerManagementSupported" /> <property key="RevisionLevel" /> <property key="SCSIBus" /> <property key="SCSILogicalUnit" /> <property key="SCSIPort" /> <property key="SCSITargetId" /> <property key="Size" /> <property key="Status" /> <property key="StatusInfo" /> <property key="SystemCreationClassName" /> <property key="SystemName" /> <property key="TransferRate" /> <property key="VolumeName" /> <property key="VolumeSerialNumber" /> </property-defs>- <data> <row p0="3" p1="3, 7" p2="-" p3="HL-DT-ST RW/DVD GCC-4247N" p4="-" p5="0" p6="False" p7="Win32_CDROMDrive" p8="-" p9="CD-ROM Drive" p10="IDE\CDROMHL-DT-ST_RW/DVD_GCC-4247N_______________1.01____\5&16344F32&0&0.0.0" p11="D:" p12="-" p13="-" p14="-" p15="-" p16="-" p17="-" p18="D:" p19="-" p20="-" p21="(Standard CD-ROM drives)" p22="-" p23="-" p24="-" p25="False" p26="CD-ROM" p27="-" p28="HL-DT-ST RW/DVD GCC-4247N" p29="-" p30="-" p31="IDE\CDROMHL-DT-ST_RW/DVD_GCC-4247N_______________1.01____\5&16344F32&0&0.0.0" p32="-" p33="-" p34="-" p35="0" p36="0" p37="1" p38="0" p39="-" p40="OK" p41="-" p42="Win32_ComputerSystem" p43="GAUSRIVA" p44="-" p45="-" p46="-" /> </data> </object>- <object key="Win32_NetworkAdapter" type="ManagedTable">- <property-defs> <property key="DeviceID" isindex="true" /> <property key="Name" /> <property key="AdapterType" /> <property key="MACAddress" /> <property key="NetworkAddresses" /> <property key="PermanentAddress" /> <property key="Speed" /> <property key="MaxSpeed" /> <property key="Manufacturer" /> <property key="ServiceName" /> </property-defs>- <data> <row p0="1" p1="RAS Async Adapter" p2="Wide Area Network (WAN)" p3="20:41:53:59:4E:FF" p4="-" p5="-" p6="-" p7="-" p8="Microsoft" p9="AsyncMac" /> <row p0="2" p1="WAN Miniport (L2TP)" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="Microsoft" p9="Rasl2tp" /> <row p0="3" p1="WAN Miniport (PPTP)" p2="Wide Area Network (WAN)" p3="50:50:54:50:30:30" p4="-" p5="-" p6="-" p7="-" p8="Microsoft" p9="PptpMiniport" /> <row p0="4" p1="WAN Miniport (PPPOE)" p2="Wide Area Network (WAN)" p3="33:50:6F:45:30:30" p4="-" p5="-" p6="-" p7="-" p8="Microsoft" p9="RasPppoe" /> <row p0="5" p1="Direct Parallel" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="Microsoft" p9="Raspti" /> <row p0="6" p1="WAN Miniport (IP)" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="Microsoft" p9="NdisWan" /> <row p0="7" p1="Intel® 82566MM Gigabit Network Connection" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="-" p9="-" /> <row p0="8" p1="1394 Net Adapter" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="-" p9="-" /> <row p0="10" p1="Bluetooth Device (Personal Area Network)" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="-" p9="-" /> <row p0="11" p1="Intel® Wireless WiFi Link 4965AG" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="-" p9="-" /> <row p0="12" p1="AGN Filter Interface" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="AT&T Labs" p9="AGNFILT" /> <row p0="13" p1="AGN Filter Interface" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="AT&T Labs" p9="AGNFILT" /> <row p0="14" p1="AGN Filter Interface" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="AT&T Labs" p9="AGNFILT" /> <row p0="15" p1="AGN Virtual Network Adapter" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="AT&T" p9="avpnnic" /> <row p0="16" p1="AGN Filter Interface" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="AT&T Labs" p9="AGNFILT" /> <row p0="17" p1="Mobility Client Virtual Adapter" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="IBM" p9="wcndis" /> <row p0="18" p1="AGN Filter Interface" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="AT&T Labs" p9="AGNFILT" /> <row p0="19" p1="Infrared Port" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="Microsoft" p9="Rasirda" /> <row p0="20" p1="Intel® PRO/1000 PL Network Connection" p2="Ethernet 802.3" p3="00:15:58:80:7C:78" p4="-" p5="-" p6="-" p7="-" p8="Intel" p9="e1express" /> <row p0="21" p1="AGN Filter Interface" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="AT&T Labs" p9="AGNFILT" /> <row p0="22" p1="Intel® PRO/Wireless 3945ABG Network Connection" p2="Ethernet 802.3" p3="00:1B:77:1C:75:99" p4="-" p5="-" p6="-" p7="-" p8="Intel Corporation" p9="NETw5x32" /> <row p0="23" p1="AGN Filter Interface" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="AT&T Labs" p9="AGNFILT" /> <row p0="24" p1="HUAWEI Mobile Connect - 3G Network Card" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="-" p9="-" /> <row p0="25" p1="AGN Filter Interface" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="AT&T Labs" p9="AGNFILT" /> <row p0="26" p1="HUAWEI Mobile Connect - 3G Network Card" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="-" p9="-" /> <row p0="27" p1="AGN Filter Interface" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="AT&T Labs" p9="AGNFILT" /> <row p0="28" p1="HUAWEI Mobile Connect - 3G Network Card" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="-" p9="-" /> <row p0="29" p1="AGN Filter Interface" p2="-" p3="-" p4="-" p5="-" p6="-" p7="-" p8="AT&T Labs" p9="AGNFILT" /> </data> </object>- <object key="Win32_Printer" type="ManagedTable">- <property-defs> <property key="Attributes" /> <property key="Availability" /> <property key="AveragePagesPerMinute" /> <property key="Capabilities" /> <property key="CapabilityDescriptions" /> <property key="Caption" /> <property key="ConfigManagerErrorCode" /> <property key="ConfigManagerUserConfig" /> <property key="CreationClassName" /> <property key="DefaultPriority" /> <property key="Description" /> <property key="DetectedErrorState" /> <property key="DeviceID" isindex="true" /> <property key="DriverName" /> <property key="ErrorCleared" /> <property key="ErrorDescription" /> <property key="HorizontalResolution" /> <property key="InstallDate" /> <property key="JobCountSinceLastReset" /> <property key="LanguagesSupported" /> <property key="LastErrorCode" /> <property key="Location" /> <property key="Name" /> <property key="PaperSizesSupported" /> <property key="PNPDeviceID" /> <property key="PortName" /> <property key="PowerManagementCapabilities" /> <property key="PowerManagementSupported" /> <property key="PrinterPaperNames" /> <property key="PrinterState" /> <property key="PrinterStatus" /> <property key="PrintJobDataType" /> <property key="PrintProcessor" /> <property key="SeparatorFile" /> <property key="ServerName" /> <property key="ShareName" /> <property key="SpoolEnabled" /> <property key="StartTime" /> <property key="Status" /> <property key="StatusInfo" /> <property key="SystemCreationClassName" /> <property key="SystemName" /> <property key="TimeOfLastReset" /> <property key="UntilTime" /> <property key="VerticalResolution" /> </property-defs>- <data> <row p0="576" p1="-" p2="0" p3="4, 2, 5" p4="Copies, Color, Collate" p5="PDF Writer (Ghostscript)" p6="-" p7="-" p8="Win32_Printer" p9="0" p10="-" p11="0" p12="PDF Writer (Ghostscript)" p13="Apple Color LaserWriter 12/600" p14="-" p15="-" p16="600" p17="-" p18="0" p19="-" p20="-" p21="-" p22="PDF Writer (Ghostscript)" p23="7, 8, 22, 1, 1, 1, 1, 1, 1" p24="-" p25="Ghostscript1:" p26="-" p27="-" p28="Letter, Legal, A4, A4 Small, B5, US Letter, US Legal, US Letter Small, US Legal Small" p29="0" p30="3" p31="RAW" p32="WinPrint" p33="-" p34="-" p35="-" p36="True" p37="-" p38="Unknown" p39="-" p40="Win32_ComputerSystem" p41="GAUSRIVA" p42="-" p43="-" p44="600" /> <row p0="64" p1="-" p2="0" p3="4, 2" p4="Copies, Color" p5="Microsoft Office Document Image Writer" p6="-" p7="-" p8="Win32_Printer" p9="0" p10="-" p11="0" p12="Microsoft Office Document Image Writer" p13="Microsoft Office Document Image Writer Driver" p14="-" p15="-" p16="200" p17="-" p18="0" p19="-" p20="-" p21="-" p22="Microsoft Office Document Image Writer" p23="7, 1, 8, 21, 22, 23, 54, 55, 1, 1" p24="-" p25="Microsoft Document Imaging Writer Port:" p26="-" p27="-" p28="Letter, Tabloid, Legal, A3, A4, A5, B4 (JIS), B5 (JIS), Japanese Postcard, Custom Size" p29="0" p30="3" p31="RAW" p32="ModiPrint" p33="-" p34="-" p35="-" p36="True" p37="-" p38="Unknown" p39="-" p40="Win32_ComputerSystem" p41="GAUSRIVA" p42="-" p43="-" p44="200" /> <row p0="68" p1="-" p2="0" p3="4, 2, 3, 5" p4="Copies, Color, Duplex, Collate" p5="inched09-Work Room A-4th Floor A Wing-IBM DLF-Chennai" p6="-" p7="-" p8="Win32_Printer" p9="0" p10="-" p11="0" p12="inched09-Work Room A-4th Floor A Wing-IBM DLF-Chennai" p13="IBM Infoprint 1585 PS" p14="-" p15="-" p16="600" p17="-" p18="0" p19="-" p20="-" p21="Floor 4th Floor A Wing of IBM DLF in Chennai, TamilNadu" p22="inched09-Work Room A-4th Floor A Wing-IBM DLF-Chennai" p23="7, 1, 8, 1, 1, 21, 22, 23, 1, 1, 1, 1, 1, 1, 1, 1" p24="-" p25="IP_9.126.28.14" p26="-" p27="-" p28="Letter, Tabloid, Legal, Statement, Executive, A3, A4, A5, Folio, B4, B5, 7 3/4 Envelope 3 7/8 x 7 1/2 in, 10 Envelope 4 1/8 x 9 1/2 in, DL Envelope 110 x 220 mm, C5 Envelope 162 x 229 mm, PostScript Custom Page Size" p29="0" p30="3" p31="-" p32="WinPrint" p33="-" p34="-" p35="-" p36="True" p37="-" p38="Unknown" p39="-" p40="Win32_ComputerSystem" p41="GAUSRIVA" p42="-" p43="-" p44="600" /> </data> </object>- <object key="Win32_USBController" type="ManagedTable">- <property-defs> <property key="Availability" /> <property key="Caption" /> <property key="ConfigManagerErrorCode" /> <property key="ConfigManagerUserConfig" /> <property key="CreationClassName" /> <property key="Description" /> <property key="DeviceID" /> <property key="ErrorCleared" /> <property key="ErrorDescription" /> <property key="InstallDate" /> <property key="LastErrorCode" /> <property key="Manufacturer" /> <property key="MaxNumberControlled" /> <property key="Name" isindex="true" /> <property key="PNPDeviceID" /> <property key="PowerManagementCapabilities" /> <property key="PowerManagementSupported" /> <property key="ProtocolSupported" /> <property key="Status" /> <property key="StatusInfo" /> <property key="SystemCreationClassName" /> <property key="SystemName" /> <property key="TimeOfLastReset" /> </property-defs>- <data> <row p0="-" p1="Intel® N10/ICH7 Family USB Universal Host Controller - 27C8" p2="0" p3="False" p4="Win32_USBController" p5="Intel® N10/ICH7 Family USB Universal Host Controller - 27C8" p6="PCI\VEN_8086&DEV_27C8&SUBSYS_200A17AA&REV_02\3&B1BFB68&0&E8" p7="-" p8="-" p9="-" p10="-" p11="Intel" p12="-" p13="Intel® N10/ICH7 Family USB Universal Host Controller - 27C8" p14="PCI\VEN_8086&DEV_27C8&SUBSYS_200A17AA&REV_02\3&B1BFB68&0&E8" p15="-" p16="-" p17="16" p18="OK" p19="-" p20="Win32_ComputerSystem" p21="GAUSRIVA" p22="-" /> <row p0="-" p1="Intel® N10/ICH7 Family USB Universal Host Controller - 27C9" p2="0" p3="False" p4="Win32_USBController" p5="Intel® N10/ICH7 Family USB Universal Host Controller - 27C9" p6="PCI\VEN_8086&DEV_27C9&SUBSYS_200A17AA&REV_02\3&B1BFB68&0&E9" p7="-" p8="-" p9="-" p10="-" p11="Intel" p12="-" p13="Intel® N10/ICH7 Family USB Universal Host Controller - 27C9" p14="PCI\VEN_8086&DEV_27C9&SUBSYS_200A17AA&REV_02\3&B1BFB68&0&E9" p15="-" p16="-" p17="16" p18="OK" p19="-" p20="Win32_ComputerSystem" p21="GAUSRIVA" p22="-" /> <row p0="-" p1="Intel® N10/ICH7 Family USB Universal Host Controller - 27CA" p2="0" p3="False" p4="Win32_USBController" p5="Intel® N10/ICH7 Family USB Universal Host Controller - 27CA" p6="PCI\VEN_8086&DEV_27CA&SUBSYS_200A17AA&REV_02\3&B1BFB68&0&EA" p7="-" p8="-" p9="-" p10="-" p11="Intel" p12="-" p13="Intel® N10/ICH7 Family USB Universal Host Controller - 27CA" p14="PCI\VEN_8086&DEV_2

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...