Running MBSA scan on several of our systems and the scan is coming back with
MS13-036 Security Update for Windows Server 2008 (KB2823324) as missing. MS Technet states to install KB2840149 to resolve issue. KB2840149 has been installed and still getting KB2823324 as missing. Any ideas...
If anyone can help, I need assitance modifying the below script to install one patch on the Controllers, the registers do not need patch. Please let me know if anyone can help. Thanks in advance!
Rookie---
Option Explicit
On Error Resume Next
' Establish global variables.
Dim...
Hello, I'm still a rookie when it comes to scripting and I'm running into a road block and would like some assistance if possible. In the following script a log file 'AVDefDelivery_04032013.log' is created. ( see below for .log) The script is stopping at 'Delivering files to Register' and I'm...
Any ideas on how I can add logic to this script to reboot:
Option Explicit
Dim objShell
Set objShell = WScript.CreateObject("WScript.Shell")
sComputer = "."
aTargetSvcs= Array("Symantec Antivirus","ccEvtMgr","SmcService","ccSetMgr")
Set oWMIService = GetObject("winmgmts:" &...
Good afternoon,
Can someone help me right a batch file that will disable the following Services and restart machine. Windows 2000 Professional.
Symantec AntiVirus
ccEvtMgr (Symantec Event Manager)
SmcService(Symantec Management Client)
SNAC (Symantec Network Access Control)
CCSetMgr...
Good afternoon,
Can someone help me right a batch file that will disable the following Services and restart machine. Windows 2000 Professional.
Symantec AntiVirus
ccEvtMgr (Symantec Event Manager)
SmcService(Symantec Management Client)
SNAC (Symantec Network Access Control)
CCSetMgr...
No not sure where to put it. Yes the last snippet does work in another script were using for password rotation and just want to incorporate into this one. Thanks for responding on this.
We want to change our current process on how the virus updates are installed on the registers. Below is current vbs file that's being used:
'On Error resume next
Const ForWriting = 2
Const OpenAsASCII = 0
Const CreateIfNotExist = True[/color]
Dim g_strStore
Set objShell =...
Below is copy of script I'm using, the .csv file that shows results is showing "False" and should be showing "True". Any ideas why this is happening? I am able to manually ping 172.24.72.155 and getting replies.
' Purpose: Key Management Service (KMS) Ping Test.
' Project...
The carriage return at the end of the below statement gave me the results I was looking for:
objOutputFile.Write """" & strThisComputer & """,""" & StrOS & """,""" & strResult & """,""" & Now & """" & vbcrlf
Thanks for all the help and suggestions!!
Boston2012
How do I update my .CSV file in my VBS script to include a new line? Were trying to merge several .CSV files into one and it's not working correctly. Copy of script i'm using is below.
'Option Explicit
On Error Resume Next
Dim strNewContents, strLine...
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.