I am trying to use WMI in VBScript to install remote printers. Now that it is correctly installing a port, driver, and printer, I want to add some more details to certain fields so the data is more ...
Ok,<BR>Here is the code Im wroking with:<BR><BR>Dim dtmInstallDate As DateTime<BR> Dim oSearcher As New ManagementObjectSearcher("SELECT * FROM Win32_OperatingSystem")<BR> For Each oMgmtObj As ...