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: *

  • Users: djtech2k
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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.
  5. 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!
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. djtech2k

    Script Solution for NTFS Permissions

    I have to create a report of all files/directories within a certain directory structure on a server that Domain Admins DO NOT have access to. I know some admins have removed Domain Admins locally from certain files/folders. I now need to report which files/folders a logged in domain admin...
  11. djtech2k

    WMI Timeout

    I have some scripts that I use to do remote WMI connections. The problem is that sometimes it hangs because it gets no response from WMI, but never errors so it just its there. Anyone know if it is possible to set a timer or lower the WMI connection timeout setting?
  12. djtech2k

    Need Help With Extension of Active Directory Users and Computers

    I need some help with an extension of Active Directory Users and Computers MMC. I have seen some code, but it has been C++ or c#. I need something in VB.NET. Anyone know of any or have any that I could see? This is my first try at any MMC stuff with code. I have seen some C++ code that is...
  13. djtech2k

    Viewing XML with Excel..Need XSD

    I was suggested to post this question in this forum. Here is the original: http://www.tek-tips.com/viewthread.cfm?qid=1519242 I need to analyze xml data within Excel from output of a tool called admodify. There is a sample in that post. Anyway, The XSD that is created by Excel does not...
  14. djtech2k

    Need Simple XSD....

    I am in need of an XSD and I feel like I am spinning wheels. I have never done one and I am trying but its not working. I am using Excel as my viewer of XML in this case just for ease of use and I know I have the software. The XML data that I want to view is coming from an export from a...
  15. djtech2k

    Certificate Import with Script

    I need to be able to somehow script the import of a root certificate into the Local Computer Trusted Root Certificate Store. I have found a way to do it easily with the activex control cenroll, BUT it only imports into the USER Trusted Root Cert section. I need it to go into the Local...
  16. djtech2k

    Share Session Information

    I need to create reports that shows the data from the page if you go to the "Share Sessions" page off of computer management in Windows 2000. I found win32_serverconnection in wmi for win 2003, but cannot find something like it in 2000. Any ideas on where I can find similar data in windows 2000?
  17. djtech2k

    VBScript Error MAPI_E_LOGON_FAILED...Information Store Could Not Be..

    I have an extensive script I have been working on that reads a bunch of data from Exchange for analysis/reporting. I have been debugging and testing it for a while. As of this afternoon, it began kicking out an error with the data in the subject for some reason. It was not doing this...
  18. djtech2k

    Script Problem...Need Review

    The script I am working on is the one in other threads about reading AD/Exchange data to review mismatching appointment times. Here are a few challenges that I need to overcome: 1) Error "Subscript Out of Range number: 1" on this line of code "strDNText = Replace(arrDN(1),"EX:","")". 2) On...
  19. djtech2k

    Exchange/Outlook Appointment Properties

    As mentioned in other topis in the forum, I am working on some scripting to read out Exchange/Outlook appointment data. One issue is that I need to know the properties that are available. I found some resources online, but not everything is on the list i find, or some things do not exist. For...
  20. djtech2k

    Script Not Returning Values

    A script keeps failing in an environment and I cannot figure out why. This method has worked for me hundreds of times elsewhere. It started failing at "option Explicit", so I commented it out so it would run. As of now, it DOES exho out the "recordcount", but it shows nothing else. Any ideas...

Part and Inventory Search

Back
Top