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 bkrike 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: stev379
  • Content: Threads
  • Order by date
  1. stev379

    Get IP's of Computers in a group in AD

    I have a group of computers in AD that I need to get the IP addresses from. Not concerned about script speed. It can run for a few hours if needed and can skip the machines that are offline if necessary. I've got something close, but I think some changes to the WMI connections are needed. I...
  2. stev379

    Office 2007 Post sp2 updates download

    Where can I download Office 2007 updates that were release after sp2? I've Googled and searched all day and am not finding anything on MS's sites to obtain these updates. I had no problem doing this about a year ago even after the 4.24.2009 SP2 release date. It's easy enough to put them in...
  3. stev379

    MS entourage reverting calendar entries??

    The boss uses a new Mac with MS entourage 2004. His assistant uses a PC (as do the rest of the users), with Outlook 2003. The assistant has changed the time of some appointments in his Calendar, which she has access to via Outlook. The next day, those entries are reverted back to the original...
  4. stev379

    Enable File and Printer Sharing remotely

    I've searched and searched and found a lot of info on snetcfg.exe and possible scripts, but none of the download links I've found for snetcfg.exe seem to be valid. Found a link in the thread linked here, but it's the same link I found in many places...
  5. stev379

    Disable System Debugger

    I need to disable the System Debugger on all W2K machines. We're mostly XP, but still have a 100 or so W2K boxes out there. I'd like to do this with GPO if possible. I think it's possible with a registry setting which I could create an ADM file for to run it as a GPO. Problem is, I can't...
  6. stev379

    AD Password Expiration

    I got this script from John Savill at http://www.windowsitpro.com/Article/ArticleID/46819/46819.html I edited it for my domain ou structure and it Wscript.echo's the first echo with correct information for that user, but on line 56 [ Set objUserConnection = GetObject("LDAP://" &...
  7. stev379

    objFSO.CreateTextFile Permission denied

    The snippet below checks for a flag file, and works fine when I'm logged in as an admin on XP, but errors on the Set objFile = objFSO.CreateTextFile("C:\PTRMIG_FLG_.txt") line when logged in as a Power User or less. It returns a Permission Denied error. How can I create a file on the...
  8. stev379

    RemovePrinterConnection fails on Windows 2000

    We're migrating printers from 1 server to 2 new servers. All HP goes to one server now and non HP to another. The script works great on Windows XP. But on Windows 2000 it adds the new printers pointed to the new servers correctly, but fails to delete the old printers. I've tried tried using...
  9. stev379

    Progress bar

    Hello! There is a post on Tek-tips somewhere about creating a phony progress bar with IE from vbs. It was posted by someone with the first name "Mark" and there were a number of replies. I'm unable to find this post now. Can anyone point me to a link related to this post? Thanks!
  10. stev379

    Stop processes array

    I need to stop a changing list of processes on local machines. I'd like to be able to just add to list within the script when I have a new process name. Currently, I just write the guts of the script over and over. I've gotten close with a sub routine that works for deleting files. I just...

Part and Inventory Search

Back
Top