Hi Experts
I'm not terribly well acquainted with either VB Scripting or WMI, but I participated recently in another question about creating backups on an external usb hard drive using "DOS"...
I am having issues installing my backup software on my server. I have narrowed it down to a WMI error, but do not know what to do with the log file that was created and how to solve it.
Her...
Are there ways to query two different WMI performance counter object collections and merge the result into a single object? I tried using a UNION statement as well as "SELECT table1.col1, tabl...
Hello!
Have the following problem I can't find a solution to...
Computer A remotely needs to install software on Computer B.
I have the following environment:
1. Software installat...
How to copy ini file to server share
Hello, im wanting a script to join a computer to a domain. I have a lot of machines that have been sysprep'd and i would like a way to automate joining a domian.
I know its possible within ...
I'm unable to find a way to delete a DNS Zone or a DNS Domain through WMI.
I'm a C# coder. I have been able to delete DNS Records by selecting them and invoking the delete method (see below...
I found a VBscript to add a registry key to a local machine posted by rodriguesp, I need the same script to read from a text file and add that registry key to the systems in the text file. I ...
Does anybody know what the Outlook WMI class is called in order to reference it?
i.e. the OS is Win32_OperatingSystem
Many Thanks,
Dave
Can we create a WMI tools through which we can generate the report. I am giving you all by explaining all required components which I need to take care of it.
" The report will run as an ...
I'm looking at Win32_PerfFormattedData_PerfProc_Process and Win32_Process. Neither of these has something that quite matches the values I would expect to see for the "Mem Usage" column in task...
We are on a LAN and have an Intranet site. I wrote this little script on the index.php page so it the user PIN would be recognized and the user would be directed to the appropriate page accor...
Hello
I need some help here. I have created this WQL script:
SELECT * FROM Win32_NetworkAdapterConfiguration WHERE DNSserversearchorder "%IP%"
Don't know if the DNSserversearchorder i...
Hi,
I need to access different webmails that happen to use different ports for the ssl connection and whilst I was successfully using 8443 via a vbs script, I now want to edit this same scri...
I have a VB script that will create a directory, and map a drive to that directory based on the users domain account. How can I add to this script to remove inheritable permissions, and set p...