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 Chriss Miller 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. insanity1

    Preconfigure Farm Settings for Program Neighborhood

    Perfect... unfortunately, may not help for the embedded platform... but should come in handy for other workstations... Thanks!
  2. insanity1

    Preconfigure Farm Settings for Program Neighborhood

    Is there a way to preconfigure the Farm Settings for PN so that a new user will have it available when logged on? This would be for XP Embedded systems with the Enhanced Write Filter enabled. Thanks!
  3. insanity1

    strSearchFor - feed info from text file...?

    Thanks for the info! I am now getting the following error with the changes...just wondering if you have an idea as to what the issue could be... have been unable to determine so far. _______________________________________________ Script: scriptname Line: 16 Char: 24 Error: Expected end of...
  4. insanity1

    strSearchFor - feed info from text file...?

    Is there any way to take the script below and feed information to 'strSearchFor' from a text file? to search for, in order: bla bla1 bla2 Const ForReading = 1, ForWriting = 2, ForAppending = 8 Set WSHShell = WScript.CreateObject("WScript.Shell") Set oFSO =...
  5. insanity1

    osql -L not outputting instance names?

    running osql -L on an application server is not outputting instance names from the SQL systems on our network... just listing the server names... Any ideas on why?
  6. insanity1

    Remove Outlook add-in - command line syntax?

    Just wondering if an Outlook add-in can be removed via command line?
  7. insanity1

    Recommend centralized vscan mgmt for mobile5?

    Just wondering if anybody can make any recommendations/suggestions for an enterprise virusscan management tool for windows mobile 5. I am looking for a product with which I we centrally manage WM5 smart phones as well as other WM5 devices... DAT updates need to be over a wireless connection, or...
  8. insanity1

    Query for Active Nodes in the last 'X' number of days

    I am just wondering if there is a means of querying for all nodes that have been active in the last 'X' number of days? (v5.3.3 for Linux)
  9. insanity1

    Resource calendar issues

    All configured via an Outlook Client when originally set up. (this was done for all of our resource calendars, which are used to book meeting rooms within our organization). Tools | Options |Advanced Options | Resource Scheduling - Automatically accept meeting requests and process cancellations...
  10. insanity1

    Resource calendar issues

    I have some users that are experiencing issues a - with scheduling booking times on a resource calendar "the operation failed. an object could not b e found. unable to directly book a resource for this meeting." b - with cancelling times on a resource calendar "the requested operation cannot...
  11. insanity1

    Active Directory Computer Name Export

    Hello again, I have actually figured out what my issue was... the Wink2 systems that were not being found are in located 5 OU's deep, so for some reason were not being found... modified the script slightly and now suits my purposes: -----------------------------------------------------------...
  12. insanity1

    Active Directory Computer Name Export

    I am looking for the best way to script the export of all computer accounts in our AD Domain to text files (no other info... just computer names)...I would like to be able to query for systems with the same naming conventions and export them to their own text file (ei: all xxxxPC1 sytems to...
  13. insanity1

    Active Directory Computer Name Export

    Well... ran the script on a our production AD... but it didn't output all of the systems that exist... from what I can tell, it is only finding XP and 2003 systems... =/
  14. insanity1

    Active Directory Computer Name Export

    Sorry, my comment was not very clear =) My test environment is a completely separate domain... what I meant to say was... if I enter something like 'MU' in the dialog box... the resulting text file contains all computer names in the domain, regardless of the search string...similar to what...
  15. insanity1

    Any server management tools for Windows Mobile?

    Can you use RDP to connect to a system with the functionality you are looking for?
  16. insanity1

    Active Directory Computer Name Export

    Thanks for all your hard work!! FYI, your modification actually finds all systems in my test environment... =/ I may just make two renditions of your original for each system type (one searching for PC1, another for pc1) and cat the contents to one file... will be automating this process...
  17. insanity1

    Active Directory Computer Name Export

    Just out of curiosity, is there a way to make this so that it is not case sensitive? I am seeing that some people have been adding systems in with different cases... If not, I can run it with both cases and cat the contents to one main file...
  18. insanity1

    Active Directory Computer Name Export

    Works like a charm! Thanks again!!
  19. insanity1

    Active Directory Computer Name Export

    Thanks!! Will give this a try today... have been playing with LDIFDE, but was getting more info than I really wanted...
  20. insanity1

    Active Directory Computer Name Export

    I am looking for the best way to script the export of all computer accounts in our AD Domain to text files (no other info... just computer names)...I would like to be able to query for systems with the same naming conventions and export them to their own text file (ei: all xxxxPC1 sytems to...

Part and Inventory Search

Back
Top