Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. djtech2k

    Study Questions for Comptia A+

    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?
  2. djtech2k

    Find LUN that a File or Logical Drive is on

    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...
  3. djtech2k

    Find LUN that a File or Logical Drive is on

    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...
  4. djtech2k

    VBScript to Read Text File (TSM Opt Config File)

    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...
  5. djtech2k

    VBScript to Read Text File (TSM Opt Config File)

    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...
  6. djtech2k

    VBScript Automate Visio Creation

    Please disregard. I figured it out. It can be done with an ActiveX object in vbscript and powershell.
  7. djtech2k

    VBScript Automate Visio Creation

    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.
  8. djtech2k

    Need Tool to Document Group Nesting to Visio

    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!
  9. djtech2k

    Having Problem With NULL In an Array. How Do I Check?

    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.
  10. djtech2k

    Having Problem With NULL In an Array. How Do I Check?

    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...
  11. djtech2k

    Cannot Run dirquota.exe With HTA

    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...
  12. djtech2k

    Cannot Run dirquota.exe With HTA

    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...
  13. djtech2k

    Outlook View (Field Chooser) Automation

    Any ideas? I dont care if its vbscript, VB.NET, outlook plug-in, etc. I just need to get this resolved. Any ideas?
  14. djtech2k

    Outlook View (Field Chooser) Automation

    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...
  15. djtech2k

    Outlook View (Field Chooser) Automation

    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...
  16. djtech2k

    Outlook View (Field Chooser) Automation

    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...
  17. djtech2k

    Outlook View (Field Chooser) Automation

    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...
  18. djtech2k

    Outlook View (Field Chooser) Automation

    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...
  19. djtech2k

    Outlook Connection Status

    I tried that, but did not see the connection stats as that gui shows...I am talking about outlook 2003/exchange 2003 BTW.
  20. djtech2k

    Outlook Connection Status

    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...

Part and Inventory Search

Back
Top