Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested VB Script Solutions: 76 - 100 of 2608
 
Hi guys hope you are well. Id like to display system information as desktop wallpaper on each server on our network, and was just wondering how you might go about doing this with vbscript. ...
I have a small script that opens a file in a network folder when users logon to their computers.  Problem is I need to open this file as a read-only so windows doesn't create a temp file.  I'v...
I need a script that will recursively delete all files, based upon a pattern, that are older than X days, from a starting directory. Thank you!
I want to change the following registry entry permissions using vbscript on a base XP machine, the script needs to run local and it does not have regini.exe installed on it.  I'm sure there ha...
What is the best tool for writing vbscript? I would appreciate to have intellisense and such coding support.
How can I ping a remote IP on a specific port to see if that port is open? I know how to do this in PHP but I can't figure it out in VBScript.
I need to be able to tell whether or not a computer is a member of an AD group. I have tried using the IsMember() method. I can get an object for the group and an object for the computer. I th...
Hi EE I attached the code snipped here: i try using via Hyperterminal to check balance my prepaid. using ussd at command  *124# and its works  return msg "OK"  then new line " Your Prepaid...
hello, Iam running a script to read folders in a directory and record the name and size of each subfolders in CSV file. What i want to achieve is when writing to the CSV file, i want for exa...
All, We have a hardware device connected to the computer that freezes up sometimes.  It's a bug in the vendors hardware.  The only way to get around it is to disable to the USB ports in the...
I am trying to retreive information on an account (such as sAMAccountName) with only knowing the users First and Last Name in a vbscript.  The reason I am doing this is once a week I am given ...
Hi all. I have a VBScript that lists all online computers in our domain and then finds their IP Address, MAC Address and Serial Number, which gets organized into an Excel File I would li...
Hi! I would like to send snmp set and get commands to a specific Oid using vbscript and wmi. With this small script, I can send a basic snmp query (get) but I don't know how to specify whi...
I've attempted to parse an XML file with hints I've seen elsewhere on the site, but still no dice. When I check the length of selectNodes(), I get zero. I want to get the values of /data...
Good morning experts. Creating folder and subfolder, then writing text (xml) file to it.  I worked out the xml file, but can't create folder/subfolder without error messge.  I'm sure it's a s...
how would i get the values from the decoded URL . As usual, we would use Request.Querystring(key) to get the values from the Request Querystring. But i do not know how to get the values fr...
I have a VBScript that errors out on the First Character of the following line; Set objSWbemServices = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\.\root\cimv2") I am new ...
looking for simple VB script which return specified AD attributes for a specifiic user , have to search by SamAccount Name, how do I include SamAccountName (as variable) in LDAP path?
Does anyone know how to expand and collapse Excel groupings using VBA?
Folks - I have a vbs script that references a txt file called computers.txt and any computer names it finds in the file it shuts them down automatically. Problem is I want the persons using th...
Hi Experts, What is wrong in my code? Why I can't use a variable in the query line? If I put the path directly it works fine. See my code attached.... Thank You
Hi there, I have the following code which should check if a registry key exists or not but i cannot get it to work: Const HKLM = &H80000002 strComputer = "." Set objRegistry = GetObjec...
I'm not sure of the terms, so please forgive me:  A supposedly text file is created by MS Access (the ObjectSaveAs function).  The file, when looked at with a hex tool, appears to be written i...
Hello all.  I need to know if there is a way to dynamically pass a parameter value to the command text box in the "Edit OLE DB Query" window of Excel 2003 (working with SQL Server 2005 data). ...
Hi Experts, I have a simple WMI script to check the running services of remote servers and email the information to my inbox. i need my network engineer to open the port from the firewall. ...