First  |  Prev |  Next  |  Last
Pages: 56 57 58 59 60 61 62 63 64 65 66 67
Win32_ComputerSystem
I am using the Win32_ComputerSystem Class to retrieve the currently logged in user of a workstation. I have other tools that retrieve this information but am migrating to an HTA for common network tasks; this being one of them. My issue is that many workstations are returning "No User Logged In". So far the only ... 14 Jul 2005 16:15
userAccountControl
Up until this point I really haven't had to definitely determine the options set by the userAccountControl. What I'm actually trying to do is determine accounts that are enabled vs disabled. I would expect the value of userAccountControl to be 514 for a disabled account (http://support.microsoft.com/?id=305144). ... 23 Jun 2005 02:45
Downloading SagSAS.chm
Hello: I am looking for a file called SagSAS.chm. This file, I believe contains Microsoft Windows 2000 Scripting Guide. This file is also a searchable Help file containing scripts. Just wondering if this file is available for download from Microsoft (or other) web site. Thanks, Jo. ... 22 Jun 2005 17:32
How to add a network place in "My network places" using vbscript .
Hi .... please help me to create an script that create a network place within "My network places" using vbscript , I know how to create a mapping network drive but ther other way "without network drive" I dont know how ? Please I will appreciante if some one can help me ......... ... 9 Jun 2005 17:06
VBS network install Script
I want to do an install onto another computer over the network - this script is throwing up an eror saying I don't have permissions to access the IP specified in the script. I am therefore wanting to connect as the network admin, or local admin of that PC - how do I do this?? So far it is bumming out here ... 27 May 2005 00:33
error 80041004: Provider Failure in accessing CD-Rom
ello, I am writing a vbscript to access/write to the cdrom drive. The script fails with the above number/message. I have also ran <wbemtest.exe> in a command windown, used the root\cimv2 namespace to lookup the W32_CDROMDrive class and after selecting the class (double clicking on it), if I then 'interroga... 3 Apr 2005 03:57
IP Address Reporting and MAC address
Ok, I finally got the IP addresses for a machine to list out via the following code... Next 'IP Address Wscript.Echo " " Wscript.Echo " " Wscript.Echo " IP Addresses " Wscript.Echo " " Wscript.Echo " " Set IPConfigSet = objWMIService.ExecQuery("Select IPAddress from Win32_NetworkAdapterConfigurati... 3 Apr 2005 23:03
Does WMI Provide NIC Speed/Duplex Info Somewhere?
I know I can get NIC speed info from "MSNdis_LinkSpeed" but so far have not found a WMI bucket for TX duplex (e.g., half/full) info. Also, I've noticed WMI NIC linkspeed values of 200MBps (they're usually 100MBps and 1000MBps in the network I'm monitoring). Could 200MBps perhaps indicate 100MBps Full Duplex? ... 25 Mar 2005 14:14
Scripting Printers
I have 6 NT servers with about 300 printers each on them. I need to migrate these printers to a 2003 box. I have a couple of scripts from Script Center that add a printer, add a port, list port properties and list printer capabilities. The only problem is that NT only supports the List printer capabilitites.... 2 Mar 2005 03:21
HTA Application problem - mshta.exe will not terminate
I am putting together an HTA application. In it, I have a Do/Loop that will run until either a button is selected or the IE window is closed. The button works fine. But, if I close the IE window, mshta.exe remains running. I tried using onbeforeunload and setting the same flags and doing the same process that I ... 22 Mar 2005 13:35
First  |  Prev |  Next  |  Last
Pages: 56 57 58 59 60 61 62 63 64 65 66 67