Chapter 10: Using System Hardware Classes 211
wscript.echo "TimeSubmitted: " & objItem.TimeSubmitted
wscript.echo
"TotalPages:"&objItem.TotalPages
wscript.echo
"UntilTime:"&objItem.UntilTime
wscript.echo " "
next
Working with Printer Ports
The Win32_TCPIPPrinterPort class seems modest in comparison to some of the other printer
classes—17 properties, no methods—but this is a lean, mean, streamlined WMI class carefully
crafted to meet the most exacting needs of network administrators. All the essential printer
port properties can be reported by running the Win32_TCPIPPrinterPort.vbs script. If you
need to create a new printer port on a server, spawn a new instance of the class, make your
changes, and use the Put_ method to write it back