heres a script to delete an specific task in a machine..
can anyone please be able to help to add a script for me to be able to delete that specific Task from multiple servers..
I have a list of the server in txt file..
Thanks
Dim objShell As Object
Set objShell =...
Hi ,
Is there any script out there that delete documents and settins profile folder if the user is disable?
We have a script that delete profile folders with X amount of time.. But id to find a script that delete the profile folders that the user profile is disable...
Hi ,
Is there any script out there that delete documents and settins profile folder if the user is disable?
We have a script that delete profile folders with X amount of time.. But id to find a script that delete the profile folders that the user profile is disable...
got this script to stop start services
---
On Error Resume Next
'start with getting the local computer name
strComputer = "."
'now stop the services
Set objWMI = getobject("winmgmts://" & strComputer)
StopService ("Spooler")
WScript.Sleep 3000
StartService ("Spooler")
'sub to stop the...
I have this scrpit below...
but getting error saying
Line 40 Code 800A03EA
and i added in the original script are
Else
if objFSO.FileExists("C:\orant\BIN\GLAHE11I.EXE") then
do while not oFile.atendofstream
strPCNum=oFile.readline
if Ping(strPCNum) = False Then...
I am the network admin, and several users are reporting that Outlook 2003 freezes when sending PDF attachments. It started with just one user, but now I have about 10 that are reporting the problem. There could be more, but they are not reporting it. When they send an e-mail with a PDF...
I am trying to create a Script to stop and start a Service...for a list of machines
Below is my code,...
I kept on getting an issue with The Function Line????
========
Const ForReading = 1
dim objFSO, strFile, strFilePath, OFile, oFile2, strPCNum, strOutputFile, strRemoteFile, strFileVersion...
Hi ...
I have an updated file and i want to transfer that single file to multiple servers and will overwrite the oldfile...
Need a vbscript to do this..
And is possible to do this without using xcopy ?
THanks
Hi ...
I have an updated file and i want to transfer that single file to multiple servers and will overwrite the oldfile...
Need a vbscript to do this..
THanks
I have a list of machines..
And im new to this scriptiing..
Does anyone know how to create a VBscript to generate FileVersion of a certain file and output to Xcell
Eg.. c$\Program Files\Java\jre6\bin\javaw.exe
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.