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
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...
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...
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...
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...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.