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 Wanet Telecoms Ltd 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. DantanaSwat

    WMI event handler

    Works like a charm..thanks
  2. DantanaSwat

    WMI event handler

    Specifically its the first part...If I drop out the & " and TargetInstance.PartComponent = 'CIM_DataFile.extension = ""xdb""'") the query works great and it e-mails me with the file name. When I try to filter it down to only e-mail and delete the folders when a file with an xdb extension it says...
  3. DantanaSwat

    WMI event handler

    It dont wanna work :( The idea Upon a new xdb file being created in the c:\program files\Symantec Antivirus folder I want it to delete all folders in the c:\program file\symantec antivirus\I2_LDVP.VDB folder strComputer = "virus server" Dim objWMIService, strComputer, colMonitiredEvents...
  4. DantanaSwat

    Logoff Script to set screensaver

    Only thing Ive noticed is if its an NT box to make sure WMI is installed...if its a 2000...I think its already installed...usually a reboot fixes it..what error erre ya gettin
  5. DantanaSwat

    XP Virtual memory...eesh

    dang...i ran it like perl userview.pl and it got by the access denied and hogged the memory again
  6. DantanaSwat

    XP Virtual memory...eesh

    hmmmmmmmmmmmmmmmmmmmmmmm Running it from PerlIDE caused the memory hogging...when I ran it from command prompt I got an 'Access is denied' error even though Im a domain admin. I looked in the system32 directory and its kernel32.dll. Now to figure out where Im getting that error froim
  7. DantanaSwat

    XP Virtual memory...eesh

    So I got the Dave Roth book on Win32 Scripting for System admins (Im very new to perland scripting in general) and the script Ive written down suddenly take up all of the VM. Im using PerlIDE and I believe it happens when it makes the Apilink('kernal.32.dll' if(Apilink('kernal32.dll', 'DWORD...
  8. DantanaSwat

    Moving the 'My Documents' folder

    Exactly what I can use..so..users leave for the day...I copy all of the stuff over to said directory and in the logon scrtip insert set WSHShell = WScript.CreateObject("WScript.Shell") WSHShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Personal"...
  9. DantanaSwat

    Moving the 'My Documents' folder

    Im in an NT 4.0 domain with 2000 and xp workstations. As of now there are two servers with the users home directories and I am trying to move all of the home directories onto one server as well as change everyone's 'My Documents' folder to aim at said home directory. Some are set up and some are...
  10. DantanaSwat

    ADO question

    I get a syntax error in this FROM line Database called inventory.mdb and im trying to open the General table for updating Set Domain = GetObject("WinNT://mydomain") Domain.Filter = Array("computer") Const adOpenStatic = 3 Const adLockOptimistic = 3 Set objConnection =...
  11. DantanaSwat

    NT to 2003 migration question

    We currently have an NT domain. Out of 20 servers or so we have 6 left that are NT. Unforunatly our domain controller needs to be replaced. Being that I cant seem to set up a 2003 box to take over domain controller for the PDC I figured Id try a side by side migration. Set up an AD domain and...
  12. DantanaSwat

    best way to 2003?

    cool...thx..ya..i did a search for 2003 and came up with this one..thanks again...I may test out trust stuff and ADMT cos I hate upgrading
  13. DantanaSwat

    best way to 2003?

    Whats the best way to upgrade an NT 4 domain to 2003 when the DC cant handle 2003? Is the best thing to create a 4.0 server that will, promote it to PDC then upgrade? Single NT domain 200 users and machines
  14. DantanaSwat

    Im not sure what to do

    update I got everything installed but it seems that any request that I send it sends to the same page. Ill look up on how to send equests for whatever link I need to...this stuff aint easy.
  15. DantanaSwat

    Im not sure what to do

    Well son of a.... Well..so far I went on and checked out some of the stuff on there..and it was giving an https protocol not supported...well...I went on and slapped in the most recnet vers of Activestate perl and it gives me that I need openssl installed. blahhh...now I cant find how to install...
  16. DantanaSwat

    http post?

    Is it possible to send requests to forms in websites? I wanted to script something that reads, from the WinNT space, the computer names (Dell service tags) then sends the tag to the dell website (which requires authentication) then pulls the source code from the warranty info and writes it to a...
  17. DantanaSwat

    Im not sure what to do

    Im new to Perl and scripting in general. Im in a Windows network with a bunch of dell machines. Our machine names are SVC followed by the dell service tag numbers. The new budget year is here and my manager was needing warranty info from all of the machines. I know how to pull the computernames...
  18. DantanaSwat

    Changing Special Folders

    No AD yet...Im in charge of that in the next few months. The only thing I can think of is to delete the old one and add a new one and then copy thier c:\documents and settings\%username%\My Documetns folder over to thier h drive.
  19. DantanaSwat

    Changing Special Folders

    I have users here whose 'My Documents' Folder are either pointing to thier mapped h drive to thier personal user folder on the server or pointing to thier local profile My Documents on thier desktop. How can I script it to change the c:\documents and setting\yada yada to h:\userfolder. I cand...
  20. DantanaSwat

    MsxBox text colors?

    Is it possible to change the text color in message boxes? If so...how :)

Part and Inventory Search

Back
Top