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

    Help with vbscipt

    Hello, I need to run the following as a vbscript, anyone know how this can be achieved? netsh interface ipv4 set subinterface "Local Area Connection" mtu=1458 store=persistent
  2. GavinRoss

    Sound issues when on Speaker Phone

    We have 5621SW IP phones and when the users put the phones on speaker the quality is horrible. The user on the other end will fade in and out and the only way to hear them is to put the phone on mute while they are talking. Does anyone have any suggestions as to what could be causing the...
  3. GavinRoss

    E-Mail forwarding

    Turns out is was the system, re-boot fixed the problem.
  4. GavinRoss

    E-Mail forwarding

    Hope someone has an answer for me on this... I have setup e-mail forwarding on an extension but the message is still being "copied" to the mailbox (I made sure I selected forward in the e-mail settings), it does send the e-mail but the user still gets the MWI and there is a new VM in thye...
  5. GavinRoss

    Search for file extension

    Here is the code; Sub CheckFolder(objCurrentFolder) Dim strTempL, strTempR, strSearchL, strSearchR, objNewFolder, objFile, strSize Const OverwriteExisting = True currDate = Date dtmDate = Date - 1 strTargetDate = ConvDate(dtmDate) For Each objFile In objCurrentFolder.Files FileName = objFile If...
  6. GavinRoss

    Search for file extension

    Thanks for the reply... when I add that to the script I get "Expected end of statement" any ideas? Thanks
  7. GavinRoss

    Search for file extension

    Hello, Hope someone can help. I am using this script to search for files older than a certain date and then move them to another folder. The script is working fine, however I need to only move a certain file extension.. e.g. .xls. Anyone know how I can modify this script to only move these...
  8. GavinRoss

    Help with vbscript

    Hello, I am using the below script to look for files on a server that are older than a specific time and then move them to a new location. The question I have is... how can I display how much space each one of the files is taking up? Dim objFSO, ofolder, objStream Set objShell =...

Part and Inventory Search

Back
Top