My son is looking for accurate questions for the A+ certification. He bought study questions from a site that sells them but he took the test and said that the questions he got were nothing like his study questions.
Does anyone know of anywhere to get accurate questions/content to study?
Thanks. I grabbed that and tried to run it, but it did not seem to get me the info I needed. I have been fooling with a few different code snippets, but do not have 1 working completely right yet. This one did not match something correctly because I compared the output to some others and some...
I have a SAN attached cluster. I need some vbs that can "map" out a path and tell me what LUN it sits on. For example, if I specify a file or a path, I need to know which LUN that data sits on.
I already have some HBA info, including LUN's, targets, ports, etc. I also have some...
Thanks. I have written text file scraping before, but I was looking for something that may be written specifically for parsing a config file for items.
For example, the items in this config file will list the "tag" and then the data, e.g.
DOMAIN C: D:
LOG c:\temp\file.log
So I need to...
I am looking for a good text file reading script/function to read a TSM Opt Config file and pull out certain configuration items.
I was wondering if anyone here has written something like this before. If not, a solid text file read would be helpful.
I thought there was a good text file reader...
I am looking for a way to use VBScript to automate a visio diagram creation.
Anyone have anything on this? I am guessing its possible thru an ActiveX Control.
I need a tool/script that can read AD and dump out group data into a visual format, like Visio. If I could even find some samples on how to script stuff to visio and how to handle the relationships in visio, that would be great.
Thanks!
UPDATE: Since I have been having troubles with the WMI connections in a couple places coming up as null, I have been starting to use FileSystemObject instead in some places. I am now having problems with different things, but am trying to work through.
I will continue more tomorrow morning.
I am having trouble reading data out of an array.
I am using a WMI query to pull a directory tree from a remote machine, copy it to another remote machine, and then delete the original.
The problem I have is when reading the directories off of the source with the query using...
Here is part of it:
Set WshShell = CreateObject("WScript.Shell")
Set oExec = WshShell.Exec("dirquota quota list")
He is using exec because he needs to read the stdout and process with that after this runs. I have tried spplitting the command into separate pieces, tried Application.Shell...
Very strange....
With Server 2008, I have a friend trying to use an HTA to do some disk stuff. When the HTA is fired off, it says it cannot find the dirquota.exe. The HTA is doing a "Shell.Exec" to call c:\windows\system32\dirquota.exe. The path and everything is fine. Its this file that...
So I now have some working code, BUT I still need some help.
I am able to get the value set in 2003 and 2007, BUT only on the INBOX view. I NEED to have it work on the "Advanced Find" screen. So when you do an advanced search it opens the new screen. I need to change the columns there. This...
NEW Info:
I have the following code that appears to address the views, but outlook does nto show the change. The code appears to "add" the column to the view, but outlook does not show it.
FYI, when I look in outlook 2007, it shows my current view is Messages. I am testing this version on...
So it looks like this info may be stored in the Exchange mailbox or PST in the views/forms.
Now I just ened to leverage it to change it. The only code I can find is something to run as an HTA, but its view only. I will post it here so maybe you guys will have an idea how I can leverage it...
I will have to look into that but I need a way to do this without user intervention and make it a standard across an enterprise.
I have a requirement to get this set in an "automatic" fashion, like via gpo, script, etc. I also may have the option to customize the profile prf, but I still...
I have a simple, but tricky request laid on me. I need to be able to automate a change to the "columns" shown in outlook, specifically on the search results screen.
You can do this manually by right-clicking the column header and selecting field chooser. I need to do this on a wide scale with...
I need a way to log/view the Outlook Connection Status via script. Specifically, if you hold ctrl and click the outlook systray icon, you have a connection status option. If you use that, it shows all sorts of outlook connection status to exchange. I need to get that data but I need to log it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.